aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge r3401 from branch 2.0 to trunkplegall2009-06-081-2/+2
| | | | | | | feature 1020: simplify the URL to subscribe to Piwigo Announcements Newsletter. git-svn-id: http://piwigo.org/svn/trunk@3402 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3389 from branch 2.0 to trunkplegall2009-06-021-1/+1
| | | | | | | | bug 1022 fixed: a photo can be associateed to no category (now that a photo can have NULL as storage_category_id, it's possible to have no associated category), the admin/picture_modify doesn't break anymore. git-svn-id: http://piwigo.org/svn/trunk@3390 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3381 from branch 2.0 to trunkplegall2009-05-314-3/+46
| | | | | | | | feature 1020 added: ability to subscribe to Piwigo Announcement Newsletter from Piwigo itself. Admins can perform this action at the end of installation or on administration panel index. git-svn-id: http://piwigo.org/svn/trunk@3382 68402e56-0260-453c-a942-63ccdbb3a9ee
* complement to r3282, remove all $Id$ in source code.plegall2009-05-1354-77/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3283 68402e56-0260-453c-a942-63ccdbb3a9ee
* change: according to topic:15067, svn:keywords property was removedplegall2009-05-1353-56/+56
| | | | git-svn-id: http://piwigo.org/svn/trunk@3282 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3270 from branch 2.0 to trunkplegall2009-05-051-1/+1
| | | | | | feature 981 added: ability to set the compression level for thumbnail creation. git-svn-id: http://piwigo.org/svn/trunk@3271 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000974: Adding a link to the gallery in the notification of ↵rub2009-04-211-1/+9
| | | | | | inscription git-svn-id: http://piwigo.org/svn/trunk@3243 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 959 : improve reordering of menubar block by using drag and dropnikrou2009-03-221-22/+46
| | | | | | a new jquery pluging to reodering table rows because jquery.sortable don't work well with table rows. git-svn-id: http://piwigo.org/svn/trunk@3219 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fix: In revision 3215 removing id break confirm javascript functionnikrou2009-03-211-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@3218 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature_948_accordion feature 948 : fix problem with incorrect submenu open ↵nikrou2009-03-194-2/+7
| | | | | | in admin use a new variable (U_ACTIVE_MENU) and use default position defined in selected_admin_menu if not exists git-svn-id: http://piwigo.org/svn/trunk@3216 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix several html bugsnikrou2009-03-197-10/+20
| | | | | | we must find a way to fix the problem of empty select git-svn-id: http://piwigo.org/svn/trunk@3215 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix html bug (<li> not needed)nikrou2009-03-181-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3213 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:940 fix problem with ie7nikrou2009-03-171-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3209 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add "tags" parameter for template extensionspatdenice2009-03-161-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@3207 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update version in plugins table during plugin activation.patdenice2009-03-161-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@3205 68402e56-0260-453c-a942-63ccdbb3a9ee
* Move template class inclusion to common.inc.php.patdenice2009-03-161-0/+1
| | | | | | | Add forum link in upgrade page. Install and upgrade try to configure PHP5. git-svn-id: http://piwigo.org/svn/trunk@3203 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:940 first step reordering with jquerynikrou2009-03-162-27/+60
| | | | git-svn-id: http://piwigo.org/svn/trunk@3201 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3196 from branch 2.0 to trunkplegall2009-03-134-14/+8
| | | | | | | | | bug 926 fixed: change links to piwigo.org so that they go to existing URLs. new: if the current language is french, the links go to fr.piwigo.org instead. git-svn-id: http://piwigo.org/svn/trunk@3197 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix html warnings. unclosed monotagsnikrou2009-03-0932-320/+320
| | | | git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
* Re-order templates extension alphabetically.patdenice2009-03-076-13/+14
| | | | | | Allow to use template extension for navigation bar. git-svn-id: http://piwigo.org/svn/trunk@3182 68402e56-0260-453c-a942-63ccdbb3a9ee
* Code simplification of commit 3172patdenice2009-03-061-33/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@3173 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create navigation_bar.tpl file.patdenice2009-03-0511-25/+52
| | | | | | Move create_navigation_bar function from functions_html.inc.php to functions.inc.php. git-svn-id: http://piwigo.org/svn/trunk@3172 68402e56-0260-453c-a942-63ccdbb3a9ee
* Last (I hope) paranoic optims ...rvelices2009-02-141-3/+58
| | | | | | | | | - 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/trunk@3145 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Show number of downloads in plugins list.patdenice2009-02-136-24/+45
| | | | | | | - 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/trunk@3143 68402e56-0260-453c-a942-63ccdbb3a9ee
* New IE6 transparency enhancement in admin (Thanks to tweakpng).vdigital2009-02-1310-0/+1
| | | | | | | | merge -c3168 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3139 68402e56-0260-453c-a942-63ccdbb3a9ee
* - moved check upgrade feed code to admin/include/functions_upgrade.phprvelices2009-02-132-29/+77
| | | | | | | - 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/trunk@3136 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3132 from branch 2.0 to trunkplegall2009-02-121-1/+1
| | | | | | | | | | | | | | | modification: phpwebgallery.net moves to piwigo.org 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/trunk@3133 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removed second parameter $type from function format_datervelices2009-02-043-5/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@3122 68402e56-0260-453c-a942-63ccdbb3a9ee
* post:103154 = the inactive tabs have a problem with the current ↵stripy2009-01-231-0/+0
| | | | | | inactive_tab2.png (I don't know/understand why) ... git-svn-id: http://piwigo.org/svn/trunk@3113 68402e56-0260-453c-a942-63ccdbb3a9ee
* post:103154 = the inactive tabs have a problem with the current ↵stripy2009-01-231-0/+0
| | | | | | inactive_tab2.png (I don't know/understand why) ... git-svn-id: http://piwigo.org/svn/trunk@3112 68402e56-0260-453c-a942-63ccdbb3a9ee
* post:103154 = the inactive tabs have a problem with the current ↵stripy2009-01-231-0/+0
| | | | | | inactive_tab2.png (I don't know/understand why) ... git-svn-id: http://piwigo.org/svn/trunk@3111 68402e56-0260-453c-a942-63ccdbb3a9ee
* post:103154 = the inactive tabs have a problem with the current ↵stripy2009-01-231-0/+0
| | | | | | inactive_tab2.png (I don't know/understand why) ... git-svn-id: http://piwigo.org/svn/trunk@3110 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery UI lib with jquery.ui-1.5.3.ziprub2009-01-185-11/+11
| | | | | | | | Change files tree in order to have the same of UI. Add too effects files js git-svn-id: http://piwigo.org/svn/trunk@3102 68402e56-0260-453c-a942-63ccdbb3a9ee
* Try to fix bad position for "nbm_repost_submit" button.rub2009-01-181-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3099 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_quickLocalSync_hover.png : unchanged (to make sure crop is the same as ↵stripy2009-01-171-0/+0
| | | | | | inactive image new version) git-svn-id: http://piwigo.org/svn/trunk@3088 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_quickLocalSync_inactiv.png : lightening effect on button (previous ↵stripy2009-01-171-0/+0
| | | | | | version : lightening effect was only on leaves) git-svn-id: http://piwigo.org/svn/trunk@3087 68402e56-0260-453c-a942-63ccdbb3a9ee
* roma/images/top-left-bg.jpg : pinkTree = same design, sharper imagestripy2009-01-171-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3085 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove utf8 encode in plugin class.patdenice2009-01-172-8/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3081 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display bug on install pagepatdenice2009-01-141-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@3074 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bad $lang.rub2009-01-131-2/+2
| | | | | | Remove not necessary information messages on upgrade. git-svn-id: http://piwigo.org/svn/trunk@3072 68402e56-0260-453c-a942-63ccdbb3a9ee
* Send user language when retrieving datas from PEM api.patdenice2009-01-131-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@3070 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Error icon misplacedvdigital2009-01-111-1/+1
| | | | | | | merge -c3068 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3069 68402e56-0260-453c-a942-63ccdbb3a9ee
* - External links are following the Graphic Chart (class="external") vdigital2009-01-072-0/+0
| | | | | | (roma has been currently excluded) git-svn-id: http://piwigo.org/svn/trunk@3061 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3054 from branch 2.0 to trunkplegall2009-01-061-37/+37
| | | | | | | | Code administration: convert all text files to Unix file format (CR as eol and not CRLF) git-svn-id: http://piwigo.org/svn/trunk@3055 68402e56-0260-453c-a942-63ccdbb3a9ee
* Administration: happy new year 2009, all PHP headers updated. plegall2009-01-0457-57/+57
| | | | git-svn-id: http://piwigo.org/svn/trunk@3049 68402e56-0260-453c-a942-63ccdbb3a9ee
* - active_tab2.png and inactive_tab2.png received from Stripyvdigital2008-12-302-0/+0
| | | | | | | merge -c3029 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3030 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Japanese flagvdigital2008-12-231-1/+16
| | | | | | | | | | | | | - <p> support in Sylvia menubar - Admin Help is chartered (First use of the discrete links) merge -c3017 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3019 68402e56-0260-453c-a942-63ccdbb3a9ee
* - datePicker calendar to be re-chartered (roma).vdigital2008-12-221-8/+11
| | | | | | | | | | | - Identification > Notification : Translation review - Header with no header (Sylvia only). merge -c3013 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3014 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fix: non valid html id needed for labelnikrou2008-12-211-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@3008 68402e56-0260-453c-a942-63ccdbb3a9ee
* Stripy 24px active and inactive images.vdigital2008-12-204-0/+0
| | | | | | | | merge -c3002 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3003 68402e56-0260-453c-a942-63ccdbb3a9ee