aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New version 2.0.5 hard coded.2.0.5plegall2009-10-102-7/+7
| | | | | | Stable release required modifications: don't show version and generation time in footer, don't check the upgrade feed, don't die on sql errors. git-svn-id: http://piwigo.org/svn/tags/2.0.5@4018 68402e56-0260-453c-a942-63ccdbb3a9ee
* set_magic_quote_runtime and get_magic_quote_gpc are depreciated and can ↵patdenice2009-10-091-2/+2
| | | | | | | | | produce notices from PHP 5.3. Add a @ to avoid this notices. This functions need to be removed with PHP 6 git-svn-id: http://piwigo.org/svn/branches/2.0@4005 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3927, r3928, r3951, r3953 from trunk to branch 2.0patdenice2009-10-091-5/+72
| | | | | | | | | r3927: Add Smarty's prefilter capability. see topic:16219 (FR). r3928: Improve template prefilter functions r3951: Allow to add prefilters, postfilters and output filters to templates. r3953: Simplification of commit 3951. git-svn-id: http://piwigo.org/svn/branches/2.0@3998 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Bug 1041] Merged form trunk to branch : Switchable double/single password ↵Eric2009-09-291-0/+3
| | | | | | input with text or password type in admin using new $conf git-svn-id: http://piwigo.org/svn/branches/2.0@3945 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1176: Mail are not sent on Free sitesrub2009-09-282-88/+101
| | | | | | Add text/plain like alternative content-type git-svn-id: http://piwigo.org/svn/branches/2.0@3937 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1176: Mail are not sent on Free sitesrub2009-09-271-6/+0
| | | | | | "To: undisclosed-recipients: ;" are removed git-svn-id: http://piwigo.org/svn/branches/2.0@3925 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3798 from trunk to branch 2.0rub2009-08-262-4/+3
| | | | | | | Bug 1145: Mails are sent in double git-svn-id: http://piwigo.org/svn/branches/2.0@3799 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3703 from trunk - fix smarty debugging info (not important)rvelices2009-07-301-6/+11
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3704 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1071: improve log system on API calls. The log can be activated by aplegall2009-07-212-19/+21
| | | | | | | | | | configuration setting. The log file can be changed also with a configuration setting. improvement: pwg.images.add API methods gets a cleaner way to log received parameters. git-svn-id: http://piwigo.org/svn/branches/2.0@3661 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1070: fix a pLoader bug on Piwigo side. Catch the bad communication:plegall2009-07-211-1/+1
| | | | | | don't try to find tags if tag_ids parameter is empty (but not null). git-svn-id: http://piwigo.org/svn/branches/2.0@3659 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fix (use uasort for computed categories instead of usort) - I think ↵rvelices2009-07-201-1/+1
| | | | | | this is an old bug and somehow it worked before) git-svn-id: http://piwigo.org/svn/branches/2.0@3643 68402e56-0260-453c-a942-63ccdbb3a9ee
* correct bug in commit r3623 ( feature 1053 )rvelices2009-07-201-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3641 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3622 from trunk to branch 2.0rvelices2009-07-181-41/+51
| | | | | | - feature 1053: hide categories that contain no photo due to privacy level git-svn-id: http://piwigo.org/svn/branches/2.0@3623 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update smarty to 2.6.26patdenice2009-07-156-61/+90
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3583 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1043 fixed: avoid warning when merging chunks. This warning was preventingplegall2009-07-031-0/+2
| | | | | | the PwgError to work correctly and the error code was not transmitted. git-svn-id: http://piwigo.org/svn/branches/2.0@3513 68402e56-0260-453c-a942-63ccdbb3a9ee
* Reverse of 3484vdigital2009-07-011-6/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3490 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: Extend of available fields within a category page for a ↵vdigital2009-07-011-2/+6
| | | | | | | | | | | template-extension simple usage. Add thumbnail dimensions to remove as much as possible some PHP in tpl extensions. {$thumbnails.FILE_TN_WIDTH} {$thumbnails.FILE_TN_HEIGHT} git-svn-id: http://piwigo.org/svn/branches/2.0@3484 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1033 added: new API method pwg.categories.setInfo makes possible toplegall2009-06-241-0/+53
| | | | | | change the name and comment of a given category. git-svn-id: http://piwigo.org/svn/branches/2.0@3453 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk;bug fix 1024 : the way to discover protocol (http/https) ↵nikrou2009-06-091-3/+4
| | | | | | was not correct git-svn-id: http://piwigo.org/svn/branches/2.0@3404 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1020 added: ability to subscribe to Piwigo Announcement Newsletter fromplegall2009-05-311-0/+3
| | | | | | | Piwigo itself. Admins can perform this action at the end of installation or on administration panel index. git-svn-id: http://piwigo.org/svn/branches/2.0@3381 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 968 fixed: charset is set in HTTP header.plegall2009-05-061-2/+2
| | | | | | | improvement: in the "this gallery is locked" message, the link to the "sign in" page is on the whole sentence, not only on the final dot. git-svn-id: http://piwigo.org/svn/branches/2.0@3276 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 981 added: ability to set the compression level for thumbnail creation.plegall2009-05-051-0/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3270 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3261 from trunk to branch 2.0rub2009-04-261-4/+30
| | | | | | Resolved issue 0000977: Error on sendmail with smtp git-svn-id: http://piwigo.org/svn/branches/2.0@3262 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3259 from trunk to branch 2.0rub2009-04-261-4/+4
| | | | | | Remove " " after ":" on smtp_mail git-svn-id: http://piwigo.org/svn/branches/2.0@3260 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3257 from trunk to branch 2.0rub2009-04-261-1/+3
| | | | | | Rollback "Missing <ul> on NBM" in order to dd <ul> on feed too. git-svn-id: http://piwigo.org/svn/branches/2.0@3258 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 949 fixed: to avoid memory limit on server side, base64 encode chunks oneplegall2009-04-141-9/+18
| | | | | | | by one on client side and base64 decode chunks one by one on server side. git-svn-id: http://piwigo.org/svn/branches/2.0@3239 68402e56-0260-453c-a942-63ccdbb3a9ee
* new: it.piwigo.org/forum is online, PHPWG_DOMAIN updated inside Piwigo.plegall2009-03-171-1/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3210 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3207 from trunk to branch 2.0.patdenice2009-03-161-1/+1
| | | | | | Add "tags" parameter for template extensions git-svn-id: http://piwigo.org/svn/branches/2.0@3208 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3203 from trunk to branch 2.0.patdenice2009-03-162-1/+1
| | | | | | | | Move template class inclusion to common.inc.php. Add forum link in upgrade page. Install and upgrade try to configure PHP5. git-svn-id: http://piwigo.org/svn/branches/2.0@3204 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 926 fixed: change links to piwigo.org so that they go to existing URLs.plegall2009-03-132-3/+9
| | | | | | | new: if the current language is french, the links go to fr.piwigo.org insted. git-svn-id: http://piwigo.org/svn/branches/2.0@3196 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 941 fixed: to be able to upload heavy photo, chunk the files, send partsplegall2009-03-121-23/+111
| | | | | | | | one by one, and then pwg.images.add merge chunks together. Now big uploads works and you can even have a fine progress bar on client side. git-svn-id: http://piwigo.org/svn/branches/2.0@3192 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge part of r3190 from trunk to branch 2.0.patdenice2009-03-121-1/+1
| | | | | | URL parameter for template extensions can be used in slideshow. git-svn-id: http://piwigo.org/svn/branches/2.0@3191 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3169 from trunk to branch 2.0patdenice2009-03-031-1/+1
| | | | | | | User's template extension must not be included in admin pages. git-svn-id: http://piwigo.org/svn/branches/2.0@3170 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 913 fixed: ability to connect with an IPv6 address was added.plegall2009-02-261-2/+10
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3165 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3145-3146 from trunkrvelices2009-02-145-102/+32
| | | | | | | | | | Last (I hope) paranoic optims ... - move get_uysername and get_groupname from public to admin/functions.inc.php - optim in index.php - tags.tpl does not need smarty modifier included - move func get_comment_post_key from functions_comment to functions (avoid extra inclusion every time on picture page) git-svn-id: http://piwigo.org/svn/branches/2.0@3147 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3136 from trunkrvelices2009-02-135-149/+68
| | | | | | | | - moved check upgrade feed code to admin/include/functions_upgrade.php - refactored some code (shorter and somehow faster - but nothing revolutionary) - decrease lost space in permalinks.tpl and hard coded column width (was illisible) git-svn-id: http://piwigo.org/svn/branches/2.0@3137 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: phpwebgallery.net moves to piwigo.orgplegall2009-02-122-8/+7
| | | | | | | | | | | | | modification: doc/README_*.txt much simpler with link to piwigo.org for installation and upgrade guides. modification: latest_version has changed its path on the website to download directory. deletion: doc/ChangeLog was useless and outdated. git-svn-id: http://piwigo.org/svn/branches/2.0@3132 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix issue on my previous commitrvelices2009-02-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3129 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r 3126 from trunkrvelices2009-02-055-56/+48
| | | | | | | | - embellish_url compacts now .. - some trigger improvements (render_category_description) - improved perf of duplicate_xxx_url ( rewrote func params_for_duplication and remove some vars from $page ) git-svn-id: http://piwigo.org/svn/branches/2.0@3127 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3124 from trunkrvelices2009-02-052-18/+15
| | | | | | | - removed triggers loc_index_thumbnail and loc_index_category_thumbnail - changed triggers loc_end_index_thumbnails and loc_end_index_category_thumbnails from actions to events git-svn-id: http://piwigo.org/svn/branches/2.0@3125 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3122 from trunkrvelices2009-02-042-10/+6
| | | | | | - removed second parameter $type from function format_date git-svn-id: http://piwigo.org/svn/branches/2.0@3123 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3120 from trunkrvelices2009-02-043-27/+29
| | | | | | | | | | optimizations (php only) - removed unnecessary call to array_unique in get_image_ids_for_tags - put back in smarty exec time counting (debug mode) for each included template - prefix some smarty modifiers with @ in some templates - do not call format_date (still very slow due to mktime and date even after prev commit) from category_default.inc.php - if used in templates format_date can be used as a smarty modifier git-svn-id: http://piwigo.org/svn/branches/2.0@3121 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3117 from trunk:rvelices2009-01-311-37/+17
| | | | | | | - fix use $page['nb_image_page'] instead of $user... when creating the nav bar (same as category_default) - rewrote function format_date without regular expressions (faster); parameter date type is not used anymore (but I left it there for now) git-svn-id: http://piwigo.org/svn/branches/2.0@3118 68402e56-0260-453c-a942-63ccdbb3a9ee
* Title harmonization in the scope of Piwigo website integration.vdigital2009-01-172-0/+8
| | | | | | | | | | $conf['reverse_home_title'] is false by default. On reverse_home_title = true, only index page will reverse its title. Compare to prior releases all titles are reversed. git-svn-id: http://piwigo.org/svn/branches/2.0@3090 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 912 fixed: we need an extra original_sum to pwg.images.add API method toplegall2009-01-081-2/+2
| | | | | | | check photo existence. Using the file_sum was a bad idea. git-svn-id: http://piwigo.org/svn/branches/2.0@3064 68402e56-0260-453c-a942-63ccdbb3a9ee
* Administration: happy new year 2009, all PHP headers updated.plegall2009-01-0450-50/+50
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3046 68402e56-0260-453c-a942-63ccdbb3a9ee
* - $conf['meta_ref'] is a new configuration parameter (Default true)vdigital2009-01-032-0/+14
| | | | | | | | | Meta tags for description, author, and keywords are generated, except if meta robots "noindex" is forced (with some pages like search, recent cats, etc.). In addition, $conf['meta_ref'] = false is forcing "noindex, nofollow". git-svn-id: http://piwigo.org/svn/branches/2.0@3040 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ini_set usage is sometimes prohibited.vdigital2008-12-281-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3023 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3000 from trunk to branch 2.0.patdenice2008-12-195-7/+12
| | | | | | Upgrade Smarty to 2.6.22 git-svn-id: http://piwigo.org/svn/branches/2.0@3001 68402e56-0260-453c-a942-63ccdbb3a9ee
* Border removal in mails on thumbnails (2). Need further tests.vdigital2008-12-161-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2994 68402e56-0260-453c-a942-63ccdbb3a9ee