Commit graph

  • e11bcc7725 [trunk_help] Update zh_TW, thanks to : azq1231 Piwigo-TranslationTeam 2013-10-22 04:13:57 +00:00
  • 983651e59c [trunk_help] Update pt_BR, thanks to : msakik Piwigo-TranslationTeam 2013-10-21 12:25:28 +00:00
  • 82389afe5f [trunk_public] Update lb_LU, thanks to : Quetsch Piwigo-TranslationTeam 2013-10-21 11:33:11 +00:00
  • 6ad090b092 [trunk_public] Update pt_BR, thanks to : msakik Piwigo-TranslationTeam 2013-10-21 11:33:08 +00:00
  • 371682d5d7 [trunk_public] Update ja_JP, thanks to : ddtddt Piwigo-TranslationTeam 2013-10-21 11:33:07 +00:00
  • d0c7c87494 [trunk_admin] Update pt_BR, thanks to : msakik Piwigo-TranslationTeam 2013-10-21 11:33:05 +00:00
  • de7b731f3e [2.5] - language - admin_multi_view - prepared 2.5.3 ddtddt 2013-10-21 04:57:45 +00:00
  • 1d29136364 [2.5] - language - prepared 2.5.3 ddtddt 2013-10-21 04:55:59 +00:00
  • 43683395d3 [adminmultiview] Update br_FR, thanks to : yves.kerleguer Piwigo-TranslationTeam 2013-10-21 04:53:51 +00:00
  • 82a0c1b498 [trunk_install] Update br_FR, thanks to : yves.kerleguer Piwigo-TranslationTeam 2013-10-21 04:53:49 +00:00
  • faa6febd24 [trunk_admin] Update fr_CA, thanks to : ddtddt Piwigo-TranslationTeam 2013-10-20 17:02:49 +00:00
  • a16a95908e [trunk_install] Update fr_CA, thanks to : ddtddt Piwigo-TranslationTeam 2013-10-20 17:02:48 +00:00
  • eb7f728c69 [elegant] Add nn_NO, thanks to : kiho Piwigo-TranslationTeam 2013-10-20 16:46:54 +00:00
  • acef88cca1 [trunk_admin] Update nn_NO, thanks to : kiho Piwigo-TranslationTeam 2013-10-20 16:46:53 +00:00
  • f11fcfcb0b fix parse error from r25018 mistic100 2013-10-20 14:29:27 +00:00
  • 3e9c75d2bb add "abstract" keyword for API base classes + PwgRestRequestHandler inherits from PwgRequestHandler mistic100 2013-10-20 09:37:45 +00:00
  • 4926fced5e replace some mass_updates/inserts by single_update/insert mistic100 2013-10-19 18:17:10 +00:00
  • ae707279a1 remove all array_push (50% slower than []) + some changes missing for feature:2978 mistic100 2013-10-19 17:43:04 +00:00
  • 35ff1b7c1f [elegant] Add ar_SA, thanks to : aldambi Piwigo-TranslationTeam 2013-10-19 14:37:19 +00:00
  • 16968665dd [trunk] - language - prepared 2.6 en_US ddtddt 2013-10-19 13:48:59 +00:00
  • 68e0e36861 git-svn-id: http://piwigo.org/svn/trunk@25014 68402e56-0260-453c-a942-63ccdbb3a9ee ddtddt 2013-10-19 13:44:34 +00:00
  • 324ffad972 [2.5] - language - prepared 2.5.3 ddtddt 2013-10-19 12:31:35 +00:00
  • 019ea44576 [trunk] - language - prepared 2.5.3 ddtddt 2013-10-19 12:30:49 +00:00
  • 7d6a39738b [trunk] - language - update en_GB Thanks to Cadencia ddtddt 2013-10-19 12:28:48 +00:00
  • dc01766c58 [trunk] - language - new language en_US Same en_UK ddtddt 2013-10-19 12:21:51 +00:00
  • 2f08283864 feature 2978: remove useless sprintf in the core mistic100 2013-10-19 11:04:11 +00:00
  • 139ffe3712 [trunk_admin] Update lt_LT, thanks to : vilisas Piwigo-TranslationTeam 2013-10-19 10:05:33 +00:00
  • a756a81e9b [trunk_admin] Update lt_LT, thanks to : vilisas Piwigo-TranslationTeam 2013-10-19 09:42:35 +00:00
  • c80bf9ebe7 [trunk_public] Update lt_LT, thanks to : vilisas Piwigo-TranslationTeam 2013-10-19 09:42:31 +00:00
  • 6313ae831d feature 2978: l10n() and {translate} with additional arguments TODO: apply in core mistic100 2013-10-19 09:21:01 +00:00
  • 2209edc7f0 merge r24986 from branch 2.5 to trunk plegall 2013-10-18 21:02:15 +00:00
  • bc3fdf0957 bug 2977 fixed: when moving an album, whatever the previous status private/public we must remove irrelevant permissions (a public album can have hidden permission, ie list of groups/users permitted). I've also found a bug in the algorithm that selects users/groups to delete (reverse parameters in array_diff). plegall 2013-10-18 20:56:05 +00:00
  • cd53c8fcd7 feature 2968 added: Add link to "edit this album" when managung sub-albums. Patch by msakik. plegall 2013-10-18 19:34:23 +00:00
  • 4fb203b10a redirect page less dependent of the theme (can be called before theme loaded ...) rvelices 2013-10-18 19:28:18 +00:00
  • 27e000fd88 merge r24982 from branch 2.5 to trunk plegall 2013-10-18 19:20:55 +00:00
  • c4529b1b9d bug 2967 fixed: avoid display changes when album list is long to load. Replace input text for position to input hidden. It was a fallback when javascript is deactivated, but nowadays Piwigo administration can't work without javascript. plegall 2013-10-18 19:19:51 +00:00
  • 965ec8b61b removed inline style width rvelices 2013-10-18 19:09:10 +00:00
  • ed076b0970 bug 2975 fixed: remove useless "," at the end of arrays, because it breaks Internet Explorer 7 :-/ plegall 2013-10-18 19:02:52 +00:00
  • f202a86fca bug 2975 fixed: remove useless "," at the end of arrays, because it breaks Internet Explorer 7 :-/ plegall 2013-10-18 14:16:59 +00:00
  • 82ba773bed [trunk_admin] Update en_GB, thanks to : Tadjio Piwigo-TranslationTeam 2013-10-18 04:11:33 +00:00
  • 666a204d16 bug 2974: do not display deprecated errors on a stable branch plegall 2013-10-17 20:36:18 +00:00
  • a397debf02 merge r24967 from branch 2.5 to trunk plegall 2013-10-17 20:15:51 +00:00
  • 2faa7204e9 bug 2973 fixed: automatically use encoding windows-1252 instead of iso-8859-1 (unless we find utf-8 signs) on IPTC before converting to utf-8 plegall 2013-10-17 20:11:45 +00:00
  • 5abcfccff0 removed unused css rules, password recover form has a fieldset as all other forms, no exit if mail send fails rvelices 2013-10-17 19:38:06 +00:00
  • bb083e63d0 [trunk_public] Update af_ZA, thanks to : maeztro Piwigo-TranslationTeam 2013-10-17 18:56:53 +00:00
  • 999973cec2 [trunk_admin] Update af_ZA, thanks to : maeztro Piwigo-TranslationTeam 2013-10-17 18:56:51 +00:00
  • b0dd6802a7 [trunk_install] Update af_ZA, thanks to : maeztro Piwigo-TranslationTeam 2013-10-17 18:56:49 +00:00
  • a904c432eb [trunk_help] Update af_ZA, thanks to : maeztro Piwigo-TranslationTeam 2013-10-17 18:56:46 +00:00
  • 6380e4d475 feature 2965: move phpmailer files in a specific directory plegall 2013-10-17 13:25:12 +00:00
  • ed40a38fca feature 2965: move phpmailer files in a specific directory plegall 2013-10-17 13:24:36 +00:00
  • d1a0a85520 feature 2965: replace custom mail functions by PHPMailer (version 5.2.7). Based on patch by msakik. plegall 2013-10-17 13:05:30 +00:00
  • e62abd7d4e [trunk_admin] Update eo_EO, thanks to : sylvbarrier Piwigo-TranslationTeam 2013-10-17 04:18:09 +00:00
  • 5ba0d6480c [trunk_public] Update en_GB, thanks to : Cadencia Piwigo-TranslationTeam 2013-10-17 04:18:07 +00:00
  • db9c80ca20 [trunk_admin] Update en_GB, thanks to : Cadencia Piwigo-TranslationTeam 2013-10-17 04:18:05 +00:00
  • a67a99120e fix picture modify create date for days/months on two digits starting with 0 rvelices 2013-10-16 19:42:38 +00:00
  • ff8f09123f [2.5] - language - parent language es_AR and fr_CA ddtddt 2013-10-16 19:24:21 +00:00
  • 00b1121dca [trunk] - language - parent language es_AR and fr_CA ddtddt 2013-10-16 19:22:36 +00:00
  • 9d8dce2ece [trunk] - language - parent language en_GB -> en_UK ddtddt 2013-10-16 19:11:33 +00:00
  • 2d2fed885a [trunk] - language - new language en_GB update flag ddtddt 2013-10-16 18:56:06 +00:00
  • b1b9b1b1fa [trunk] - language - new language en_GB Thanks to Cadencia ddtddt 2013-10-16 18:50:50 +00:00
  • 5270602ee0 [2.5] - language - language_switch - GB/US ddtddt 2013-10-16 18:40:25 +00:00
  • 85797e4bb8 [trunk] - language - language_switch - GB/US ddtddt 2013-10-16 18:39:25 +00:00
  • b4f9085bfd [2.5] - smartpocket - prepared 2.5.3 ddtddt 2013-10-15 18:18:37 +00:00
  • aa3622df30 [trunk] - smartpocket - prepared 2.5.3 ddtddt 2013-10-15 18:18:14 +00:00
  • e5f7dfb123 [2.5] - language - LocalFilesEditor - prepared 2.5.3 ddtddt 2013-10-15 18:07:05 +00:00
  • 348f2789f6 [trunk] - language - LocalFilesEditor - prepared 2.5.3 ddtddt 2013-10-15 18:06:34 +00:00
  • 4bd010094f [2.5] - language - language_switch - prepared 2.5.3 ddtddt 2013-10-15 17:15:39 +00:00
  • cdf8d36458 [trunk] - language - language_switch - prepared 2.5.3 ddtddt 2013-10-15 17:15:23 +00:00
  • de2cdf308f [2.5] - language - c13y_upgrade - prepared 2.5.3 ddtddt 2013-10-15 17:09:00 +00:00
  • 87e78e14c1 [trunk] - language - c13y_upgrade - prepared 2.5.3 ddtddt 2013-10-15 17:07:54 +00:00
  • 34d9cb5b73 [2.5] - language - admin_multi_view - prepared 2.5.3 ddtddt 2013-10-15 07:37:48 +00:00
  • f5dee2cae1 [trunk] - language - admin_multi_view - prepared 2.5.3 ddtddt 2013-10-15 07:37:33 +00:00
  • 4fca240c26 [2.5] - language - prepared 2.5.3 ddtddt 2013-10-15 07:33:24 +00:00
  • b1c4829c52 [trunk_help] Update zh_TW, thanks to : azq1231 Piwigo-TranslationTeam 2013-10-15 07:32:03 +00:00
  • 47d11f9094 [2.5] - language - prepared 2.5.3 ddtddt 2013-10-14 21:46:27 +00:00
  • 7748172649 [trunk] - language - prepared 2.5.3 ddtddt 2013-10-14 21:45:50 +00:00
  • 0f4ab218b6 [trunk_admin] Update eo_EO, thanks to : sylvbarrier Piwigo-TranslationTeam 2013-10-14 21:43:13 +00:00
  • 8aa342a067 [trunk_help] Update eo_EO, thanks to : sylvbarrier Piwigo-TranslationTeam 2013-10-14 20:25:49 +00:00
  • a187974f05 simplified first and last holders in picture navigation... rvelices 2013-10-13 05:01:14 +00:00
  • 161be2a7c7 Merged revision(s) 24835 from trunk: bug 2970: Division by zero on batch manager mistic100 2013-10-12 20:53:45 +00:00
  • efbc08e537 2816: {strip} removes too much things, fixed again for smarty 3 mistic100 2013-10-12 11:14:07 +00:00
  • be9144fc7e [language_switch] Add br_FR, thanks to : yves.kerleguer Piwigo-TranslationTeam 2013-10-12 11:05:22 +00:00
  • c2ce0e0750 [trunk_install] Update br_FR, thanks to : yves.kerleguer Piwigo-TranslationTeam 2013-10-12 11:05:19 +00:00
  • 50ec21f216 [trunk_public] Update lb_LU, thanks to : Quetsch Piwigo-TranslationTeam 2013-10-12 11:05:18 +00:00
  • 72a9d7bc6c [trunk_admin] Update ar_SA, thanks to : aldambi Piwigo-TranslationTeam 2013-10-11 16:54:13 +00:00
  • 667f8af7b8 [trunk_install] Update ar_SA, thanks to : aldambi Piwigo-TranslationTeam 2013-10-11 16:54:10 +00:00
  • 66813eacdd [trunk_admin] Update eo_EO, thanks to : sylvbarrier Piwigo-TranslationTeam 2013-10-11 04:16:07 +00:00
  • 048f704237 [trunk_help] Update eo_EO, thanks to : sylvbarrier Piwigo-TranslationTeam 2013-10-11 04:16:05 +00:00
  • d616a26448 [trunk_admin] Update pt_BR, thanks to : msakik Piwigo-TranslationTeam 2013-10-10 20:50:25 +00:00
  • c9e182c69a [trunk_public] Update lb_LU, thanks to : Quetsch Piwigo-TranslationTeam 2013-10-10 20:50:14 +00:00
  • 902781cabb improved who can see this photo display rvelices 2013-10-10 20:29:39 +00:00
  • d03bb10888 remove tests from svn:23746 mistic100 2013-10-10 12:22:30 +00:00
  • 1824570368 bug 2970: Division by zero on batch manager mistic100 2013-10-10 11:09:51 +00:00
  • cfdfeb989d feature 2969: Unified Batch Manager URL mistic100 2013-10-10 11:07:45 +00:00
  • 92d692a334 make get_query_string_diff compatible with arrays and use build-in functions mistic100 2013-10-10 10:53:59 +00:00
  • b75d88bdf0 do not load ajax loader on picture page because of comments added some minor margins to avoid runin on small devices on calendar bars rvelices 2013-10-10 04:40:46 +00:00
  • d1838b99bc [trunk_help] Update eo_EO, thanks to : sylvbarrier Piwigo-TranslationTeam 2013-10-10 04:19:00 +00:00
  • 429784d963 [trunk_admin] Update eo_EO, thanks to : sylvbarrier Piwigo-TranslationTeam 2013-10-10 04:18:55 +00:00
  • 01cb0ebfcf [trunk_admin] Update pt_BR, thanks to : msakik Piwigo-TranslationTeam 2013-10-09 16:01:05 +00:00
  • 76200cbdb6 [trunk_admin] Update pt_BR, thanks to : msakik Piwigo-TranslationTeam 2013-10-09 04:28:31 +00:00