1
0
Commit Graph

276 Commits

Author SHA1 Message Date
Chad Kieffer
cb9cf30133 Fix Twitter OAuth redirect, update access token saved confirmation message. 2011-02-14 20:17:53 -07:00
Chad Kieffer
6fb1e21416 Don't show 'Share on Twitter' link if the user's not logged in. 2011-02-14 19:24:19 -07:00
Chad Kieffer
c5d19be54b Use url::file() instead of url::site() when referencing images. 2011-02-14 17:24:55 -07:00
Chad Kieffer
1fc1a27364 Re-added user_id to CREATE TABLE in the installer helper. 2011-02-14 17:19:25 -07:00
Bharat Mediratta
d8fdc7a2ae Merge branch 'master' of git://github.com/ckieffer/gallery3-contrib 2011-02-13 21:40:19 -08:00
Chad Kieffer
8d613c1b9d Correct error message display and redirect. 2011-02-13 22:35:15 -07:00
Chad Kieffer
2db277328e Remove lib folder 2011-02-13 19:49:18 -07:00
Chad Kieffer
e659f89527 Moved twitteroauth library to vendor folder. Include this library's license file. Fixed path to "login with twitter" images. 2011-02-13 19:46:51 -07:00
Bharat Mediratta
05d9cf5efd Merge branch 'master' of git://github.com/ckieffer/gallery3-contrib 2011-02-13 17:31:27 -08:00
Chad Kieffer
a5907ea38e Update previously failed tweet for an item upon a subsequent successful tweet. 2011-02-13 14:56:24 -07:00
Chad Kieffer
00b1f375c6 Expand the size of the tweet column until I better understand how G3 handles UTP-8 and Twitter's tweet length rules and UTF-8. 2011-02-13 14:10:40 -07:00
Chad Kieffer
b8d92a59af Tweets table updates. Dropped 'status', instead look for empty twitter_id to indicate whether a tweet was sent successfully. Also changed 'created' to 'sent' and only set it after a tweet is successfully sent. 2011-02-13 13:53:39 -07:00
Chad Kieffer
1234f8c3ff Save successful and failed Tweets. Load latest failed tweet for an item on subsequent attempts. Delete failed tweets for an item once a tweet is sent for that item successfully. Code cleanup and organization updates. 2011-02-13 13:11:42 -07:00
Chad Kieffer
5c3e9690df Store Twitter status id. 2011-02-13 12:26:19 -07:00
Chad Kieffer
8eab477367 Save tweets sent successfully, and those which weren't sent. 2011-02-12 19:00:17 -07:00
Chad Kieffer
31b9f57a09 Don't show Tweet this menu items if the Twitter consumer key and secret are not sent. 2011-02-12 18:26:56 -07:00
Chad Kieffer
815cbd4234 Added a reset the default tweet to the default tweet value to the admin form. 2011-02-12 17:42:37 -07:00
Chad Kieffer
bdad42535f Tweets are now being sent, but the page redirect/dialog is not handled properly on success, or failure. Added a reset the default tweet to the default tweet value to the admin form. 2011-02-12 17:17:05 -07:00
Chad Kieffer
e40d98ec8e White-space and docblock updates. 2011-02-12 11:59:12 -07:00
Chad Kieffer
f37073b0c1 Added README 2011-02-12 11:49:20 -07:00
Chad Kieffer
00806139bb Moved status messages from helper to controller, shouldn't generate them when other modules shorten links, i.e. Twitter, etc. Log bit.ly errors. Added README. 2011-02-12 11:43:46 -07:00
Chad Kieffer
b7d8647316 Removed unused class property. 2011-02-09 18:45:54 -07:00
Chad Kieffer
aab9d98df6 Merge branch 'master' of git://github.com/gallery/gallery3-contrib 2011-02-09 18:41:51 -07:00
Chad Kieffer
086e8554e9 Initial commit of Twitter module. OAuth access key retrieval and storage is working, posting tweets is not, yet. 2011-02-09 18:40:55 -07:00
Chad Kieffer
e9235ba4c4 Initial commit of Twitter module. OAuth access key retrieval and storage is working, posting tweets is not, yet. 2011-02-09 18:40:32 -07:00
rWatcher
782f8372fb Created a maintance task for upgrading from older versions of AlbumPassword. 2011-02-08 15:49:52 -05:00
rWatcher
265901c3d5 Minor bugfix. 2011-02-08 15:34:12 -05:00
Chad Kieffer
adc6706ed9 Initial commit of Twitter module. OAuth access key retrieval and storage is working, posting tweets is not, yet. 2011-02-06 21:22:11 -07:00
rWatcher
c6642aa9a2 BugFix: Protected photos don't load properly. 2011-02-03 15:40:15 -05:00
rWatcher
92ca31827e Minor Bugfixes. 2011-02-02 23:51:32 -05:00
rWatcher
d8c6b1f4cf Create a new table to track all protected files. 2011-02-02 14:32:54 -05:00
rWatcher
1cd2de2154 Added warning message that TagsInAlbum requires Tags. 2011-01-31 14:21:04 -05:00
Bharat Mediratta
bd35167777 Merge branch 'master' of git://github.com/rWatcher/gallery3-contrib 2011-01-30 14:40:19 -08:00
brentil
f047b7a675 brentil's fix for array out of range errors with unset on some installations with v7 2011-01-29 09:02:06 -08:00
Bharat Mediratta
2ef6075a0c Merge branch 'master' of git://github.com/dmolavi/gallery3-contrib 2011-01-29 08:53:25 -08:00
Carlos Saltos
73bb2f5248 adding filename and tag editing support for captionation (gallery 3.1) 2011-01-29 13:20:17 +01:00
rWatcher
5f2fe5a1df Synced rWInfo with recent changes to info module. 2011-01-28 10:53:57 -05:00
Chad Kieffer
aa3fa8858e Removed ui-icon-link css class for bitly site_menu item, it's not used. 2011-01-26 19:50:12 -07:00
dmolavi
9f319a97b3 Delete Serge D's work I.A.W. his request: http://gallery.menalto.com/node/100475 2011-01-26 15:27:36 -05:00
rWatcher
976e8d2b55 Added warning messages to alert admins if Tags isn't active. 2011-01-26 14:25:11 -05:00
dmolavi
61b80166ac Add module.info for atom module 2011-01-24 19:54:39 -05:00
brentil
655aac5c33 brentil's fix for array out of range errors with unset on some installations with v7 2011-01-23 22:05:53 -05:00
brentil
14c8c9f8d5 Merging in dmolavi's v7 changes for GUI changes and GalleryModule bug fixes 2011-01-23 21:57:15 -05:00
Bharat Mediratta
8d0f624743 Update copyright to 2011. 2011-01-21 23:12:44 -08:00
dmolavi
dc195b869f Version checking fix. 2011-01-21 20:08:54 -05:00
dmolavi
c23f36eb9c Make upgrader more legacy friendly. 2011-01-21 20:07:15 -05:00
dmolavi
daf3339606 Ecard now allows admins to give user the option to send a non-watermarked version of the image. 2011-01-21 15:43:27 -05:00
dmolavi
f4f4b6a8a5 Update to moduleupdates to show correct version in header. 2011-01-18 10:23:56 -05:00
dmolavi
48d39c283b Ecard now allows user to select whether to send thumbnail or resized image. 2011-01-18 09:55:10 -05:00
Bharat Mediratta
f486872aa2 Merge branch 'master' of git://github.com/ckieffer/gallery3-contrib 2011-01-17 23:24:13 -08:00
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
Chad Kieffer
b2398036ec Changed info_block_metadata event to info_block_get_metadata per 06d94065ce0919f34151. 2011-01-06 21:06:40 -07:00
Chad Kieffer
2bdfcca5e0 Merge branch 'master' of git://github.com/gallery/gallery3-contrib 2011-01-06 21:05:49 -07: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
Chad Kieffer
fa79b1b447 Item ID is no longer required by info_block_metadata event, the entire item object is. 2011-01-04 19:27:22 -07:00
Chad Kieffer
e24997eda1 Add bit.ly link to refactored info block via info_block_metadata event hook. 2011-01-04 15:57:31 -07: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
rWatcher
26a2d9c0f9 Modify access to actually use the admin setting. 2010-11-26 06:27:31 +08:00
rWatcher
9f981b56c3 Created an admin screen. 2010-11-26 06:27:31 +08:00
rWatcher
e09864291e Don't allow users to protect the root album. 2010-11-26 06:27:30 +08:00
rWatcher
9c7db084ee Increase version number two 2, create a new module variable. 2010-11-26 06:27:30 +08:00
rWatcher
73ebd81bc1 Deny access to protected albums and their contents. 2010-11-26 06:27:30 +08:00
rWatcher
63873f96cd Hide the album instead of the albums contents. 2010-11-26 06:27:29 +08:00
rWatcher
9969734286 Fix for full screen aspect ratio bug (Ticket #1154). 2010-11-26 06:27:29 +08:00
rWatcher
5100e8123a CSS Fix. 2010-11-26 06:27:29 +08:00
rWatcher
e8b325878d Bugfixes for older browsers. 2010-11-26 06:27:28 +08:00
Bharat Mediratta
17c4c1ea6e New module that shows a tree of all albums in the sidebar. Selecting
an album jumps to it.  Probably very slow for large installs.
2010-11-19 11:57:20 -08:00
Bharat Mediratta
bd96329e45 New module that lets you force your thumbnails to be the aspect ratio
of your choice.  This effectively supercedes the square_thumb module
since equivalent to specifying a 1:1 aspect ratio.
2010-11-18 19:30:15 -08:00
Bharat Mediratta
e6cbf71533 Make all your thumbnails square 2010-11-07 15:44:57 -08:00
Bharat Mediratta
efe4a9f516 Intercept photos at save time and resize the original down to a max of
1024 pixels on a side.
2010-11-06 21:55:41 -07:00
mamouneyya
376f99c57d Merge remote branch 'gallery3-contrib/master'
Conflicts:
	3.1/themes/browny_wind/images/ico-success-passive.png
2010-11-03 11:22:36 +02:00
rWatcher
aee1f702c5 W3C compliance fix. 2010-10-31 00:45:26 +08:00
rWatcher
b313aea424 CSS Fix. 2010-10-31 00:45:25 +08:00
rWatcher
0ced928c65 Initial commit of albumpassword module. 2010-10-31 00:45:25 +08:00
rWatcher
c3a4cf3f88 Added REST support. 2010-10-31 00:45:24 +08:00
Alexander Schomburg
0d35fb5426 Fixed the gallery3-contrib updates for the new structure, credits go to dmolavi 2010-10-31 00:44:07 +08:00
Alexander Schomburg
ff1f1895c9 Fixed display issues > version update 2010-10-31 00:44:07 +08:00
Bharat Mediratta
3640bd60bb Get rid of the 3.1/obsolete dir as well as the obsolete rescue module 2010-10-08 12:52:55 -07:00
Bharat Mediratta
2c76bd7eeb Copy 3.0 to 3.1 2010-10-08 12:52:11 -07:00