1
0
Commit Graph

634 Commits

Author SHA1 Message Date
Romain LE DISEZ
9b9f46fce4 Merge remote branch 'upstream/master' 2010-06-16 19:16:58 +02:00
Bharat Mediratta
2b75fef32f Merge branch 'master' into bharat_dev 2010-06-06 10:27:54 -07:00
Romain LE DISEZ
1312bc742f Merge remote branch 'upstream/master' 2010-06-03 14:23:40 +02:00
Bharat Mediratta
ae9b2c57ef Update the example for grabbing a random photo to tag ?random=true to the URL
instead of using set() since that now only applies to entity changes.
2010-06-02 22:24:20 -07:00
Bharat Mediratta
47e0eaa98e Update the example for grabbing a random photo to tag ?random=true to the URL
instead of using set() since that now only applies to entity changes.
2010-06-02 22:14:13 -07:00
Tim Almdal
a66546a572 Remove duplicate event definitions and remove the '_' from the event names. 2010-06-02 08:24:54 -07:00
Romain LE DISEZ
8fa3a991d7 Total rewrite of StopDesign. OK with Gallery3 RC1+ (Work in progress) 2010-06-02 12:07:14 +02:00
Romain LE DISEZ
5db2ef8b23 Merge commit 'upstream/master' 2010-06-02 11:41:31 +02:00
Tim Almdal
f658f994c9 Update the developer module so that it actually works. Derive the available
events by scanning the available modules. Corrected the generation of the
hidden csrf value.
2010-06-01 11:37:43 -07:00
Tim Almdal
680643c4f9 Extend the admin scheduler controller from the admin maintenance controller to pick up the existing maintenance controller functionality. Add a config/routes.php which routes all admin/maintenance requests to the admin/schedule controller. 2010-05-31 09:42:39 -07:00
Tim Almdal
0b6b5bc72b Make the scheduler module work without any changes to the core modules. Cloned the admin_maintenace.html.php file into the scheduler module. Then the scheduler_event::admin_menu call back replaces the admin_maintenance url with its url. 2010-05-31 08:32:17 -07:00
Tim Almdal
ff982c780b Make the scheduler module work without any changes to the core modules. Cloned the admin_maintenace.html.php file into the scheduler module. Then the scheduler_event::admin_menu call back replaces the admin_maintenance url with its url. 2010-05-31 08:30:54 -07:00
Romain LE DISEZ
3caf2b595a Regenerate resizes and thumbs after rotation 2010-05-17 15:37:22 +02:00
Chad Kieffer
9e3c0c0884 Add page_title to admin views. Closes #1038. 2010-04-30 00:27:19 -06:00
Chad Kieffer
1d32548f8b Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-04-21 21:33:19 -06:00
Bharat Mediratta
8fa33819f0 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-04-10 11:20:37 -07:00
Bharat Mediratta
39bd6892a8 Move the "Fix MPTT" task into the gallery module. 2010-04-04 14:48:19 -07:00
Bharat Mediratta
bd28e04f84 Updated for REST changes which allow PUT and POST requests to
modify members, not just entity.

- Example code updated to demonstrate how to reorder

- Added Gallery3::set_members()

- Fixed a weird array_diff problem -- not sure how this was working before

- JSON encode any complex values in our post data
2010-04-04 11:58:05 -07:00
Tim Almdal
199417ff77 correct a typo on the admin screen. 2010-04-01 07:52:31 -07:00
Tim Almdal
811cb342fc Merge branch 'master' of git@github.com:gallery/gallery3-contrib 2010-04-01 07:42:51 -07:00
Tim Almdal
7891bdfff5 Fix for ticket #1107.
1) Change the link on the register welcome dialog to use the change password form.
   thanks to TAZattitude for pointing the way.
2) Address the issue that default change password form, expects the user to know
   the old password.  As this is the first login, they might not write down the
   generated password, so when they get to form, they are screwed, as they can't
   change the password w/o the old one.  So we register will generate a clone
   of the password change form, where the old password is supplied as a hidden
   field.
2010-04-01 07:38:06 -07:00
Bharat Mediratta
f5d2c065dc Specify a proper sample image and include it in the example so that
the example actually works.
2010-03-30 20:14:22 -07:00
Chad Kieffer
3481552db1 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-03-10 08:56:12 -07:00
Bharat Mediratta
214b362f29 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib
Conflicts:
	modules/gwtorganise/controllers/json_album.php
2010-03-06 20:36:53 -08:00
Bharat Mediratta
358d272e23 Merge branch 'master' of git://github.com/Okat/gallery3-contrib 2010-03-06 20:34:50 -08:00
Bharat Mediratta
69993f3f9c Merge branch 'master' of git://github.com/mp2300/gallery3-contrib 2010-03-06 20:34:22 -08:00
rWatcher
b5b50dcb1c Importing new flags from forum posts. 2010-03-06 02:04:41 -05:00
rWatcher
2cf32a7f95 Importing flags from forum posts. 2010-03-06 01:59:45 -05:00
rWatcher
ab20993400 Updated as per forum requests. 2010-03-05 14:21:06 -05:00
rWatcher
c65a6027c7 Bug Fix for international translations. 2010-03-05 13:54:25 -05:00
rWatcher
8ff31c77ba Set a default flag type. 2010-03-04 23:01:59 -05:00
rWatcher
12760d48d2 Initial commit of language_flags module. 2010-03-04 22:55:41 -05:00
rWatcher
8d446c45ca Bug Fix: Filtering the calendar for one user now works. 2010-03-04 16:24:04 -05:00
rWatcher
2769c87027 Fun with timezones. 2010-03-04 14:48:24 -05:00
rWatcher
c72586efdc Update the copyright to 2010. 2010-03-04 00:36:58 -05:00
rWatcher
cd2e9500e3 Merge commit 'gallery3-contrib/master' 2010-03-04 00:31:35 -05:00
rWatcher
f862f893fe Code cleanup and comments. 2010-03-04 00:31:03 -05:00
rWatcher
29a1d7e80c Code and CSS cleanups, also added a sidebar. 2010-03-03 20:51:33 -05:00
rWatcher
a7da5cc836 Added a title and breadcrumbs to the calendar page. 2010-03-03 18:47:52 -05:00
Bharat Mediratta
a75547ce83 Remove the logout link when we're in SSO mode. 2010-03-03 15:38:52 -08:00
rWatcher
85bb854b71 Don't make months clickable unless there's something to display for it. 2010-03-03 18:34:16 -05:00
Bharat Mediratta
ac28b85c5f Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-03-03 10:16:22 -08:00
Bharat Mediratta
5f65d082f9 Update the copyright to 2010. 2010-03-03 10:16:08 -08:00
rWatcher
1d03b836d7 CSS and Translation fixes. 2010-03-03 02:07:42 -05:00
rWatcher
3a446dc7b4 Warn users that EXIF is required in order for CalendarView to function properly. 2010-03-01 15:13:02 -05:00
rWatcher
63ec13a413 TagsMap integration. 2010-03-01 01:35:50 -05:00
rWatcher
954d88e5b6 Make the calendars translatable. 2010-03-01 00:42:06 -05:00
Chad Kieffer
25f09e9f0e Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-02-28 12:23:48 -07:00
rWatcher
7903bc085c Merge commit 'gallery3-contrib/master' 2010-02-28 14:23:32 -05:00
rWatcher
c305ac2ad9 Scan existing photos for GPS coordinates. 2010-02-28 14:22:59 -05:00