aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - local.lang is loaded without fallback on default language or ↵rvelices2008-08-201-1/+1
| | | | | | | | | PHPWG_DEFAULT_LANGUAGE (needed to change the signature of load_language which became a little too big) - move a function from functions.inc.php to functions_picture.inc.php (included only when necessary) - removed some css (not as much as I wanted) git-svn-id: http://piwigo.org/svn/trunk@2479 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ws can include php file before invoking web call methodrvelices2008-08-191-2/+3
| | | | | | | | | - remove "Pierrick ..." from some languages - tags - small change to avoid increasing number of urls - added a missing closedir - remove some unnecessary class names and inexisting rel attributes git-svn-id: http://piwigo.org/svn/trunk@2478 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000842: Variable $user is erased on rating page rub2008-08-151-4/+4
| | | | | | Merge branch-1_7 2473:2474 into BSF git-svn-id: http://piwigo.org/svn/trunk@2475 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin advices can be easily extended to new advices.vdigital2008-08-122-7/+21
| | | | | | | | | Admin advices plugin can be translated like any other plugins. Admin advices plugin has been extended with External summary (a technical and non translated part). Some template cleaning. git-svn-id: http://piwigo.org/svn/trunk@2472 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fallback on SVN:2426 (Transparency for background is not supported by IE6).vdigital2008-07-234-20/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@2455 68402e56-0260-453c-a942-63ccdbb3a9ee
* Swift Theme Creator (minor changes): non functional version yet (4).vdigital2008-07-231-1/+1
| | | | | | | Bug 836: "Extend for templates" minor change. git-svn-id: http://piwigo.org/svn/trunk@2453 68402e56-0260-453c-a942-63ccdbb3a9ee
* Swift Theme Creator (minor changes): non functional version yet (2).vdigital2008-07-221-26/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@2449 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove admin :hover css rule (bouncing thumbnails in caddie FF)rvelices2008-07-221-4/+0
| | | | | | | | - move some code from notification.php to notification.tpl - remove some unused variables from picture.php - make random.php work even if top_number is a lot (some issues solved with url length) git-svn-id: http://piwigo.org/svn/trunk@2446 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some temporary CSS corrections for synchronization errors/infos.vdigital2008-07-162-16/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@2438 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove warning off extend_for_templates.phprub2008-07-161-1/+1
| | | | | | Add new in config.sql git-svn-id: http://piwigo.org/svn/trunk@2437 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature template-extension based on 2006 chrisaga's idea.vdigital2008-07-144-0/+249
| | | | | | | chrisaga wrote: "If you want to make some template customization without building a brand new template, you should use ..." git-svn-id: http://piwigo.org/svn/trunk@2434 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from branch-1_7 (r2432).patdenice2008-07-121-1/+6
| | | | | | | Add triggers for category name (render_category_name). Add strip_tags for ALT attribute on category thumbnail. git-svn-id: http://piwigo.org/svn/trunk@2433 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2427 from branch 1.7 to trunkplegall2008-07-091-0/+6
| | | | | | | | bug 802 fixed: if GD library is not available, display an explicit error, even before trying to generated any thumbnail. git-svn-id: http://piwigo.org/svn/trunk@2428 68402e56-0260-453c-a942-63ccdbb3a9ee
* Transparent .png for IE6 / Help icon fixed / Tabsheet fixed / and CSS review ↵vdigital2008-07-0623-118/+55
| | | | | | (still on going) git-svn-id: http://piwigo.org/svn/trunk@2426 68402e56-0260-453c-a942-63ccdbb3a9ee
* On Stripy request some tufts of grass background have been changed for test ↵vdigital2008-07-041-4/+5
| | | | | | purpose (will be removed). git-svn-id: http://piwigo.org/svn/trunk@2420 68402e56-0260-453c-a942-63ccdbb3a9ee
* On Stripy request some tufts of grass background are added (will be removed).vdigital2008-07-032-1/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@2419 68402e56-0260-453c-a942-63ccdbb3a9ee
* Missplaced {/if}vdigital2008-07-021-4/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2418 68402e56-0260-453c-a942-63ccdbb3a9ee
* When Multi-view plugin and Show SQL queries are active, results of queries ↵vdigital2008-07-022-2/+7
| | | | | | are yet in readable format git-svn-id: http://piwigo.org/svn/trunk@2417 68402e56-0260-453c-a942-63ccdbb3a9ee
* On rvelices advice, {if isset($TABSHEET)} missing: new reflex to acquirevdigital2008-07-021-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2416 68402e56-0260-453c-a942-63ccdbb3a9ee
* Reversed logic for backgroundsvdigital2008-07-0217-160/+67
| | | | | | | $tabsheet transfer: general use available in admin.tpl Some CSS admin simplications git-svn-id: http://piwigo.org/svn/trunk@2415 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remember me cookie security improvement (the time when the cookie was ↵rvelices2008-07-011-1/+0
| | | | | | | | | | | | generated is saved and checked in range [now-remember_me_length; now] - tags improvements * pass to templates all fields in table #tags (handy for plugins such as type tags) * fix issue with tag letter when first letter is accentuated (utf-8) * tags are sorted on url_name instead of name (accentuated first letter chars are the same as without accent) * better use of columns in by letter display mode git-svn-id: http://piwigo.org/svn/trunk@2409 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin menuBox - new set : coloured transparent, no glowingstripy2008-06-294-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2408 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin menuBox : transparent set of 4 imgstripy2008-06-274-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2405 68402e56-0260-453c-a942-63ccdbb3a9ee
* Wrong height for leaves.vdigital2008-06-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2404 68402e56-0260-453c-a942-63ccdbb3a9ee
* New strategy defined with Stripy for leaves and menuvdigital2008-06-273-11/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2403 68402e56-0260-453c-a942-63ccdbb3a9ee
* Leaves in footer: on Stripy request.vdigital2008-06-271-0/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@2402 68402e56-0260-453c-a942-63ccdbb3a9ee
* Grey leaves : new cut of bg imagesstripy2008-06-272-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2401 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some of Stripy requests on admin theme (not stabilized)vdigital2008-06-268-50/+34
| | | | git-svn-id: http://piwigo.org/svn/trunk@2400 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add 2 small png files for external link listvdigital2008-06-262-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2399 68402e56-0260-453c-a942-63ccdbb3a9ee
* menuBox : set #2stripy2008-06-264-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2398 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some admin theme and template changes on Stripy request (No optimisation).vdigital2008-06-243-35/+30
| | | | git-svn-id: http://piwigo.org/svn/trunk@2397 68402e56-0260-453c-a942-63ccdbb3a9ee
* Reworked admin menubarvdigital2008-06-235-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@2395 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : spare-parts of the menuBox - new crop (correcting pb of adjustment)stripy2008-06-234-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2393 68402e56-0260-453c-a942-63ccdbb3a9ee
* Removal some references to previous admin pagesvdigital2008-06-222-8/+13
| | | | | | | New favicon git-svn-id: http://piwigo.org/svn/trunk@2392 68402e56-0260-453c-a942-63ccdbb3a9ee
* Missing Adm header.tplvdigital2008-06-221-0/+63
| | | | git-svn-id: http://piwigo.org/svn/trunk@2391 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin isolation: Copy of admin templates in admin folder.vdigital2008-06-2288-0/+4568
| | | | | | | | (Before previous admin templates removal). Some of css simplification (in admin only currently. git-svn-id: http://piwigo.org/svn/trunk@2390 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug: 816 - Leading and trailing spaces are removed from new tags (observed ↵vdigital2008-05-181-1/+2
| | | | | | in some bugged metadata). git-svn-id: http://piwigo.org/svn/trunk@2350 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 703: Authorization system in Cat management works now with well ordered ↵vdigital2008-05-171-3/+6
| | | | | | | | lists (Minor: Admin theme changes) git-svn-id: http://piwigo.org/svn/trunk@2349 68402e56-0260-453c-a942-63ccdbb3a9ee
* Logical merge from 1.7.1 Revison 2193vdigital2008-05-161-1/+8
| | | | | | | | | | Bug with no ref (and maybe 663): Currently if the "Search in subcategories" checkbox was unselected, all existing categories and elements were duplicated. Cause: Wrong comparison between fileserver directory list and already known files in tables. Resolution: keeping only the selected directory from the file server directory list in such cases, if that one is still allocated. git-svn-id: http://piwigo.org/svn/trunk@2344 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000826: Required versions (Php & MySql) rub2008-05-161-2/+33
| | | | git-svn-id: http://piwigo.org/svn/trunk@2343 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change some PhpWebGallery to Piwigo. (2/2)rub2008-05-151-2/+2
| | | | | | | | All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change some PhpWebGallery to Piwigo.rub2008-05-144-21/+21
| | | | | | Not all PhpWebGallery has been translated! git-svn-id: http://piwigo.org/svn/trunk@2339 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove some unnecessary db columns (#history_summary.id, #history.year, ↵rvelices2008-05-062-80/+86
| | | | | | month, day and hour) git-svn-id: http://piwigo.org/svn/trunk@2333 68402e56-0260-453c-a942-63ccdbb3a9ee
* Start of Stripy look on Admin page (Not stable for all browsers)vdigital2008-05-031-3/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2328 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000823: Enhance upload functionalitiesrub2008-05-022-4/+55
| | | | | | | | | | | | | | | First commit, others will be follow. Not hesitate to change my translations. Add upload configuration tabsheet (move and add configuration) Change and add define for access level Can show upload link every time Can restrict access upload.class.php Can choice category on upload page Add upload class not use for the moment Review quickly and temporary style of upload.tpl git-svn-id: http://piwigo.org/svn/trunk@2325 68402e56-0260-453c-a942-63ccdbb3a9ee
* - move #categories.date_last and nb_images to #user_cache_categoriesrvelices2008-05-015-182/+80
| | | | git-svn-id: http://piwigo.org/svn/trunk@2324 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merged function ordering() with update_global_rank() and also optimized ↵rvelices2008-04-204-86/+48
| | | | | | the queries git-svn-id: http://piwigo.org/svn/trunk@2306 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r 2303 from branch-1_7 to trunkrvelices2008-04-192-70/+22
| | | | | | | | - removed some unused code - mass_updates function does not need SELECT VERSION() - rewrote update_uppercats to avoid db update if no change git-svn-id: http://piwigo.org/svn/trunk@2304 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug fixed: as rvelices notified me by email, my header replacement script wasplegall2008-04-0552-1249/+0
| | | | | | | | | | | | bugged (r2297 was repeating new and old header). By the way, I've also removed the replacement keywords. We were using them because it was a common usage with CVS but it is advised not to use them with Subversion. Personnaly, it is a problem when I search differences between 2 Piwigo installations outside Subversion. git-svn-id: http://piwigo.org/svn/trunk@2299 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall2008-04-0452-0/+1092
| | | | git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee