aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge r4492 from trunk to branch 2.0plegall2009-12-151-0/+22
| | | | | | | Bug 1328 add function to check token git-svn-id: http://piwigo.org/svn/branches/2.0@4501 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1329 fixed: add a check_input_parameter function to prevent hackingplegall2009-12-156-0/+59
| | | | | | attempts. git-svn-id: http://piwigo.org/svn/branches/2.0@4495 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2] update es_ARddtddt2009-12-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4485 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2] bug:1323 update maintenance.htmlddtddt2009-12-1310-40/+82
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4483 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2] update DE thanks to el ninjoddtddt2009-12-137-145/+145
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4480 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1317 fixed: force the HTTP response charset (ie encoding) to UTF-8.plegall2009-12-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4462 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1316 added: we now have the ability to only fill the single valueplegall2009-12-092-19/+43
| | | | | | | | | | | properties that are currently empty in the database instead of automatically replacing. feature 1312: as a matter of consistency, I have changed the replace_mode (that was only for multiple values properties) into multiple_value_mode + single_value_mode. git-svn-id: http://piwigo.org/svn/branches/2.0@4459 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2]- another step in Hungarian translation delivery thanks to sámliddtddt2009-12-072-0/+120
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4449 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1312 added: pwg.images.setInfo can replace multiple values propretiesplegall2009-12-072-46/+123
| | | | | | | | | | | | | | | (tags/categories). The primary condition is to provide "tag_ids" and/or "categories" input parameters, ie pwg.images.set won't create emptiness. You can reduce the set of tags/categories but not remove all tags/categories. bug 1277 fixed: with a stronger algorithm for adding/replacing categories, we now avoid to recreate an existing image_category association. When a remote client calls pwg.images.setInfo, Piwigo returns an error 500 if: 1. the "categories" parameter is malformed (no numeric id inside) 2. one of the input categories does not exist at database level. git-svn-id: http://piwigo.org/svn/branches/2.0@4444 68402e56-0260-453c-a942-63ccdbb3a9ee
* [language_switch] vdigital2009-12-061-0/+0
| | | | | | | New: mk_MK (Macedonian) Republic of Macedonia flag git-svn-id: http://piwigo.org/svn/branches/2.0@4434 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1211 fixed: with PHP 5.3, the get_class function requires the inputplegall2009-12-045-9/+9
| | | | | | | parameter to be an object, or else throws a E_WARNING message. In webservices files, I have replaced all "get_class" calls by "@get_class". git-svn-id: http://piwigo.org/svn/branches/2.0@4426 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1210 fixed: check if the memory_get_usage function is available beforeplegall2009-12-041-3/+9
| | | | | | using it. git-svn-id: http://piwigo.org/svn/branches/2.0@4424 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1301 fixed: it is now possible to move root category 4 into root categoryplegall2009-12-011-1/+1
| | | | | | 49. Sometimes a single comma makes a huge difference! git-svn-id: http://piwigo.org/svn/branches/2.0@4400 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge back r4364, test is OKplegall2009-11-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4365 68402e56-0260-453c-a942-63ccdbb3a9ee
* no regression labelled commit to check the automatic update of ↵plegall2009-11-241-1/+1
| | | | | | code.piwigo.org with post-commit hook git-svn-id: http://piwigo.org/svn/branches/2.0@4364 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1051: ability to add/update a file for an existing photo. For example,plegall2009-11-223-3/+174
| | | | | | | | | you can add the "high" later. Another example is to update the "web resized" file (new dimensions is a common example). It also works for thumbnails. Updating an existing file has no impact on the logical level (list of tags, list of categories, title, description and so on). git-svn-id: http://piwigo.org/svn/branches/2.0@4345 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1051: new API method pwg.images.checkFiles. This method will be usefulplegall2009-11-223-20/+160
| | | | | | | | before asking for an update on photo files. Enhancement in code factorization. git-svn-id: http://piwigo.org/svn/branches/2.0@4344 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: to prepare feature 1051, the code to add a single file (works forplegall2009-11-201-127/+83
| | | | | | | | | | | | the 3 picture types, ie thumb/file/high) has been factorized into a single add_file function. bug fixed: when a function not directly called by the API (such as merge_chunks or the new add_file function) returning a PwgError, it was not stopping the execution, it just sets the error code/message. Now we don't return PwgError, we only create one and then exit(). git-svn-id: http://piwigo.org/svn/branches/2.0@4328 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r4261 from trunkrvelices2009-11-131-1/+1
| | | | | | quick search on image file name is not case sensitive anymore git-svn-id: http://piwigo.org/svn/branches/2.0@4262 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1237:[branche 2] add ar_SA thanks to mohammedddtddt2009-11-114-0/+1038
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4259 68402e56-0260-453c-a942-63ccdbb3a9ee
* [language_switch] vdigital2009-11-111-0/+0
| | | | | | | | UPDATE: ir_IR (Persian) flag renamed in fa_IR git-svn-id: http://piwigo.org/svn/branches/2.0@4257 68402e56-0260-453c-a942-63ccdbb3a9ee
* [language_switch] vdigital2009-11-111-0/+0
| | | | | | | New: ar_SA (Arabic) Saudi Arabia (officially Kingdom of Saudi Arabia) flag git-svn-id: http://piwigo.org/svn/branches/2.0@4255 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add Hungarian to LocalFiles Editor (thanks to samli).patdenice2009-11-083-0/+87
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4230 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1231: subscribe to cn.piwigo.org/announcement when current language isplegall2009-11-052-6/+7
| | | | | | zh_CN git-svn-id: http://piwigo.org/svn/branches/2.0@4213 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche 2] update cz_CZddtddt2009-11-051-263/+10
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4212 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r4208 fro; trunkrvelices2009-11-052-1/+23
| | | | | | admin multi view plugin : new option "do not save page visits to history table" git-svn-id: http://piwigo.org/svn/branches/2.0@4209 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1220 : partial revert of r4140 commit. No author id in branch 2.0nikrou2009-11-051-4/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4191 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche 2] add localisation IT/DE/ESddtddt2009-11-041-0/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4189 68402e56-0260-453c-a942-63ccdbb3a9ee
* [language_switch] vdigital2009-11-041-0/+0
| | | | | | | New: zh_TW (Chinese (Traditional)) flag git-svn-id: http://piwigo.org/svn/branches/2.0@4184 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1220 : merge from trunknikrou2009-11-041-3/+3
| | | | | | fix regression when search by author or keyword contains quote git-svn-id: http://piwigo.org/svn/branches/2.0@4183 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche 2] update hu_HUddtddt2009-11-021-4/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4172 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunknikrou2009-10-281-6/+17
| | | | | | | | | | | bug 1220 : fix XSS vulnerability. filter on since parameter (is_numeric) use only htmlspecialchars to filter vars to display revert rev:3600 add left join on users table Todo : use only left join on users table when a search by author is made git-svn-id: http://piwigo.org/svn/branches/2.0@4140 68402e56-0260-453c-a942-63ccdbb3a9ee
* [language_switch] merge 4130 from trunkvdigital2009-10-272-0/+0
| | | | | | | | New: de_AT (Austrian) flag New: ir_IR (Persian) flag git-svn-id: http://piwigo.org/svn/branches/2.0@4131 68402e56-0260-453c-a942-63ccdbb3a9ee
* [extensions]- pLoader / trunk - Add hu language thanks to Pal Meheszddtddt2009-10-267-0/+1408
| | | | | | Feature 1214 added git-svn-id: http://piwigo.org/svn/branches/2.0@4123 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r2048 from trunk to branch 2 rvelices2009-10-201-9/+6
| | | | | | - avoid php warning in template when debug template option is activated git-svn-id: http://piwigo.org/svn/branches/2.0@4069 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche 2] new: de.piwigo.org/forum / es.piwigo.org/forum are online, ↵ddtddt2009-10-154-2/+14
| | | | | | PHPWG_DOMAIN updated inside Piwigo. git-svn-id: http://piwigo.org/svn/branches/2.0@4046 68402e56-0260-453c-a942-63ccdbb3a9ee
* Replace another depreciated functions.patdenice2009-10-143-5/+5
| | | | | | Depreciated functions were removed in trunk in commit 3747 by Eric. git-svn-id: http://piwigo.org/svn/branches/2.0@4036 68402e56-0260-453c-a942-63ccdbb3a9ee
* Replace some ereg function (depreciated) by preg_match.patdenice2009-10-142-4/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4035 68402e56-0260-453c-a942-63ccdbb3a9ee
* Plugins upgrade now delete obsolete files from obsolete.list.patdenice2009-10-141-0/+21
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4033 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Piwigo] r4024 merged from Trunk to BranchEric2009-10-111-0/+2
| | | | | | | Bug 1189 fixed : Adding {$NAVBAR} at top of users list. git-svn-id: http://piwigo.org/svn/branches/2.0@4025 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug fix 1185 : missing %s in admin vocabnikrou2009-10-107-7/+7
| | | | | | merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.0@4016 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1079: don't save settings in database when restore default settings.patdenice2009-10-101-9/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4013 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Piwigo] Bug 1079Eric2009-10-0915-2/+23
| | | | | | Some common.lang.php updated git-svn-id: http://piwigo.org/svn/branches/2.0@4010 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Bug 1041] [REV 4008] Merged form trunk to branchEric2009-10-091-50/+50
| | | | | | Coding guidelines improvement git-svn-id: http://piwigo.org/svn/branches/2.0@4009 68402e56-0260-453c-a942-63ccdbb3a9ee
* set_magic_quote_runtime and get_magic_quote_gpc are depreciated and can ↵patdenice2009-10-093-5/+5
| | | | | | | | | 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 r4001-4003 from trunk to branch 2.0patdenice2009-10-091-68/+23
| | | | | | | Issue 1079: re-refactoring of code ;-) git-svn-id: http://piwigo.org/svn/branches/2.0@4004 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2] Add ja_JP LocalFilesEditor language thanks to Mitsddtddt2009-10-093-0/+86
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4000 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
* [Piwigo] Merged from trunk to branch - Bug 1079 fixed : Return to default ↵Eric2009-10-087-1/+80
| | | | | | | | settings in user profile page. (I don't really enjoy the code but it's the simplest way i've found) git-svn-id: http://piwigo.org/svn/branches/2.0@3996 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2] Add pt_BR help.html language thanks to Alexandre.ddtddt2009-10-081-0/+304
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3988 68402e56-0260-453c-a942-63ccdbb3a9ee