1
0
Commit Graph

1702 Commits

Author SHA1 Message Date
Chad Parry
3a90b862fa The signature of system::tempname changed. 2011-04-30 16:41:43 -06:00
Chad Parry
89775a6774 Change the name of the extensions helper to legal_file. 2011-04-30 16:09:29 -06:00
Bharat Mediratta
500950c6dd Merge pull request #67 from mblythe86/master.
more AlbumTree Module improvements
2011-04-30 14:20:26 -07:00
Matt Blythe
5f887d4cfc incrementing version numbers 2011-04-29 00:27:45 -06:00
Matt Blythe
9f2c5df92e Merge commit 'upstream/master' 2011-04-29 00:10:17 -06:00
Matt Blythe
d9084d5b4d fixing these so that they play nicely with galleries not rooted at /
also modifying code to be more concise...using recursion instead of the ugly stack stuff
2011-04-29 00:08:05 -06:00
Fredrik Erlandsson
80fb46d8b6 initial fork from greydragon 2011-04-29 07:17:57 +02:00
Chad Parry
dcc3fb9f59 Remove a newline at the end of the file that I accidentally introduced. 2011-04-27 20:50:59 -06:00
Chad Parry
63c657fb65 Merge branch 'master' of git://github.com/gallery/gallery3-contrib into rawphoto 2011-04-27 20:37:31 -06:00
Bharat Mediratta
c2a68e4c13 Merged pull request #64 from rWatcher/master.
Updates to AlbumPassword, EXIF_GPS, PHPMailer, TagsMap, Videos
2011-04-26 21:41:21 -07:00
rWatcher
04c9f06b2f Merge remote branch 'gallery3-contrib/master' 2011-04-26 19:37:40 -04:00
rWatcher
2a121f0311 Tagsmap module.info update. 2011-04-26 19:30:16 -04:00
rWatcher
b036be6534 Bugfix: Properly record map type on admin screen. 2011-04-26 19:24:01 -04:00
Bharat Mediratta
514ab3986b Merged pull request #63 from mblythe86/master.
AlbumTree Module improvement
2011-04-26 10:11:37 -07:00
Matt Blythe
bc30a7ac0f adding a "dtree" version of the albumtree, which basically copies the "albumselect" module from gallery2 2011-04-25 23:19:29 -06:00
Chad Parry
9796ea6ac8 Add a site status warning for when dcraw is not installed. 2011-04-25 20:33:11 -06:00
Chad Parry
e1a15fbff3 Fill in the extra new fields for the module info. 2011-04-25 20:19:18 -06:00
rWatcher
c48dab34d3 Whitespace fixes. 2011-04-25 20:01:40 -04:00
rWatcher
54339a22ca Enable SSL support. 2011-04-25 19:57:45 -04:00
rWatcher
cb174b20aa Add settings for SSL and SMTP port number. 2011-04-25 19:41:02 -04:00
rWatcher
11629c4003 Increase version number to 2, set some default variables. 2011-04-25 19:40:01 -04:00
rWatcher
5c873ba924 Bug Fix for Ticket#1572 / eCard compatability. 2011-04-25 18:50:40 -04:00
rWatcher
9ae209c27d Hide smtp password details with a password input box. 2011-04-25 18:49:37 -04:00
rWatcher
5cd1fc9d03 Implemented mattbostock's suggestion for degrading the javascript map to a static image for older browsers. 2011-04-25 15:29:07 -04:00
rWatcher
e4dfed129e EXIF GPS module.info update. 2011-04-25 15:08:20 -04:00
rWatcher
0ed7935582 Merged niaxilin's bugfix into the 3.0 branch. 2011-04-25 15:05:54 -04:00
c8821221aa Merged pull request #1 from niaxilin/master.
exif_gps: Fixed googlemap_max_autozoom not having desired effect.
2011-04-25 11:58:00 -07:00
rWatcher
eb635e91c8 Lowercase existing passwords to fix case issue. 2011-04-25 14:50:08 -04:00
rWatcher
8b3fa68dba Force all passwords to be lower case. 2011-04-25 14:26:53 -04:00
rWatcher
e51a3c6dbc module.info update. 2011-04-25 14:24:14 -04:00
rWatcher
7fd1fcf351 Change Enter Password to Unlock album, as per forum request. 2011-04-25 14:20:34 -04:00
rWatcher
8a3c9b4435 Copyright Fix. 2011-04-25 14:18:38 -04:00
Chad Parry
7b8ceac558 Warn the user if they are using the Raw Photos module but not the Keep Original module. 2011-04-24 10:00:37 -06:00
Chad Kieffer
746419085b Move admin_wind updates, added .g-text unordered list styles, removed enumeration class. 2011-04-24 11:55:24 -04:00
Chad Parry
add2406b9b Add a TODO to point out that the original's extension shouldn't be changed. 2011-04-24 08:53:42 -06:00
Chad Parry
a9a087168f Merge branch 'master' of git://github.com/gallery/gallery3-contrib into rawphoto 2011-04-24 08:25:24 -06:00
Chad Parry
ab93a47867 Mark an internal helper method as private. 2011-04-24 08:22:32 -06:00
Chad Parry
79f0bc872e Use the new get_data_file() helper instead of reaching inside the item. 2011-04-24 08:10:22 -06:00
Chad Parry
e3db324d20 Extend the Keep Original module so that it is triggered by updated data files. 2011-04-23 23:12:35 -06:00
Chad Parry
dd6c9f2298 Update a deprecated method and poor preg syntax so that the Keep Original module will work. 2011-04-23 22:52:43 -06:00
Chad Parry
c39fc9a7ff Use the system::tempnam substitute so that extensions are handled safely. 2011-04-23 21:20:47 -06:00
Chad Parry
078d81a5f1 Convert raw photos during an item_created event rather than a graphics rule. 2011-04-23 16:42:13 -06:00
Bharat Mediratta
4aa41c78d2 Add author_name, author_url, info_url, discuss_url for all modules/themes 2011-04-23 14:56:44 -07:00
Chad Parry
1347f0305e Error messages should be able to contain HTML.
This reverts commit 50d7febb64.
2011-04-22 15:45:40 -06:00
Bharat Mediratta
3b651a6435 Do extended UTF8->ASCII transliteration using a large conversion table. 2011-04-22 14:05:00 -07:00
Chad Parry
50d7febb64 Don't forget to escape unsafe characters in error messages. 2011-04-22 14:43:47 -06:00
Chad Parry
1080f65d67 Merge branch 'master' of github.com:chadparry/gallery3-contrib into rawphoto 2011-04-22 14:36:00 -06:00
Bharat Mediratta
0eb8ba973b Use html::chars() instead of htmlspecialchars() 2011-04-22 08:02:39 -07:00
niaxilin
3735e96733 Fixed googlemap_max_autozoom not having desired effect. 2011-04-21 22:55:15 -07:00
niaxilin
06098cbe99 Fixed googlemap_max_autozoom not having desired effect. 2011-04-21 22:54:20 -07:00