aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* feature 65: fetch_assoc behaves different with mysql and mysqli. When no rowplegall2013-02-041-4/+12
| | | | | | | | | is returned, mysql returns bool:false, while mysqli returns null and it was breaking completely the installation process. I have faked the old mysql behavior with mysqli (just for get_default_user_infos function) git-svn-id: http://piwigo.org/svn/trunk@20545 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2825: add maintenance action to clean the database and avoid integrity ↵plegall2013-02-045-1/+40
errors git-svn-id: http://piwigo.org/svn/trunk@20544 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2834: move "up" icon before previous/next arrowsplegall2013-02-041-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@20542 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2833: better looking icons for Elegant. Mainly on picture.php, to be ↵plegall2013-02-044-2/+2
completed. Icons are coming from screenshots of entypo and typicons fonts. The Entypo and Typicons pictograms are licensed under CC BY 3.0. git-svn-id: http://piwigo.org/svn/trunk@20541 68402e56-0260-453c-a942-63ccdbb3a9ee
* update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall2013-01-01666-666/+666
expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.0RC1plegall2012-12-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@19424 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r19419 from branch 2.4 to trunkplegall2012-12-131-1/+1
| | | | | | | | bug 2806 fixed: only use the day to compare from and to, and not the time. git-svn-id: http://piwigo.org/svn/trunk@19420 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r19417 from branch 2.4 to trunkplegall2012-12-131-1/+11
bug 2805: avoid XSS from EXIF/IPTC git-svn-id: http://piwigo.org/svn/trunk@19418 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2798: let the webmaster decide how many comments to display onplegall2012-12-062-1/+27
| | | | | | | comments.php by default git-svn-id: http://piwigo.org/svn/trunk@19303 68402e56-0260-453c-a942-63ccdbb3a9ee
* improved template/css: create .tag_search_results and .category_search_resultsplegall2012-12-062-2/+8
CSS class to avoid inline CSS and make customization easier (ability to hide these blocks with LocalFiles Editor) git-svn-id: http://piwigo.org/svn/trunk@19302 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2614: on a upgraded gallery, nb_categories_page is set to 50 insteadplegall2012-12-041-2/+2
of the default value 12 for a new installation. git-svn-id: http://piwigo.org/svn/trunk@19281 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.0beta3plegall2012-11-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@19070 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2718: Batch Manager filter on dimensions, only display existing valuesplegall2012-11-194-52/+212
improved colors on ui-slider git-svn-id: http://piwigo.org/svn/trunk@19069 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.0beta2plegall2012-11-061-1/+1
git-svn-id: http://piwigo.org/svn/trunk@18947 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2727: improved backward compatibility with ['pass_convert']plegall2012-11-021-3/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@18890 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2727: improve password security with the use of PasswordHash class.plegall2012-11-028-16/+378
This class performs salt and multiple iterations. Already used in Wordpress, Drupal, phpBB and many other web applications. $conf['pass_convert'] is replaced by $conf['password_hash'] + $conf['password_verify'] git-svn-id: http://piwigo.org/svn/trunk@18889 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2783: ability to disable ip address in the session idplegall2012-11-012-0/+11
git-svn-id: http://piwigo.org/svn/trunk@18850 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r18820 from branch 2.4 to trunkplegall2012-10-3115-45/+45
bug 2782 fixed: make sure %d or %s are correctly translated he_IL needs to be fixed, too complicated for me. git-svn-id: http://piwigo.org/svn/trunk@18821 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r18699 from branch 2.4 to trunkplegall2012-10-191-1/+1
bug 2774 fixed: better sanitize on username_or_email user input git-svn-id: http://piwigo.org/svn/trunk@18700 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r18116 from branch 2.4 to trunkplegall2012-09-211-0/+4
bug 2752 fixed: make sure we don't use the mobile theme with the no_photo_yet feature git-svn-id: http://piwigo.org/svn/trunk@18117 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17983 from branch 2.4 to trunkplegall2012-09-181-1/+1
| | | | | | | | | | | bug 2750 fixed: HTML-sanitize $_POST['username_or_email'] before display (both username and email don't allow HTML tags...) Original report by Stefan Schurtz via Secunia SVCRP git-svn-id: http://piwigo.org/svn/trunk@17984 68402e56-0260-453c-a942-63ccdbb3a9ee
* little code refactoring over r17424plegall2012-09-182-1/+14
| | | | | | | bug fixed on Edit Photo page when associating with no album. git-svn-id: http://piwigo.org/svn/trunk@17980 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17978 from branch 2.4 to trunkplegall2012-09-181-0/+1
bug 2748 fixed: make sure scripts.js is loaded when we need phpWGOpenWindow git-svn-id: http://piwigo.org/svn/trunk@17979 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17668 from branch 2.4 to trunkplegall2012-08-303-67/+75
bug 2733 fixed: when creating a sub-album in a private album with pwg.categories.add, it is automatically private too. git-svn-id: http://piwigo.org/svn/trunk@17669 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17573 from branch 2.4 to trunkplegall2012-08-151-2/+2
bug 2724 fixed: tooltip on thumbnails is back on photos sort order manager git-svn-id: http://piwigo.org/svn/trunk@17574 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17166 from branch 2.4 to trunkplegall2012-07-271-1/+2
bug 2707 fixed: display tabs in the language manager git-svn-id: http://piwigo.org/svn/trunk@17167 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17016 from branch 2.4 to trunkplegall2012-07-251-0/+6
| | | | | | | | bug 2706 fixed: pwg.getMissingDerivatives correctly manages galleries with not a single photo. git-svn-id: http://piwigo.org/svn/trunk@17017 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17008 from branch 2.4 to trunkplegall2012-07-253-1/+33
| | | | | | | | feature 2693 added: automatically show link to caddie if caddie not empty git-svn-id: http://piwigo.org/svn/trunk@17009 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17006 from branch 2.4 to trunkplegall2012-07-253-3/+3
| | | | | | | | bug 2655 fixed: maximum length for album name is 255 chars git-svn-id: http://piwigo.org/svn/trunk@17007 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17003 from branch 2.4 to trunkplegall2012-07-251-0/+5
| | | | | | | | | | bug 2705 (related to): if rotate function is called with a 0 (zero) angle, like plugin RotateImage may do, ExtIM fails with the same error "convert: invalid argument for option `-rotate': -orient" git-svn-id: http://piwigo.org/svn/trunk@17004 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17001 from branch 2.4 to trunkplegall2012-07-251-0/+25
bug 2627 fixed: photos added with the web form or pwg.images.addSimple now have a correct image_category.rank. git-svn-id: http://piwigo.org/svn/trunk@17002 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16934 from branch 2.4 to trunkplegall2012-07-231-1/+1
bug 2705 fixed: if the rotation is "0", no rotation is needed, we skip the rotate function which behaves badly (in ExtIM) with a zero degree rotation. git-svn-id: http://piwigo.org/svn/trunk@16936 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16312 from branch 2.4 to trunkplegall2012-07-022-8/+30
bug 2677 fixed: smarter check of the database version and manage partial upgrade. git-svn-id: http://piwigo.org/svn/trunk@16313 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16281 from branch 2.4 to trunkplegall2012-07-021-31/+4
| | | | | | | | bug 2661 fixed: there is no more high_filesize in Piwigo 2.4. We have to remove it from history search. git-svn-id: http://piwigo.org/svn/trunk@16282 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16277 from branch 2.4 to trunkplegall2012-07-021-3/+3
bug 2673 fixed: Batch Manager, single mode, a click on the thumbnail opens the L size and not the original. git-svn-id: http://piwigo.org/svn/trunk@16280 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16210 from branch 2.4 to trunkplegall2012-06-291-1/+7
bug 2672: deactivate sampling-factor (for now) git-svn-id: http://piwigo.org/svn/trunk@16211 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16083 from branch 2.4 to trunkplegall2012-06-271-5/+5
tabulation is not the expected indentation git-svn-id: http://piwigo.org/svn/trunk@16084 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version on trunk is 2.5.0beta1plegall2012-06-221-1/+1
git-svn-id: http://piwigo.org/svn/trunk@15937 68402e56-0260-453c-a942-63ccdbb3a9ee
* rename language no_NO into nb_NO on core pluginsplegall2012-06-2010-0/+0
git-svn-id: http://piwigo.org/svn/trunk@15855 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2656: rename language no_NO into nb_NOplegall2012-06-1931-2/+50
git-svn-id: http://piwigo.org/svn/trunk@15841 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2632: add a test on upgrade.php, if a remote site is detected ↵plegall2012-06-142-4/+42
| | | | | | downgrade to 2.3.4 git-svn-id: http://piwigo.org/svn/trunk@15680 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2632: major upgrade script from 2.3 to 2.4 (which calls tasks in ↵plegall2012-06-143-2/+124
| | | | | | install/db directory) git-svn-id: http://piwigo.org/svn/trunk@15679 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2632: do not deactivate smartpocket automatically during upgradeplegall2012-06-141-0/+1
git-svn-id: http://piwigo.org/svn/trunk@15678 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2652: remote site removal, do not talk about "remote site" on the ↵plegall2012-06-133-9/+26
site manager git-svn-id: http://piwigo.org/svn/trunk@15659 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2632: remove useless columns and config settings at gallery installationplegall2012-06-122-21/+0
git-svn-id: http://piwigo.org/svn/trunk@15652 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2650: rename language sl_SL into sl_SI according to ISO 3166-1 codesplegall2012-06-087-1/+49
| | | | git-svn-id: http://piwigo.org/svn/trunk@15609 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2632: derivatives: search and replace hotlinks inside Piwigoplegall2012-06-081-0/+197
(page_banner, covers also plugins Additional Pages and PWG Stuffs) git-svn-id: http://piwigo.org/svn/trunk@15608 68402e56-0260-453c-a942-63ccdbb3a9ee
* no longer use of images.tn_ext field any longerplegall2012-06-074-6/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@15598 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2649: broken code commited in r15587, fixed with a simpler conditionplegall2012-06-071-1/+5
git-svn-id: http://piwigo.org/svn/trunk@15597 68402e56-0260-453c-a942-63ccdbb3a9ee
* "zone" becomes "area", correction by Billrplegall2012-06-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@15588 68402e56-0260-453c-a942-63ccdbb3a9ee