aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New version 2.0.0 hard coded.2.0.0plegall2009-02-153-8/+8
| | | | | | | | Stable release required modifications: don't show version and generation time in footer, don't check the upgrade feed, don't die on sql errors. git-svn-id: http://piwigo.org/svn/tags/2.0.0@3155 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create release 2.0.0 from branch 2.0 r3153plegall2009-02-150-0/+0
| | | | git-svn-id: http://piwigo.org/svn/tags/2.0.0@3154 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updates ITriopwg2009-02-151-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3152 68402e56-0260-453c-a942-63ccdbb3a9ee
* uptate ESddtddt2009-02-141-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3149 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3145-3146 from trunkrvelices2009-02-1410-114/+99
| | | | | | | | | | Last (I hope) paranoic optims ... - move get_uysername and get_groupname from public to admin/functions.inc.php - optim in index.php - tags.tpl does not need smarty modifier included - move func get_comment_post_key from functions_comment to functions (avoid extra inclusion every time on picture page) git-svn-id: http://piwigo.org/svn/branches/2.0@3147 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3143 from trunk to branch 2.0patdenice2009-02-1315-33/+72
| | | | | | | | - Show number of downloads in plugins list. - Allow to sort plugins by number of downloads. - Fix plugin revision URL (no more revision_view in PEM). git-svn-id: http://piwigo.org/svn/branches/2.0@3144 68402e56-0260-453c-a942-63ccdbb3a9ee
* New IE6 transparency enhancement in admin (Thanks to tweakpng).vdigital2009-02-1310-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3138 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3136 from trunkrvelices2009-02-139-201/+151
| | | | | | | | - moved check upgrade feed code to admin/include/functions_upgrade.php - refactored some code (shorter and somehow faster - but nothing revolutionary) - decrease lost space in permalinks.tpl and hard coded column width (was illisible) git-svn-id: http://piwigo.org/svn/branches/2.0@3137 68402e56-0260-453c-a942-63ccdbb3a9ee
* new: phpwebgallery renamed piwigoplegall2009-02-121-5/+5
| | | | | | | modification: pwg_rel_create.sh only creates the zip file git-svn-id: http://piwigo.org/svn/branches/2.0@3134 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: phpwebgallery.net moves to piwigo.orgplegall2009-02-1222-968/+60
| | | | | | | | | | | | | modification: doc/README_*.txt much simpler with link to piwigo.org for installation and upgrade guides. modification: latest_version has changed its path on the website to download directory. deletion: doc/ChangeLog was useless and outdated. git-svn-id: http://piwigo.org/svn/branches/2.0@3132 68402e56-0260-453c-a942-63ccdbb3a9ee
* Initial translation of help files part1gnantic2009-02-118-113/+103
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3130 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix issue on my previous commitrvelices2009-02-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3129 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r 3126 from trunkrvelices2009-02-055-56/+48
| | | | | | | | - embellish_url compacts now .. - some trigger improvements (render_category_description) - improved perf of duplicate_xxx_url ( rewrote func params_for_duplication and remove some vars from $page ) git-svn-id: http://piwigo.org/svn/branches/2.0@3127 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3124 from trunkrvelices2009-02-052-18/+15
| | | | | | | - removed triggers loc_index_thumbnail and loc_index_category_thumbnail - changed triggers loc_end_index_thumbnails and loc_end_index_category_thumbnails from actions to events git-svn-id: http://piwigo.org/svn/branches/2.0@3125 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3122 from trunkrvelices2009-02-048-19/+13
| | | | | | - removed second parameter $type from function format_date git-svn-id: http://piwigo.org/svn/branches/2.0@3123 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3120 from trunkrvelices2009-02-046-40/+42
| | | | | | | | | | optimizations (php only) - removed unnecessary call to array_unique in get_image_ids_for_tags - put back in smarty exec time counting (debug mode) for each included template - prefix some smarty modifiers with @ in some templates - do not call format_date (still very slow due to mktime and date even after prev commit) from category_default.inc.php - if used in templates format_date can be used as a smarty modifier git-svn-id: http://piwigo.org/svn/branches/2.0@3121 68402e56-0260-453c-a942-63ccdbb3a9ee
* initial translation final stagegnantic2009-02-023-405/+405
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3119 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3117 from trunk:rvelices2009-01-312-38/+18
| | | | | | | - fix use $page['nb_image_page'] instead of $user... when creating the nav bar (same as category_default) - rewrote function format_date without regular expressions (faster); parameter date type is not used anymore (but I left it there for now) git-svn-id: http://piwigo.org/svn/branches/2.0@3118 68402e56-0260-453c-a942-63ccdbb3a9ee
* update language nameddtddt2009-01-302-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3116 68402e56-0260-453c-a942-63ccdbb3a9ee
* subversion administration: remove svn:mime-type (files considered as binary)plegall2009-01-300-0/+0
| | | | | | | on some russian files. git-svn-id: http://piwigo.org/svn/branches/2.0@3115 68402e56-0260-453c-a942-63ccdbb3a9ee
* add of Russian. Thanks to nadushaddtddt2009-01-2826-0/+2155
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3114 68402e56-0260-453c-a942-63ccdbb3a9ee
* initial translation part 2gnantic2009-01-222-217/+217
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3109 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3104 from trunk to branch 2.0rub2009-01-181-5/+4
| | | | | | French help correction git-svn-id: http://piwigo.org/svn/branches/2.0@3105 68402e56-0260-453c-a942-63ccdbb3a9ee
* initial work on translation Piwigo 2 into Croatiangnantic2009-01-184-68/+64
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3101 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3099 from trunk to branch 2.0rub2009-01-181-0/+1
| | | | | | Try to fix bad position for "nbm_repost_submit" button. git-svn-id: http://piwigo.org/svn/branches/2.0@3100 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3088 from trunk to branch 2.0plegall2009-01-171-0/+0
| | | | | | | admin_quickLocalSync_hover.png : unchanged (to make sure crop is the same as inactive image new version) git-svn-id: http://piwigo.org/svn/branches/2.0@3096 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3087 from trunk to branch 2.0plegall2009-01-171-0/+0
| | | | | | | admin_quickLocalSync_inactiv.png : lightening effect on button (previous version : lightening effect was only on leaves) git-svn-id: http://piwigo.org/svn/branches/2.0@3094 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3086 from trunk to branch 2.0plegall2009-01-171-0/+0
| | | | | | | Sylvia_top-left-bg.jpg : pinkTree = same design, shaper image git-svn-id: http://piwigo.org/svn/branches/2.0@3093 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3085 from trunk to branch 2.0plegall2009-01-171-0/+0
| | | | | | | roma/images/top-left-bg.jpg : pinkTree = same design, sharper image git-svn-id: http://piwigo.org/svn/branches/2.0@3092 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Croatian flagvdigital2009-01-171-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3091 68402e56-0260-453c-a942-63ccdbb3a9ee
* Title harmonization in the scope of Piwigo website integration.vdigital2009-01-173-1/+11
| | | | | | | | | | $conf['reverse_home_title'] is false by default. On reverse_home_title = true, only index page will reverse its title. Compare to prior releases all titles are reversed. git-svn-id: http://piwigo.org/svn/branches/2.0@3090 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/branches/2.0@3089 ↵gnantic2009-01-171-330/+330
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* add Polish language thanks to voyteckst ddtddt2009-01-1727-1/+2118
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3083 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3081 from trunk to branch 2.0.patdenice2009-01-172-8/+0
| | | | | | Remove utf8 encode in plugin class. git-svn-id: http://piwigo.org/svn/branches/2.0@3082 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/branches/2.0@3080 ↵gnantic2009-01-1518-0/+782
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Pomoćni zapisignantic2009-01-150-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3079 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/branches/2.0@3078 ↵gnantic2009-01-158-0/+1476
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Hrvatski prijevod PHP Web Gallery - Piwigognantic2009-01-150-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3077 68402e56-0260-453c-a942-63ccdbb3a9ee
* Disabled optimization table for branch 2.0 onlyrub2009-01-141-1/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3076 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3074 from trunk to branch 2.0.patdenice2009-01-141-0/+2
| | | | | | Display bug on install page git-svn-id: http://piwigo.org/svn/branches/2.0@3075 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3072 from trunk to branch 2.0rub2009-01-132-2/+10
| | | | | | | Fix bad $lang. Remove not necessary information messages on upgrade. git-svn-id: http://piwigo.org/svn/branches/2.0@3073 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3070 from trunk to branch 2.0.patdenice2009-01-131-0/+3
| | | | | | Send user language when retrieving datas from PEM api. git-svn-id: http://piwigo.org/svn/branches/2.0@3071 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Error icon misplacedvdigital2009-01-111-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3068 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updates ITriopwg2009-01-091-69/+48
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3066 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 912 fixed: we need an extra original_sum to pwg.images.add API method toplegall2009-01-083-4/+9
| | | | | | | check photo existence. Using the file_sum was a bad idea. git-svn-id: http://piwigo.org/svn/branches/2.0@3064 68402e56-0260-453c-a942-63ccdbb3a9ee
* DE Updated with the work of Danielddtddt2009-01-0812-136/+130
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3063 68402e56-0260-453c-a942-63ccdbb3a9ee
* DE Updated with the work of Danielddtddt2009-01-074-209/+203
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3062 68402e56-0260-453c-a942-63ccdbb3a9ee
* - External links are following the Graphic Chart (class="external")vdigital2009-01-073-2/+13
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3060 68402e56-0260-453c-a942-63ccdbb3a9ee
* code administration: any text file should have the svn:eol-style propertyplegall2009-01-070-0/+0
| | | | | | | set to LF. git-svn-id: http://piwigo.org/svn/branches/2.0@3058 68402e56-0260-453c-a942-63ccdbb3a9ee
* Code administration: convert all text files to Unix file format (CR as eolplegall2009-01-0629-2337/+2337
| | | | | | | and not CRLF) git-svn-id: http://piwigo.org/svn/branches/2.0@3054 68402e56-0260-453c-a942-63ccdbb3a9ee