1
0
Commit Graph

71 Commits

Author SHA1 Message Date
Bharat Mediratta
13e0d4aea4 Update all head() and admin_head() theme calls to return the results of
the $theme->css() and $theme->script() calls so that if a theme does not
do script/css combining they'll still print out the appropriate <script>
and <link> elements.

See https://sourceforge.net/apps/trac/gallery/ticket/1611
2011-01-15 13:31:02 -08:00
dmolavi
48ef12f9ff New layout for moduleupdates admin page. See http://bit.ly/fzTAnk 2011-01-14 21:35:23 -05:00
dmolavi
7a7697cc8f One more fix in the moduleupdates installer. 2011-01-14 15:52:11 -05:00
dmolavi
2048251378 Fixes typo in moduleupdates 2011-01-14 15:49:21 -05:00
dmolavi
5df3554732 Multiple recipients and message length option now available. 2011-01-13 15:46:31 -05:00
dmolavi
76c3bca8a8 Added length restriction to ecard message (255 chars). This is done
via a Kohana validation check, but I should be able to get a realtime
JS update in there soon enough.
2011-01-11 21:06:47 -05:00
dmolavi
46657f8325 Added option to send a copy to yourself. 2011-01-11 20:49:17 -05:00
Bharat Mediratta
786a2fd2ac Bump purifier modules to v2 since we're using a newer version of HTMLPurifier 2011-01-08 18:41:28 -08:00
Bharat Mediratta
426cd2a908 Update HTMLPurifier to 4.2.0 and move the code from lib to vendor 2011-01-08 18:40:34 -08:00
dmolavi
7904946b54 Oops, forgot to bump version number. 2011-01-08 20:16:32 -05:00
Bharat Mediratta
8ac94b846d Merge branch 'master' of git://github.com/dmolavi/gallery3-contrib 2011-01-08 17:11:41 -08:00
Bharat Mediratta
47f1db485d Merge branch 'master' of git://github.com/undagiga/gallery3-contrib 2011-01-08 17:07:10 -08:00
undagiga
878ba14230 This is my second attempt to update about_this_photo to V3 and to add the new module about_this_album. Hopefully I have pulled all upstream changes this time. 2011-01-08 22:32:08 +11:00
Rob
8035ed40ba removed orphan div tag 2011-01-08 01:54:54 -08:00
dmolavi
ba0e78e269 Fix for CSS display issues. Closes 1583 2011-01-07 15:36:16 -05:00
Bharat Mediratta
05ee3bfe78 Merge branch 'master' of git://github.com/brentil/gallery3-contrib 2011-01-06 00:28:38 -08:00
brentil
14cf53f706 Fix for GalleryModules 3.1 version paths and clarified verbiage. 2011-01-05 20:54:37 -05:00
brentil
ad0bba3ac3 MU 5 - Fully supports 3.x versions along with pulling version information from multiple sources (Core, Contrib, & GalleryModules). Code cleanup and debug removal. 2011-01-04 22:21:23 -05:00
Beckett Madden-Woods
6383a1c075 Add tag support to captionator module. 2011-01-04 04:32:15 +08:00
undagiga
36375b226c Changes by Undagiga to add selected IPTC fields 2011-01-04 04:29:00 +08:00
Chad Kieffer
828ece294e Minor updates to address Bharat's review comments. Thanks Bharat! 2010-12-30 14:48:19 -07:00
Chad Kieffer
213ddf49fa Not sure how I missed checking in the model stub, but here it is. 2010-12-30 14:35:24 -07:00
Chad Kieffer
354ed39dcd Don't attempt to shorten root album's URL if the module's not been configured yet. 2010-12-29 22:28:24 -07:00
Chad Kieffer
7077fd9d0b The settings link label should be bit.ly instead of Bit.ly. 2010-12-29 21:37:22 -07:00
Chad Kieffer
dbf31cd320 Don't show shorten link if the link's already short! Only show the shorten link to the item's owner. 2010-12-28 21:15:09 -07:00
Chad Kieffer
e1ad88ab10 Removed debug line. 2010-12-26 22:58:06 -07:00
Chad Kieffer
d0cfcbf20e Add check to see if current user is the owner before displaying shorten link menu item. 2010-12-26 18:03:08 -07:00
Chad Kieffer
d422f581a4 Dropped owner_id, it can be derived via the item. Added global_hash 2010-12-26 16:18:07 -07:00
Chad Kieffer
a63742ac9d Update link labels to adhere to capitalization rules. 2010-12-26 11:19:46 -07:00
Chad Kieffer
f6f66d01eb Hooked up shorten link for contextual menu. 2010-12-25 15:37:32 -07:00
Chad Kieffer
a65a67e72a Store shortened bit.ly hashes locally. Implemented site menu's shorten link, context menu's not working yet. (missed adding the controller in original commit) 2010-12-25 15:24:15 -07:00
Chad Kieffer
3b4f6f357e Store shortened bit.ly hashes locally. Implemented site menu's shorten link, context menu's not working yet. 2010-12-24 15:04:42 -07:00
Chad Kieffer
0210d1931a Merge branch 'master' of git://github.com/gallery/gallery3-contrib 2010-12-24 12:43:09 -07:00
Chad Kieffer
19436c2ebd Changed table name and user_id is now owner_id, as it should be. 2010-12-24 11:22:23 -07:00
Bharat Mediratta
8b3379c231 Mark the register controller as a legal controller when the entire
Gallery is private.  Fixes #1549.
2010-12-23 23:38:43 -08:00
Chad Kieffer
a906f6840c Initial commit of bitly module. Installer and admin settings implemented. URL shortening method works but is not yet implemented for items. 2010-12-22 15:10:27 -07:00
Bharat Mediratta
761797981b Bump to version 2 and add an installer 2010-12-19 22:43:50 -08:00
Bharat Mediratta
09b56b8bec Merge branch 'master' of git://github.com/rledisez/gallery3-contrib 2010-12-19 22:13:40 -08:00
Bharat Mediratta
7b336e8804 New "About this photo" module that puts info in the sidebar about when
the photo was created and what tags it has.  Written for undagiga
in http://gallery.menalto.com/node/99716
2010-12-19 17:41:38 -08:00
Romain LE DISEZ
8aa45472a8 Sync downloadalbum in branch '3.1' 2010-12-18 15:07:26 +01:00
Bharat Mediratta
6288579384 Add a second style where we use unordered lists instead of a <select>.
It's hacky, but works.  Switch between styles using Admin > Settings >
Advanced and changing albumtree.style between "select" and "list".
2010-12-17 17:10:52 -08:00
Bharat Mediratta
fd2a0401d3 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-12-14 16:20:10 -08:00
Bharat Mediratta
6ae1741f05 Don't mark add_user_to_group() and remove_user_from_group() static since they not static in IdentityProvider_Driver. 2010-12-14 16:19:46 -08:00
Bharat Mediratta
5a9c6d6063 use sample values 2010-11-27 22:27:22 -08:00
Bharat Mediratta
9165ff3594 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-11-27 18:35:52 -08:00
Bharat Mediratta
30700cb8de Oops, add in security. Only show viewable children. 2010-11-27 18:35:11 -08:00
rWatcher
b7444e5cfc Initial commit of TagsInAlbum module. 2010-11-26 06:27:32 +08:00
rWatcher
80f2f22513 Minor fix. 2010-11-26 06:27:32 +08:00
rWatcher
06725f6ce1 Cleaning up the code. 2010-11-26 06:27:32 +08:00
rWatcher
a77876ec00 Create an admin page. 2010-11-26 06:27:31 +08:00