aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Release candidate 2.0.0RC4 hard coded.plegall2008-11-121-1/+1
* Add a new config value 'show_php_error' to allow debugging of RC to be easier.grum2008-11-102-0/+12
* Resolved issue 0000900: format_date function doesn't work when time is omi...rub2008-11-092-2/+10
* Two fields in the database [image table] are in the 'yyyy-mm-dd' formatgrum2008-11-091-2/+2
* bug fixed: in r2774 a bug was introduced, piwigo.org is not available yet,plegall2008-11-081-1/+1
* New: Extend of available fields within a category page for a template-extensi...vdigital2008-11-071-0/+17
* - removed some unused constants from constants.phprvelices2008-11-043-30/+5
* menu item "quicksearch" will be displayed only if a $block->data is set (likegrum2008-10-281-0/+4
* Advices [19] $conf['subcatify'] replaced by $conf['tags_default_display_mode']vdigital2008-10-241-1/+1
* - some german language changesrvelices2008-10-223-16/+24
* bug 897 fixed: controls added in pwg.images.add to have clear error messagesplegall2008-10-201-6/+57
* Delfault template and Piwigo domain ...vdigital2008-10-191-2/+2
* - php optims (small): remove/replace preg_xxx with faster simple string funct...rvelices2008-10-183-31/+25
* - added an image sort order by privacy level (admins only)rvelices2008-10-181-2/+3
* - mysql potential injection paranoia + code compaction in common.inc.phprvelices2008-10-172-56/+15
* - security paranoia: protect session/remember me cookies from XSS attacks (wo...rvelices2008-10-164-28/+40
* Merge from trunk 2752:patdenice2008-10-151-2/+2
* Merge from trunk 2747:patdenice2008-10-151-1/+2
* version management: the Piwigo version changes to 2.0 instead of Butterflyplegall2008-10-121-1/+1
* feature 892 added: pwg.images.setInfo added so that once we have discoveredplegall2008-10-111-81/+178
* Merge from trunk 2716:patdenice2008-10-111-34/+12
* Merge from trunk 2712:patdenice2008-10-111-0/+29
* - replace a preg_match with simple comparison (faster)rvelices2008-10-102-10/+3
* - removed unused var from templatervelices2008-10-091-5/+2
* feature 889 added: pwg.images.exist check the existence of a photo in theplegall2008-10-071-0/+39
* bug 888 fixed: pwg.images.add updates the associated categories so that aplegall2008-10-051-1/+3
* feature 885 added: pwg.images.add web API method now supports additionalplegall2008-10-051-4/+41
* Use directly $lang_info on tpl files.rub2008-10-042-4/+0
* - Plugins manager now use PEM API.patdenice2008-10-031-1/+1
* bug 880 fixed: pwg.categories.add invalidate the user cache so that the newplegall2008-10-031-0/+2
* - Add set_extents function in template class.patdenice2008-10-031-16/+61
* - the optim option conf['compiled_template_cache_language'] works betterrvelices2008-10-021-0/+3
* feature 874 added: new Web API method pwg.tags.add.plegall2008-10-011-0/+19
* Purpose of datepicker with jQuery.rub2008-10-011-1/+3
* Fix bad content of NBM mail.rub2008-09-301-3/+2
* - {known_script} and {html_head} work from {include file...}rvelices2008-09-301-8/+1
* Bug 871: guest is not saved in history tablepatdenice2008-09-281-9/+5
* - the author in RSS feed can be configured in config_default.inc.phprvelices2008-09-261-0/+3
* feature 868 added: pwg.images.add checks if the same file has not alreadplegall2008-09-251-0/+13
* - sql optim: do not include category_cats (which makes a query) if current ca...rvelices2008-09-251-0/+2
* - some checks for admins that are advisers (no write access)rvelices2008-09-252-12/+12
* new: WebService method pwg.tags.getAdminList was added. The difference withplegall2008-09-241-0/+27
* new: WebService method pwg.categories.add so that pLoader can create aplegall2008-09-241-0/+22
* Remove not used upload.class.phprub2008-09-241-41/+0
* - removed #debug css rule (why would we need that in default-layout?)rvelices2008-09-234-14/+7
* improvement: WebService method pwg.images.add can set fill #images tableplegall2008-09-221-19/+104
* new: webservice method pwg.categories.getAdminList was added so that pLoaderplegall2008-09-211-0/+56
* improvement: instead of sending the images_max_rank of each category inplegall2008-09-191-21/+19
* improvement: webservice methode pwg.categories.getList returns theplegall2008-09-171-4/+34
* bug 861 fixed: only $conf['check_upgrade_feed'] is required to check forplegall2008-09-171-3/+1