Alexander Negoda
0ab5ab468f
added theme metallic for slider
2012-07-27 03:08:25 +04:00
Alexander Negoda
b1ad108123
ratings, home slider etc.
2012-07-27 00:26:23 +04:00
Alexander Negoda
e59d11e1c9
big update
2012-07-25 01:26:16 +04:00
Alexander Negoda
ac9a8886de
to rails assets pipeline style
2012-07-21 00:57:53 +04:00
Alexander Negoda
d996de1514
fix validation for photo title if russian locale
2012-07-21 00:50:30 +04:00
Espen Antonsen
1a2cbff99e
no encoding
2012-04-24 14:53:14 +08:00
Espen Antonsen
e17355b808
path not used. using path from fog
2012-01-10 21:55:32 +01:00
Espen Antonsen
993df4a472
better tag handling. give 404 for non existing ones. link to tag.title for non-ascii chars
2011-09-25 15:20:14 +08:00
Espen Antonsen
00e17c3e4a
rm unused files
2011-09-25 15:19:44 +08:00
Espen Antonsen
0acb66d4fb
flash as default uploader. plupload keeps having issues with html5 upload (though works now)
2011-09-25 14:54:21 +08:00
Espen Antonsen
b70757c7a4
flash upload should work with any session storage
2011-09-25 14:51:27 +08:00
Espen Antonsen
c2be7d7ac0
iphone allow scaling
2011-09-25 13:12:26 +08:00
Espen Antonsen
9696c69692
Changed refs to plupload for new version..
2011-08-05 14:55:24 +08:00
Espen Antonsen
3a351232c4
specify fog storage
2011-05-08 20:59:52 +08:00
Espen Antonsen
7a15fa72ae
rails_root deprecated
2011-04-25 17:38:10 +08:00
Espen Antonsen
945173d294
rails 3 blocking
2011-04-25 13:54:40 +08:00
Espen Antonsen
d7451970e8
fix flash upload. need to send session var as form param
2011-04-25 13:54:08 +08:00
Espen Antonsen
316d7f974e
rails 3 style blocks
2011-04-25 13:50:07 +08:00
Espen Antonsen
1f5c13fca3
request.fullpath - rails 3 change
2011-04-25 13:49:06 +08:00
Espen Antonsen
065c7a8b84
no more iphone layouts
2011-04-14 20:40:58 +08:00
Espen Antonsen
3078837544
no need for iphone layout. will use css media queries
2011-04-13 16:22:48 +08:00
Espen Antonsen
f57ae4c0d7
try pure s3
2011-04-12 13:01:39 +08:00
Espen Antonsen
19b95fe4a4
fog, aws not supported any more
2011-04-12 13:01:04 +08:00
Espen Antonsen
7acec90448
fog very slow deleting files. trying aws gem instead
2011-04-12 12:54:38 +08:00
Espen Antonsen
5da472e772
now using fog for cloud storage (s3)
2011-04-12 12:35:42 +08:00
Espen Antonsen
b335edb2d6
disable exif writing. issues with encoding
2011-04-11 17:47:07 +08:00
Espen Antonsen
93ea7dbba4
submodule. rails3 stye
2011-04-11 17:20:32 +08:00
Espen Antonsen
1aa3bc284a
various changes
2011-04-11 17:17:08 +08:00
Espen Antonsen
7d88a531f0
save to 'files' to make scanning easier
2011-04-11 15:55:18 +08:00
Espen Antonsen
2487ca887d
path no longer in use for photos. can get absolute path from file
2011-04-11 15:54:28 +08:00
Espen Antonsen
af3f3bada1
scan should require admin priveliges
2011-04-11 15:53:24 +08:00
Espen Antonsen
30f65c3d6d
replaced uploadify with plupload - now can upload without flash!
2011-04-11 13:30:43 +08:00
Espen Antonsen
58572966aa
update readme. using sqlite3 as default for dev. minimagick as default processor. reanabled exif read/write
2011-04-11 12:38:53 +08:00
Espen Antonsen
0217ba28b5
files and thumbs goes on storage path root
2011-01-12 16:40:39 +08:00
Espen Antonsen
a68c00ab5f
fixed infitive redirect when not public
2011-01-12 16:37:14 +08:00
Espen Antonsen
3d97e3e3fe
Merge branch 'rails3' of https://github.com/vanicat/balder into vanicat-rails3
2011-01-12 15:11:42 +08:00
Espen Antonsen
0cf6d4f725
should check public access for user signup
2011-01-12 15:09:52 +08:00
Rémi Vanicat
1a34c5ee19
Validation again: Path is not used anymore, so we must not validate on it
...
TODO: migration to remove it.
2010-12-22 11:23:53 +01:00
Rémi Vanicat
d59b3e26fc
One forgotten error with validation
2010-12-20 22:31:29 +01:00
Rémi Vanicat
60f703c4ca
Add password to users form.
2010-12-20 22:18:53 +01:00
Rémi Vanicat
af852142fb
Validating: :message key seem to be unknown by rails 3
2010-12-20 22:18:27 +01:00
Rémi Vanicat
9e657dc110
Update validates for Rails 3
2010-12-13 05:17:49 +01:00
Rémi Vanicat
de0842d203
Removing last hard-wirred.
2010-11-21 15:55:50 +01:00
Rémi Vanicat
c5d215b914
Use image_path for local image, for asset hosts and such.
2010-11-21 12:32:56 +01:00
Rémi Vanicat
654ce95db4
Use javascript helper method in view instead, instead of hardwired path.
...
Balder can be run as a sub path of another site. This require the use
of rails helper method to take care of the needed path modification.
It's also useful for using asset hosts.
2010-11-21 12:32:35 +01:00
Rémi Vanicat
e40340e3f4
Add method to Photo needed for check_box.
...
The _delete method tell rails that the delete checkbox must be
unchecked at first.
2010-11-17 17:50:25 +01:00
Rémi Vanicat
4c3dbcecb6
Fixe a bug in authlogic.
...
See https://github.com/binarylogic/authlogic/issues/issue/101
2010-11-17 17:22:01 +01:00
Rémi Vanicat
f5ba33ce67
Resove some syntax error with ruby 1.8
2010-11-17 15:50:47 +01:00
Espen Antonsen
79d1856ad9
balder description in link
2010-10-14 22:48:21 +02:00
Espen Antonsen
60d2f01990
jquery 1.4.2 rails jquery plugin. paths for redirecting to current album/collection
2010-10-11 17:47:50 +02:00