1
0
Commit Graph

616 Commits

Author SHA1 Message Date
Tim Almdal
bbee742b64 Initial commit of brentil's module updates module. Was originally checked into a fork of trunk. 2010-06-19 08:48:08 -07:00
Tim Almdal
b8cb828b90 Remove a duplicate image. Corresponds to rWatcher's commit cd9998 2010-06-18 12:59:56 -07:00
rWatcher
e3754153e8 Code cleanups. 2010-06-19 03:53:06 +08:00
rWatcher
c96cdc4e63 Name admin options the same way the show up on the map. 2010-06-19 03:53:05 +08:00
rWatcher
a523a32e82 Added a return to album link. 2010-06-19 03:53:05 +08:00
rWatcher
f93a9fc102 Fixed HTML code to make module XHTML 1.0 Transitional. 2010-06-19 03:52:44 +08:00
rWatcher
baa7bd4fc0 Added a few '/''s to make XHTML 1.0 Transitional. 2010-06-19 03:52:43 +08:00
rWatcher
b9f276b5d8 Fixed casing to make tags XHTML 1.0 Transitional. 2010-06-19 03:52:43 +08:00
rWatcher
6247a0a9eb Sidebar bugfix for dynamic pages. 2010-06-19 03:52:43 +08:00
rWatcher
eb1632d11f Initial commit. 2010-06-19 03:52:43 +08:00
rWatcher
0ec53f5234 Fixed weird RTL bug. 2010-06-19 03:52:36 +08:00
rWatcher
7a2fa7badf Make links translatable. 2010-06-19 03:52:36 +08:00
rWatcher
be97751cf8 Code cleanup. 2010-06-19 03:52:35 +08:00
rWatcher
ab76910135 Added admin option for selecting starting map type. 2010-06-19 03:52:35 +08:00
rWatcher
de15c3f77b Added option to map the entire contents of an album on the sidebar. 2010-06-19 03:52:13 +08:00
rWatcher
e520b6c42f Fixed bug with manually specifying GPS coordinates. 2010-06-19 03:52:13 +08:00
rWatcher
9df36d6ae5 Added some additional informational text. 2010-06-19 03:52:12 +08:00
rWatcher
5c58886909 Increase the version number, set some default values. 2010-06-19 03:52:12 +08:00
rWatcher
200f3edae4 Added map this album and map this user sidebar options. 2010-06-19 03:52:12 +08:00
rWatcher
250cad3d20 Added user mapping and a page title. 2010-06-19 03:51:50 +08:00
rWatcher
df5b8b9cd1 That was some ugly code. Rewritten. 2010-06-19 03:51:50 +08:00
rWatcher
8f8b787857 Display location block on tag pages. 2010-06-19 03:51:30 +08:00
rWatcher
c24003fc9e Check and see if there are any photo's to display for a given day or month before displaying the sidebar block. 2010-06-19 03:51:30 +08:00
rWatcher
d29fc6f252 Removed background color from CSS code. 2010-06-19 03:51:29 +08:00
rWatcher
f50882c41f Added Serge D's suggestion for placing Latitude and Longitude fields on the same line. 2010-06-19 03:51:29 +08:00
rWatcher
9780584463 Don't hard-code protocol. 2010-06-19 03:51:29 +08:00
rWatcher
f9bb5bcd84 Use full URL instead of relative URL in order to work properly with mod_rewrite. 2010-06-19 03:51:12 +08:00
rWatcher
9ab7b6b742 Code cleanup and comments. 2010-06-19 03:51:11 +08:00
rWatcher
42784d6197 Only display markers for photos that the user can actually see. 2010-06-19 03:50:55 +08:00
rWatcher
582c2320d8 Automatically zoom and center the map. 2010-06-19 03:50:54 +08:00
rWatcher
7e7e5631de Added an album-mapping page. 2010-06-19 03:50:05 +08:00
rWatcher
8a5fdd1237 Enable the options on the new admin screen. 2010-06-19 03:49:46 +08:00
rWatcher
f1d7a4551b Added an admin screen. 2010-06-19 03:49:16 +08:00
rWatcher
cb7e512c2c Bug Fix for GPS-tagged photos that spell out South and West. 2010-06-19 03:49:16 +08:00
Romain LE DISEZ
08cd20fd4e Regenerate resizes and thumbs after rotation 2010-06-19 03:48:40 +08:00
Ben Smith
8562aff551 Changed User homes to include new functionality for creating private galleries. 2010-06-19 03:46:07 +08:00
Tim Almdal
f6f80b4adc Create an admin setting that allows the adminstrator to change the mouse over color. Thanks floridave 2010-06-17 14:39:25 -07:00
Bharat Mediratta
2b75fef32f Merge branch 'master' into bharat_dev 2010-06-06 10:27:54 -07: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
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
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