1
0

Commit Graph

  • 75da94182e add support for SergeD's 'kbd nav' module mamouneyya 2010-08-21 11:37:47 +0800
  • b4a451b089 add 'first' & 'last' navigation buttons for item pages. code inspired from GreyDragon Wind theme mamouneyya 2010-08-21 11:35:18 +0800
  • d6dc5f6b7a Update version in installer to match module.info Bharat Mediratta 2010-08-22 20:47:12 -0700
  • fda7048f5f Updated to version 3 to reflect added RECAPTCHA. dmolavi 2010-08-22 20:37:44 -0400
  • 0546ad40f1 Updated to use the new captcha_protect_form event. Deleted MY_recaptcha_event overload, it's no longer necessary. Bharat Mediratta 2010-08-22 13:01:04 -0700
  • 22ac986ab0 Corrected capitalization on admin menu and added recaptcha overload to use recaptcha in the ecard form. dmolavi 2010-08-22 09:18:43 +0800
  • 90c4cdd839 add support for SergeD's 'kbd nav' module mamouneyya 2010-08-21 06:37:47 +0300
  • cd337b00be add 'first' & 'last' navigation buttons for item pages. code inspired from GreyDragon Wind theme mamouneyya 2010-08-21 06:35:18 +0300
  • cbbf18d084 Merge remote branch 'gallery3-contrib/master' mamouneyya 2010-08-21 06:32:49 +0300
  • ce509f1708 Convert the permissions_form to use the jquery ui supplied sprites instead of gallery supplied icons. Tim Almdal 2010-08-19 20:06:49 -0700
  • ebfd95a8c6 Merge branch 'master' into talmdal Tim Almdal 2010-08-18 21:49:11 -0700
  • 61a3dbc3f7 Store the theme definition in the theme.info file as a comment. Tim Almdal 2010-08-18 21:48:41 -0700
  • f2739d28f7 Initial commit of autorotate module. dmolavi 2010-08-19 08:25:44 +0800
  • 2308b19b1e synchronize changes with the fix-ie.css in gallery3:master Tim Almdal 2010-08-18 19:47:34 -0700
  • 4aa1e1ded6 Merge branch 'master' into talmdal Tim Almdal 2010-08-18 18:53:59 -0700
  • be42be32e0 Update masks to provide clear color references. Tim Almdal 2010-08-18 18:53:19 -0700
  • ddb25ffd78 update README jim 2010-08-14 09:57:33 +0800
  • 4009364900 adding the PAM module jim 2010-08-14 08:56:03 +0800
  • a5cd91fe33 override CalendarView default main page mamouneyya 2010-08-18 11:38:24 +0800
  • a8a2164e15 sync with Wind theme mamouneyya 2010-08-18 11:32:56 +0800
  • 08a3895f3f fix the broken link for adding new photo mamouneyya 2010-08-18 11:32:36 +0800
  • 3c00d669ba Add some demo REST client code for Java. Bharat Mediratta 2010-08-17 21:59:44 -0700
  • 9def829046 Move client -> client/php to make room for more language types. Bharat Mediratta 2010-08-17 21:03:24 -0700
  • 5103ffce45 Merge branch 'master' of github.com:gallery/gallery3-contrib Bharat Mediratta 2010-08-17 21:02:14 -0700
  • 23f5e10d08 web_client -> obsolete/web_client Bharat Mediratta 2010-08-17 21:01:39 -0700
  • badcc17e1d Merge remote branch 'gallery3-contrib/master' mamouneyya 2010-08-18 06:39:01 +0300
  • 859880c504 override CalendarView default main page mamouneyya 2010-08-18 06:38:24 +0300
  • b7700889f9 sync with Wind theme mamouneyya 2010-08-18 06:32:56 +0300
  • e56f626d95 fix the broken link for adding new photo mamouneyya 2010-08-18 06:32:36 +0300
  • d53e780397 Change the termination status message so it reads better. Tim Almdal 2010-08-15 22:31:05 -0700
  • 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. Tim Almdal 2010-08-15 22:30:36 -0700
  • 1315ad3ec4 Merge branch 'talmdal' of git@github.com:gallery/gallery3-contrib into talmdal Tim Almdal 2010-08-15 18:52:05 -0700
  • 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." Tim Almdal 2010-08-15 16:37:04 -0700
  • 752ed60890 Remove debugging statement Tim Almdal 2010-08-15 18:46:56 -0700
  • 39cd511e41 Change the default display name to be more readable. Tim Almdal 2010-08-15 18:45:39 -0700
  • 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. Tim Almdal 2010-08-15 18:50:51 -0700
  • 6d31beec13 Added installer. Added check for gallery core version. Some cleanup hukoeth 2010-08-11 20:32:43 +0800
  • 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 hukoeth 2010-08-11 17:56:38 +0800
  • 9b55c39abb Code cleanup hukoeth 2010-08-10 15:54:29 +0200
  • fc22acf0b4 Modified module to use weight field in DB to order the modules instead of id requires commit d3a161ca1b hukoeth 2010-08-10 15:20:38 +0200
  • 99551efe4b Merge branch 'master' into talmdal Tim Almdal 2010-08-13 11:29:20 -0700
  • 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. Tim Almdal 2010-08-13 11:28:53 -0700
  • cd252d3928 Added installer. Added check for gallery core version. Some cleanup hukoeth 2010-08-11 20:32:43 +0800
  • 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 hukoeth 2010-08-11 17:56:38 +0800
  • 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. Tim Almdal 2010-08-11 14:02:05 -0700
  • 40c4c4f2a4 Code cleanup hukoeth 2010-08-10 15:54:29 +0200
  • edb4f6c6f4 Modified module to use weight field in DB to order the modules instead of id requires commit d3a161ca1b hukoeth 2010-08-10 15:20:38 +0200
  • a21dc263cf Change the colors in the admin_screen template so that they are replaced with the themeroller colors. Tim Almdal 2010-08-09 14:53:37 -0700
  • 9d3c9edc95 Get gallery images generating properly. It was always setting the color to black so it wouldn't show up properly. Tim Almdal 2010-08-09 12:32:43 -0700
  • 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. Tim Almdal 2010-08-09 07:05:39 -0700
  • 1349000336 Merge branch 'master' into talmdal Tim Almdal 2010-08-09 06:53:34 -0700
  • e94df5cdd0 trying to recommit the deletion of old files. dmolavi 2010-08-08 15:33:21 -0400
  • 435b677141 old files no longer needed. dmolavi 2010-08-08 14:27:38 -0400
  • af883743e0 fix to only show on photo item pages. see http://bit.ly/90FxWm dmolavi 2010-08-08 14:18:41 -0400
  • cf37aa5ceb Add support for replacing an item's data file. Bharat Mediratta 2010-08-08 01:13:32 -0700
  • 8562a1abc3 commit of funtioning ecard module with post-RC2 changes. dmolavi 2010-08-07 14:33:14 -0400
  • 011a0c0a89 Merge branch 'master' into talmdal Tim Almdal 2010-08-06 14:44:40 -0700
  • 9618dc7644 Merge branch 'talmdal' of github.com:gallery/gallery3-contrib into talmdal Tim Almdal 2010-08-06 14:43:57 -0700
  • 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 Tim Almdal 2010-08-06 14:29:42 -0700
  • 0a69d925dc Sharephoto module from vallu (http://gallery.menalto.com/node/97234) Bharat Mediratta 2010-08-05 11:35:23 -0700
  • 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 Bharat Mediratta 2010-08-05 11:27:11 -0700
  • da3978cc03 Fixed parsing error and hidden core and identity provider modules. hukoeth 2010-08-04 17:16:52 +0200
  • b7e991a5a5 navcarousel updated to 4.2 hukoeth 2010-08-03 21:24:04 +0200
  • fa134d1313 Added moduleorder and navcarousel hukoeth 2010-08-03 19:26:22 +0200
  • 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. Bharat Mediratta 2010-08-03 23:13:40 -0700
  • 6e38f07e9c Initial version of eCard from dmolavi, with carriage returns removed. Bharat Mediratta 2010-08-03 22:44:31 -0700
  • 1c1e9ad920 Merge branch 'dialog' of github.com:gallery/gallery3-contrib into dialog Bharat Mediratta 2010-08-01 10:24:10 -0700
  • 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. Bharat Mediratta 2010-08-01 10:23:57 -0700
  • 1f01b0671f Merge branch 'master' into dialog Tim Almdal 2010-08-01 08:34:04 -0700
  • 8eec328a06 Change json::reply calls to use "html" instead of "form" and not JSON encode HTML payloads when we don't need to. Bharat Mediratta 2010-07-31 21:32:59 -0700
  • b4f2c13dcb Updated to reflect the API change in 48af5e6b5039839f93345bef92e1acf7952c50a1 Bharat Mediratta 2010-07-31 14:41:04 -0700
  • e87c6a2832 Change the html_uploader module to use the json::reply. The json reply is not being picked up properly. Tim Almdal 2010-07-27 21:48:28 -0700
  • b3861219f1 Merge branch 'master' into dialog Tim Almdal 2010-07-27 21:37:01 -0700
  • 0ebe0bc6ef Revert "font changes" Bharat Mediratta 2010-07-26 12:42:09 -0700
  • 77f352725e Merge branch 'master' of github.com:gallery/gallery3-contrib Bharat Mediratta 2010-07-26 11:50:52 -0700
  • 3285ca8311 Revert "add support to DownloadAlbum module" Bharat Mediratta 2010-07-26 11:50:33 -0700
  • 41bab777fa Revert "custom tweak for DisplayTag module" Bharat Mediratta 2010-07-26 11:50:24 -0700
  • 6771af8744 Revert "the Arabic logo" Bharat Mediratta 2010-07-26 11:49:38 -0700
  • 6e4719774f remove debugging statement Tim Almdal 2010-07-26 11:06:47 -0700
  • a8c232a752 Convert the favorites module to the new json::reply helper. **Note** this module doesn't install as it gets a ORM validation error. Tim Almdal 2010-07-26 10:58:55 -0700
  • 115ae046a4 Convert the favorites module to the new json::reply helper. Tim Almdal 2010-07-26 10:55:52 -0700
  • 43c53845db Convert the gwtorganize module to the new json::reply helper. Tim Almdal 2010-07-26 10:55:20 -0700
  • 95757edaa1 Convert the developer module to the new json::reply helper. Tim Almdal 2010-07-26 10:46:52 -0700
  • cce12b602c Convert the scheduler module to the new json::reply helper. Tim Almdal 2010-07-26 10:36:32 -0700
  • b5b770cd1b Convert the register module to use the json::reply(...) helper. Tim Almdal 2010-07-26 10:08:19 -0700
  • 56d487b000 Workaround for a MSIE bug (see http://support.microsoft.com/kb/323308/en-us) Romain LE DISEZ 2010-07-23 04:59:07 +0800
  • ab0e8455b6 Workaround for PHP bug 45028 Romain LE DISEZ 2010-07-23 03:49:14 +0800
  • f591f22029 add support to DownloadAlbum module mamouneyya 2010-07-22 20:11:27 +0800
  • 3a0780dcac font changes mamouneyya 2010-07-22 17:54:03 +0800
  • f5f8696e29 custom tweak for DisplayTag module mamouneyya 2010-06-25 20:34:56 +0800
  • d30790c58a the Arabic logo mamouneyya 2010-06-25 15:34:07 +0300
  • acff910a11 the Arabic logo mamouneyya 2010-06-25 15:21:46 +0300
  • 9f2853bc7f Merge branch 'master' of git://github.com/mamouneyya/gallery3-contrib Bharat Mediratta 2010-07-24 06:41:26 -0700
  • 2d23f87e97 Handle 201 Created. Part of the fix for ticket #1178. Bharat Mediratta 2010-07-24 06:39:36 -0700
  • 33c1f8526a Merge branch 'master' of https://github.com/gallery/gallery3-contrib Tim Almdal 2010-07-23 23:09:50 -0700
  • d88688c074 Fix for ticket #1242. Don't try to initialize the tag_cloud.swf file if there are no tags present. Tim Almdal 2010-07-23 07:29:47 -0700
  • 69ad02c619 Merge branch 'master' of git@github.com:rledisez/gallery3-contrib Romain LE DISEZ 2010-07-22 23:41:15 +0200
  • 687cdfe3da Workaround for a MSIE bug (see http://support.microsoft.com/kb/323308/en-us) Romain LE DISEZ 2010-07-22 22:59:07 +0200
  • 1a827eed16 Merge branch 'master' of git@github.com:rledisez/gallery3-contrib Romain LE DISEZ 2010-07-22 21:50:08 +0200
  • 62df872def Workaround for PHP bug 45028 Romain LE DISEZ 2010-07-22 21:49:14 +0200