1
0
Commit Graph

1004 Commits

Author SHA1 Message Date
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
mamouneyya
152da51118 initial commit for Browny Wind theme 2010-06-18 22:37:41 +03: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
Romain LE DISEZ
70d29022e7 Merge the updates from wind 2010-06-17 20:10:25 +02:00
Romain LE DISEZ
9b9f46fce4 Merge remote branch 'upstream/master' 2010-06-16 19:16:58 +02:00
rWatcher
8ab4728f7c Fixed HTML code to make module XHTML 1.0 Transitional. 2010-06-14 18:49:22 -04:00
rWatcher
35c2170839 Added a few '/''s to make XHTML 1.0 Transitional. 2010-06-14 18:37:43 -04:00
rWatcher
b8a476f0aa Fixed casing to make tags XHTML 1.0 Transitional. 2010-06-14 18:26:40 -04:00
rWatcher
7ac7894f8f Merge commit 'gallery3-contrib/master' 2010-06-14 15:00:30 -04:00
Bharat Mediratta
2b75fef32f Merge branch 'master' into bharat_dev 2010-06-06 10:27:54 -07:00
Tim Almdal
1647ab4b27 Merge branch 'master' into talmdal 2010-06-04 14:55:07 -07:00
Tim Almdal
5bbb4358c2 Move the language module from where i was hiding it in contrib to the main repository 2010-06-04 14:54:02 -07:00
Tim Almdal
7ce96db688 Move the l10n support to the language module. 2010-06-04 11:03:36 -07:00
Tim Almdal
3b9cb52232 Move the language administration to the language module 2010-06-04 10:26:21 -07:00
Tim Almdal
7bf2f310a5 Move the Language block to the language module. 2010-06-04 08:58:07 -07:00
Tim Almdal
b8dab3a82c Creation of a language module which encapsulates the multi-language functionality 2010-06-03 14:40:16 -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
7bd79d4c23 Merge branch 'talmdal' of git@github.com:gallery/gallery3-contrib into talmdal 2010-06-02 08:27:43 -07:00
Tim Almdal
61a8546333 Revert "Changes to the example client to test updating the members of an album. Still need to determine how to pass an empty array via the HTTP post."
This reverts commit 87bbcf1516.

Conflicts:

	client/example.php
2010-06-02 08:26:42 -07:00
Tim Almdal
128f184136 Changes to the example client to test updating the members of an album. Still need to determine how to pass an empty array via the HTTP post. 2010-06-02 08:26:41 -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
6fb83ae18b Revert "Changes to the example client to test updating the members of an album. Still need to determine how to pass an empty array via the HTTP post."
This reverts commit 87bbcf1516.

Conflicts:

	client/example.php
2010-06-02 07:48:34 -07:00
Tim Almdal
ad3ef59760 Merge branch 'master' into talmdal
Conflicts:
	client/example.php
2010-06-02 07:34:24 -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
Ben Smith
cf01231d65 Added a build version 2010-04-18 10:42:58 +12:00
Ben Smith
87df3018d9 Changed User homes to include new functionality for creating private galleries. 2010-04-18 10:40:52 +12:00
Ben Smith
e39a8084d5 Initially Added Favourites Module 2010-04-18 10:40:05 +12:00
Bharat Mediratta
8fa33819f0 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-04-10 11:20:37 -07:00
rWatcher
c2453f3990 Merge commit 'gallery3-contrib/master' 2010-04-07 18:49:07 -04:00
rWatcher
38cda8c76c Sidebar bugfix for dynamic pages. 2010-04-07 18:48:33 -04:00