1
0
Commit Graph

696 Commits

Author SHA1 Message Date
Tim Almdal
61a3dbc3f7 Store the theme definition in the theme.info file as a comment. 2010-08-18 21:48:41 -07:00
dmolavi
f2739d28f7 Initial commit of autorotate module. 2010-08-19 12:06:46 +08:00
Tim Almdal
2308b19b1e synchronize changes with the fix-ie.css in gallery3:master 2010-08-18 19:47:34 -07:00
Tim Almdal
4aa1e1ded6 Merge branch 'master' into talmdal 2010-08-18 18:53:59 -07:00
Tim Almdal
be42be32e0 Update masks to provide clear color references. 2010-08-18 18:53:19 -07:00
jim
ddb25ffd78 update README 2010-08-18 13:03:31 +08:00
jim
4009364900 adding the PAM module 2010-08-18 13:03:22 +08:00
Tim Almdal
d53e780397 Change the termination status message so it reads better. 2010-08-15 22:31:05 -07:00
Tim Almdal
c78d157ba9 Check that the zip extension is loaded, if it is use that to unzip the themeroller zip file. If its not loaded, then try using the zlib extension. If both are not available fail. 2010-08-15 22:30:36 -07:00
Tim Almdal
8e44cc55ab when the themeroller is activated, issue an error message if both the zlib or zip extensions are not installed (themeroller needs at least one of them).
Currently, only the zip extension is supported, but a future patch will support zlib."
2010-08-15 18:51:43 -07:00
Tim Almdal
752ed60890 Remove debugging statement 2010-08-15 18:51:24 -07:00
Tim Almdal
39cd511e41 Change the default display name to be more readable. 2010-08-15 18:51:14 -07:00
Tim Almdal
bf5ba3cf19 Add the generation of styles for warning messages. The themeroller themes only have info and error, so we create a warning class by average the color components (i.e. red, green and blue) between the colors used for info and error messages. 2010-08-15 18:50:52 -07:00
hukoeth
6d31beec13 Added installer. Added check for gallery core version. Some cleanup 2010-08-15 16:38:24 -07:00
hukoeth
20615273c3 - Moved save button to bottom
- Modules are now being displayed with their friendly name
- List sometimes went out of the bottom of box
- Changed some wording and removed warning since we are not using IDs anymore
2010-08-15 16:38:24 -07:00
hukoeth
9b55c39abb Code cleanup 2010-08-15 16:38:23 -07:00
hukoeth
fc22acf0b4 Modified module to use weight field in DB to order the modules instead of id requires commit d3a161ca1b 2010-08-15 16:38:22 -07:00
Tim Almdal
848e5805af Simplify the permissions dialog to make for easier generation. In this case, there is only 1 icon to click to toggle between access allowed and access denied. As well, if the permission is inherited then the icon to toggle permissions is disabled. 2010-08-13 11:28:53 -07:00
hukoeth
cd252d3928 Added installer. Added check for gallery core version. Some cleanup 2010-08-12 12:10:53 +08:00
hukoeth
ce4d3f05d2 - Moved save button to bottom
- Modules are now being displayed with their friendly name
- List sometimes went out of the bottom of box
- Changed some wording and removed warning since we are not using IDs anymore
2010-08-12 12:10:53 +08:00
Tim Almdal
513187a9d1 1) Change how duplicated themes are resolved: originally names would be generated as xxx_1_2 now its a more sane xxx_2
2) Update admin.html with the changes for ticket #1288
3) Allow color specification in the image mask names.
4) Disable the upload button once a zip archive file is selected.
2010-08-11 14:02:05 -07:00
hukoeth
40c4c4f2a4 Code cleanup 2010-08-10 21:34:42 -07:00
hukoeth
edb4f6c6f4 Modified module to use weight field in DB to order the modules instead of id requires commit d3a161ca1b 2010-08-10 21:34:33 -07:00
Tim Almdal
a21dc263cf Change the colors in the admin_screen template so that they are replaced with the themeroller colors. 2010-08-09 14:53:37 -07:00
Tim Almdal
9d3c9edc95 Get gallery images generating properly. It was always setting the color to black so it wouldn't show up properly. 2010-08-09 12:32:43 -07:00
Tim Almdal
9b92859a60 Change the masks so that there is no need to do edge detection as it turns out that ubuntu and debian don't use the bundled gd library and functions like imagefilter might not be available. This change removes the need for the imagefilter function as the masks are already in inverted color. 2010-08-09 07:05:39 -07:00
Tim Almdal
1349000336 Merge branch 'master' into talmdal 2010-08-09 06:53:34 -07:00
dmolavi
e94df5cdd0 trying to recommit the deletion of old files. 2010-08-08 15:33:21 -04:00
dmolavi
435b677141 old files no longer needed. 2010-08-08 14:27:38 -04:00
dmolavi
af883743e0 fix to only show on photo item pages. see http://bit.ly/90FxWm 2010-08-08 14:18:41 -04:00
dmolavi
8562a1abc3 commit of funtioning ecard module with post-RC2 changes. 2010-08-07 12:35:17 -07:00
Tim Almdal
011a0c0a89 Merge branch 'master' into talmdal 2010-08-06 14:44:40 -07:00
Tim Almdal
9618dc7644 Merge branch 'talmdal' of github.com:gallery/gallery3-contrib into talmdal
Conflicts:
	modules/themeroller/controllers/admin_themeroller.php
	modules/themeroller/helpers/themeroller_event.php
	modules/themeroller/views/site_screen.css.php
2010-08-06 14:43:57 -07:00
Tim Almdal
e51496abf9 Initial commit of the themeroller module. It takes an upload of the zip file produced by jqueryui.com/themeroller and generates a theme based on the color schema contained in the zip file. Still fairly experimental 2010-08-06 14:29:42 -07:00
Bharat Mediratta
0a69d925dc Sharephoto module from vallu (http://gallery.menalto.com/node/97234) 2010-08-05 11:35:23 -07:00
Bharat Mediratta
6dd078a38f Replace straight SQL with db::build() which takes care of the problem that the table name is not wrapped in curly braces so it won't get prefixed properly 2010-08-05 11:27:11 -07:00
hukoeth
da3978cc03 Fixed parsing error and hidden core and identity provider modules. 2010-08-05 11:23:28 -07:00
hukoeth
b7e991a5a5 navcarousel updated to 4.2
removed reference to a file no longer existing
made load event configurable (document.ready vs. window.load)
2010-08-05 11:23:20 -07:00
hukoeth
fa134d1313 Added moduleorder and navcarousel 2010-08-05 11:23:12 -07:00
Bharat Mediratta
d917430aec Did a pass over the ecard code. It still doesn't work, but it's a lot
closer to our regular style now.  And a fair bit simpler.

Structural
- Added an installer and moved all the default messages into it
  so that they're part of the install process.
- Got rid of the model; you don't need to add an ecard entry in
  the database to send an ecard.  You just need to send a mail.
- Renamed the form and controller methods to reflect the fact that
  we're sending an ecard, not adding an ecard to the db.
- Stopped inlining all of the code into the page like we do in
  comments, and instead put it into a dialog box with a button
  in the sidebar.  This lets us ditch the extra .js and .css and
  greatly simplifies the code.

General
- Added rules to the send_ecard form so that the validation
  code has something to chew on.
- Renamed ecard::can_ecard() to ecard::can_send_ecard() cause you
  should have a verb in there.
- Moved the can_send_ecard() check into ecard_theme::sidebar_bottom
  and out of ecards.html.php

Style cleanup
- Changed "Title Casing" to "Sentence casing" everywhere for
  consistency with our style.
- Cleaned up some indentation
- Got rid of carriage returns

LEFT TO DO:
1) Rename Ecards_Controller to Ecard_Controller for consistency (and
   put it in ecard.php)

2) Actually have it send the ecard :-)
2010-08-03 23:13:40 -07:00
Bharat Mediratta
6e38f07e9c Initial version of eCard from dmolavi, with carriage returns removed. 2010-08-03 22:45:30 -07:00
Bharat Mediratta
1c1e9ad920 Merge branch 'dialog' of github.com:gallery/gallery3-contrib into dialog 2010-08-01 10:24:10 -07:00
Bharat Mediratta
351a9d16b3 Force the respose type to be text/html to avoid the bug where the
buffering iframe doesn't know what to do with a JSON reply.

Print out an appropriate message after the upload completes.
2010-08-01 10:23:57 -07:00
Tim Almdal
1f01b0671f Merge branch 'master' into dialog 2010-08-01 08:34:04 -07:00
Bharat Mediratta
8eec328a06 Change json::reply calls to use "html" instead of "form" and not JSON
encode HTML payloads when we don't need to.

This is follow on for:
7607e1f932
2010-07-31 21:32:59 -07:00
Bharat Mediratta
b4f2c13dcb Updated to reflect the API change in 48af5e6b5039839f93345bef92e1acf7952c50a1 2010-07-31 14:41:04 -07:00
Tim Almdal
e87c6a2832 Change the html_uploader module to use the json::reply. The json reply is not being picked up properly. 2010-07-27 21:48:28 -07:00
Tim Almdal
6e4719774f remove debugging statement 2010-07-26 11:06:47 -07:00
Tim Almdal
a8c232a752 Convert the favorites module to the new json::reply helper. **Note** this module doesn't install as it gets a ORM validation error. 2010-07-26 10:58:55 -07:00
Tim Almdal
115ae046a4 Convert the favorites module to the new json::reply helper. 2010-07-26 10:55:52 -07:00
Tim Almdal
43c53845db Convert the gwtorganize module to the new json::reply helper. 2010-07-26 10:55:20 -07:00
Tim Almdal
95757edaa1 Convert the developer module to the new json::reply helper. 2010-07-26 10:46:52 -07:00
Tim Almdal
cce12b602c Convert the scheduler module to the new json::reply helper. 2010-07-26 10:36:32 -07:00
Tim Almdal
b5b770cd1b Convert the register module to use the json::reply(...) helper. 2010-07-26 10:08:19 -07:00
Romain LE DISEZ
56d487b000 Workaround for a MSIE bug (see http://support.microsoft.com/kb/323308/en-us) 2010-07-24 21:51:22 +08:00
Romain LE DISEZ
ab0e8455b6 Workaround for PHP bug 45028 2010-07-24 21:51:22 +08:00
Tim Almdal
33c1f8526a Merge branch 'master' of https://github.com/gallery/gallery3-contrib 2010-07-23 23:09:50 -07:00
Tim Almdal
d88688c074 Fix for ticket #1242. Don't try to initialize the tag_cloud.swf file if there are no tags present. 2010-07-23 07:29:47 -07:00
Bharat Mediratta
ae71692819 Turns out that passing null as username and password in ldap_bind()
breaks anonymous ldap_bind().  Sigh.  Be a little more careful.
2010-07-21 13:05:50 -07:00
Bharat Mediratta
6db001616b Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-07-20 09:33:24 -07:00
Bharat Mediratta
9f7907f9cb Add support for a username/password when calling ldap_bind() 2010-07-20 09:33:04 -07:00
Tim Almdal
64332d6688 Initial commit of a themeroller module... not ready for general use 2010-07-16 09:42:30 -07:00
brentil
b95ba26e98 moduleupdates v1.2
-Fixed a bug where it was showing G3CC after a DNE
-Added the installed module version information
-Added alert for when a new module is on the system but is not yet installed
-Added alert for when an installed module is newer than the one on the system
-Added version information on the Settings page to permit incremental update verification
2010-07-16 09:48:46 +08:00
Romain LE DISEZ
3c907bb19c Fix the problem of filename with special char on Linux 2010-07-16 09:48:30 +08:00
Romain LE DISEZ
e5db9a349c Make the module compatible with RC2, fix a bug (bad method name) 2010-07-16 09:48:30 +08:00
Romain LE DISEZ
207f98ebfe Initial Commit (v1).
downloadalbum is a module that provides a way of downloading a complete album. A ZIP archive is generated on-the-fly in a efficient way: it doesn't burn your CPU nor eat your RAM. There is nothing stored on disk so it will not waste space.

The module add a floppy icon on an album when the visitor has the view_full right.

This module is based on downloadfullsize.
2010-07-15 18:47:00 -07:00
Bharat Mediratta
f9536374c8 Rename Html_Uploader to just Uploader; that's the new, simpler method for
overriding the uploader.
2010-07-15 12:38:53 -07:00
Bharat Mediratta
a76e7187f7 Override Flash_Uploader_Controller and redirect to
Html_Uploader_Controller in case anybody generates direct urls to the
old controller.  The wind theme does this for empty albums.
2010-07-15 11:13:35 -07:00
Bharat Mediratta
d1fa017b44 Updated to reflect change in
dbf3199e46
where forms are now sent back as JSON instead of HTML.
2010-07-13 13:04:03 -07:00
Bharat Mediratta
c1201d31ad Simple HTML only uploader that replaces the Flash uploader. It's very
lean and mean, but it works.
2010-07-13 12:33:18 -07:00
Bharat Mediratta
1370d60202 New module that suppresses the 'Home' link in the menu 2010-07-11 20:46:33 -07:00
Bharat Mediratta
97088a3b03 Merge branch 'master' of git://github.com/rWatcher/gallery3-contrib
Conflicts:
	modules/exif_gps/controllers/admin_exif_gps.php
	modules/exif_gps/helpers/exif_gps_event.php
	modules/exif_gps/views/exif_gps_dynamic2_sidebar.html.php
	modules/exif_gps/views/exif_gps_map.html.php
2010-06-20 10:10:25 -07:00
Ben Smith
f10820ab49 Added a build version 2010-06-20 10:04:46 -07:00
Ben Smith
31d13b0799 Initially Added Favourites Module 2010-06-20 10:04:41 -07:00
Ben Smith
2e194e593f Removed dependency on Google Gears to allow it to work on safari. Fixed issues with opacity on IE. There are still some issues with viewing on IE. 2010-06-20 10:04:31 -07:00
Bharat Mediratta
5173395bbd Revert "Added a build version"
This reverts commit 842fd2c66f.
2010-06-20 10:04:18 -07:00
Ben Smith
842fd2c66f Added a build version 2010-06-20 10:03:40 -07:00
brentil
0757ada662 Cleaned up copy of v1 to conform to coding standards, file spacing, and added extra documentation. 2010-06-20 13:51:48 +08:00
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
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
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
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
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
Bharat Mediratta
39bd6892a8 Move the "Fix MPTT" task into the gallery module. 2010-04-04 14:48:19 -07:00
rWatcher
bd7b614608 Merge commit 'gallery3-contrib/master' 2010-04-01 21:40:07 -04:00
rWatcher
dd59051dc8 Initial commit. 2010-04-01 21:32:23 -04:00
rWatcher
f2fe6dd2b5 Added some comments. 2010-04-01 20:59:36 -04:00
rWatcher
30a106a529 Fixed weird RTL bug. 2010-04-01 19:52:20 -04:00
Tim Almdal
199417ff77 correct a typo on the admin screen. 2010-04-01 07:52:31 -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
rWatcher
d9cc8eae26 Code cleanups. 2010-03-25 21:15:16 -04:00
rWatcher
aefa0cf848 Added a maximum auto-zoom level parameter. 2010-03-25 20:48:40 -04:00
rWatcher
e017b7351c Added optional toolbar icons. 2010-03-24 21:53:47 -04:00
rWatcher
b155ea730a Name admin options the same way the show up on the map. 2010-03-24 21:10:37 -04:00
rWatcher
64193b1a3f Added option to map the entire contents of an album on the sidebar. 2010-03-24 21:05:19 -04:00
rWatcher
606898787c Fixed bug with manually specifying GPS coordinates. 2010-03-20 13:21:01 -04:00