aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge r6361 from branch 2.1 to trunkplegall2010-05-261-0/+3
* fix bug 1663 : wrong decoding of non Ascii iptc/exif (charset issue)rvelices2010-05-251-15/+18
* merge r6338 from branch 2.1 to trunkplegall2010-05-241-4/+4
* Fix bug 1695 : incorrect boolean to string conversion for SQLite and PostgreS...nikrou2010-05-243-9/+9
* merge r6321 from branch 2.1 to trunkplegall2010-05-241-1/+2
* $themeconf['id'] hard coded in template classpatdenice2010-05-241-0/+1
* merge r6313 from branch 2.1 to trunkplegall2010-05-231-1/+1
* merge r6312 from branch 2.1 to trunkplegall2010-05-231-14/+18
* merge r6311 from branch 2.1 to trunkplegall2010-05-231-0/+41
* Fix get_enums function for SQLitenikrou2010-05-092-2/+26
* add nl.piwigo.org as domain name if current language is nl_NLplegall2010-05-091-1/+1
* bug 1652 fixed: json_encode function is required for admin.php?fckb_tags=1plegall2010-05-083-33/+54
* Amend bug 1559. standard deviation was not removed in some places.nikrou2010-05-082-2/+0
* bug 1649 fixed: search EXIF/IPTC in the high definition photo if there is noplegall2010-05-071-3/+18
* SQLite availabilty must be check by existence of SQLite3 classnikrou2010-05-071-1/+1
* bug 1648 fixed: add the pwg_db_check_version functions for pdo-sqlite, sqliteplegall2010-05-074-2/+47
* remove debug traceplegall2010-05-041-1/+0
* bug 1501 fixed: with apache_authentication, fall back to REDIRECT_REMOTE_USERplegall2010-05-041-4/+18
* bug 1063 fixed: avoid error when adding a tag in chinese or russian characters.plegall2010-05-031-0/+7
* bug 1639 fixed: the upload form now correctly uses the $conf['upload_dir']plegall2010-05-031-2/+4
* improvement: use the same code to check upload readiness in admin>photos>addplegall2010-05-031-11/+18
* bug 1635 fixed: new API method pwg.images.checkUpload tells pLoader if Piwigoplegall2010-05-031-0/+48
* bug 1637: make the privacy level the same everywher, use "who can see this ph...plegall2010-04-301-0/+42
* feature 1502: Add $themeconf['load_parent_local_head'] parameterpatdenice2010-04-291-7/+9
* bug 860 related: don't try to update the configuration during install becauseplegall2010-04-291-1/+3
* bug 860 related: if the directory doesn't exist (SVN users) first try toplegall2010-04-291-10/+16
* feature 1502: $themeconf['load_css_parent'] apply recursivelypatdenice2010-04-291-1/+1
* feature 1502: Add $themeconf['load_parent_css'] parameterpatdenice2010-04-291-3/+10
* bug 1484: prevent XSS vulnerability, encode url.plegall2010-04-291-1/+0
* bug 1484: after a "quick connect" you are correctly redirect to the same page.plegall2010-04-281-0/+1
* bug 860: display a more readable error when the _data directory is not writableplegall2010-04-282-3/+20
* feature 1630: upgrade to Piwigo 2.1 :-)plegall2010-04-283-13/+46
* Fix missing argument for pwg_db_changes()nikrou2010-04-201-1/+1
* Issue 1521 : correction of separator problemlaurent.duretz2010-04-201-4/+7
* Bug 1617 fixed : help page is displayed in current theme in public or admin p...nikrou2010-04-181-2/+1
* Issue 1521 : correction for admin pageslaurent.duretz2010-04-182-9/+13
* bug 1606: don't try to check the "no photo yet" feature when displaying anplegall2010-04-151-0/+1
* bug 1603: encoding charset added at HTTP level for the "no photo yet" specificplegall2010-04-141-0/+1
* User theme was not used for header and footer in NBM.patdenice2010-04-111-1/+1
* Bug 1567 fixed : problem with old version of mysqlnikrou2010-04-102-1/+1
* Fix some issues with database connections.nikrou2010-04-101-3/+3
* bug 1595grum2010-04-101-0/+1
* feqture 1583 : show related tags block also when browsing non tag sectionsrvelices2010-04-101-20/+42
* Bug 1581 fixed : missing comment_id for email_admin() functionnikrou2010-04-081-1/+4
* feature 1583: (tag navigation ergonomy) in the page title, always display theplegall2010-04-081-15/+19
* feature 1583: replace add_tag.png icon by a simple "+" character in theplegall2010-04-081-18/+16
* Fix some issues on NBM: move css rules to mail body if it's possible.patdenice2010-04-071-0/+57
* fixes only:rvelices2010-04-061-1/+1
* bug 1580 - remove some hard coded markup (move them to the template)grum2010-04-051-9/+8
* bug 1579: admins should see all user comments on picture.php, validated or not.plegall2010-04-041-15/+25