| Commit message (Expand) | Author | Files | Lines |
2013-10-22 | feature 2920 added: change admin screen "pending comments" to "all comments". | plegall | 1 | -1/+1 |
2013-10-19 | replace some mass_updates/inserts by single_update/insert | mistic100 | 1 | -14/+5 |
2013-10-19 | remove all array_push (50% slower than []) + some changes missing for feature... | mistic100 | 18 | -280/+183 |
2013-10-18 | merge r24986 from branch 2.5 to trunk | plegall | 1 | -23/+16 |
2013-08-14 | feature:2826 missing hardcoded PEM category id in r20449 | mistic100 | 1 | -1/+3 |
2013-07-14 | bug:2944 Performance issues when creating an album | mistic100 | 1 | -16/+1 |
2013-07-09 | bug:2855 | flop25 | 1 | -1/+1 |
2013-07-07 | bug:2898 make some updates methods static + factorize code from plugins, them... | mistic100 | 5 | -232/+68 |
2013-06-19 | feature 2916 (admin icons): | plegall | 1 | -17/+17 |
2013-06-16 | bug:2855 | flop25 | 1 | -1/+30 |
2013-06-16 | feature:2925 | flop25 | 1 | -1/+1 |
2013-06-16 | feature:2925 | flop25 | 1 | -0/+9 |
2013-06-04 | feature 2916 Replace raphael with symbol fonts | rvelices | 1 | -8/+8 |
2013-04-11 | bug:2863 | flop25 | 1 | -1/+12 |
2013-03-24 | feature 2836: display the number of comments/tags in the menubar | rvelices | 1 | -0/+16 |
2013-03-15 | merge r21566 from branch 2.5 to trunk | plegall | 1 | -0/+26 |
2013-02-28 | bug 2852 fixed: ability to use HTML markup in album description for pwg.categ... | plegall | 1 | -1/+1 |
2013-02-18 | allow to pass an array to get_tag_ids() | mistic100 | 1 | -1/+14 |
2013-02-12 | feature:65 fix fatal error at the end of the install process, remove unused f... | mistic100 | 1 | -55/+0 |
2013-02-12 | feature:65 pwg_db_connect doesn't return anything now | mistic100 | 2 | -12/+6 |
2013-02-04 | bug 2825: add maintenance action to clean the database and avoid integrity er... | plegall | 1 | -0/+28 |
2013-01-30 | feature:65 Add support for PHP mysqli extension, activated by default, remove... | mistic100 | 1 | -6/+10 |
2013-01-29 | feature:2826 | mistic100 | 3 | -7/+9 |
2013-01-05 | minor optimization on photos_add_direct | mistic100 | 1 | -1/+1 |
2013-01-01 | update Piwigo headers to 2013 (the end of the world didn't occur as expected... | plegall | 23 | -23/+23 |
2012-11-25 | bug:2793 use "include_once" instead of "include" when including pclzip | mistic100 | 4 | -4/+4 |
2012-11-02 | feature 2727: improve password security with the use of PasswordHash class. | plegall | 1 | -6/+1 |
2012-10-13 | feature 2773: add pwg_db_close() method | mistic100 | 1 | -1/+1 |
2012-10-12 | - remove unsed code; shorten existing code and improve readability ... | rvelices | 2 | -91/+23 |
2012-09-18 | little code refactoring over r17424 | plegall | 1 | -1/+10 |
2012-09-05 | feature 2737: improve tag administration screen | rvelices | 1 | -30/+41 |
2012-09-03 | bug 2732: when new tags must be added, also look first for existing tags with... | rvelices | 1 | -58/+41 |
2012-08-30 | bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark u... | rvelices | 2 | -10/+19 |
2012-08-30 | merge r17668 from branch 2.4 to trunk | plegall | 1 | -36/+53 |
2012-08-06 | bug 2716: modifying a photo reset it's rank | mistic100 | 1 | -21/+45 |
2012-08-01 | merge-r17295 from branch 2.4 feature 2708: in admin, display allowed custom d... | rvelices | 3 | -17/+50 |
2012-07-30 | remove debug code from r17002 | mistic100 | 1 | -1/+0 |
2012-07-25 | merge r17003 from branch 2.4 to trunk | plegall | 1 | -0/+5 |
2012-07-25 | merge r17001 from branch 2.4 to trunk | plegall | 1 | -0/+25 |
2012-07-23 | merge r16934 from branch 2.4 to trunk | plegall | 1 | -1/+1 |
2012-07-23 | feature 2703: make it easy for plugins to add tabs in admin screens | mistic100 | 4 | -9/+153 |
2012-07-23 | feature 2703: make it easy for plugins to add tabs in admin screens | mistic100 | 3 | -0/+10 |
2012-06-30 | bug 2672: invalid option sampling-factor for old versions of ImageMagick (use... | rvelices | 1 | -2/+10 |
2012-06-29 | merge r16210 from branch 2.4 to trunk | plegall | 1 | -1/+7 |
2012-06-29 | bug 2671: use get_branch_from_version() to find the real branch, however the ... | mistic100 | 4 | -13/+4 |
2012-06-29 | incompatible plugins check doesn't work since 2.4, because version number for... | mistic100 | 1 | -1/+10 |
2012-06-29 | bug 2668 - fix php warnings on glob function | rvelices | 1 | -2/+5 |
2012-06-28 | check if ilog() exists before using it, allowing the use the class outer i.php | mistic100 | 1 | -2/+2 |
2012-06-27 | correctly log errors when external imagick fails | rvelices | 1 | -1/+3 |
2012-06-14 | feature 2632: add a test on upgrade.php, if a remote site is detected downgra... | plegall | 1 | -4/+4 |