aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-28- based on test_menu by grum (thanks to you) - integration of dynamic menu ↵rvelices5-8/+219
bar to pwg - the menubar is composed now of dynamic blocks that can be ordered/hidden - plugins can add their own blocks git-svn-id: http://piwigo.org/svn/trunk@2488 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-23git-svn-id: http://piwigo.org/svn/trunk@2485 ↵rvelices1-11/+7
68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-22- language - removed 2 unnecessary keys from admin.langrvelices1-2/+2
- language - moved some keys from common.lang to admin.lang git-svn-id: http://piwigo.org/svn/trunk@2482 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-20- local.lang is loaded without fallback on default language or ↵rvelices1-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
2008-08-19- ws can include php file before invoking web call methodrvelices1-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
2008-08-15Resolved issue 0000842: Variable $user is erased on rating page rub1-4/+4
Merge branch-1_7 2473:2474 into BSF git-svn-id: http://piwigo.org/svn/trunk@2475 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-12Admin advices can be easily extended to new advices.vdigital2-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
2008-07-23Fallback on SVN:2426 (Transparency for background is not supported by IE6).vdigital4-20/+20
git-svn-id: http://piwigo.org/svn/trunk@2455 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-23Swift Theme Creator (minor changes): non functional version yet (4).vdigital1-1/+1
Bug 836: "Extend for templates" minor change. git-svn-id: http://piwigo.org/svn/trunk@2453 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-22Swift Theme Creator (minor changes): non functional version yet (2).vdigital1-26/+15
git-svn-id: http://piwigo.org/svn/trunk@2449 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-22- remove admin :hover css rule (bouncing thumbnails in caddie FF)rvelices1-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
2008-07-16Some temporary CSS corrections for synchronization errors/infos.vdigital2-16/+17
git-svn-id: http://piwigo.org/svn/trunk@2438 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-16Remove warning off extend_for_templates.phprub1-1/+1
Add new in config.sql git-svn-id: http://piwigo.org/svn/trunk@2437 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-14Feature template-extension based on 2006 chrisaga's idea.vdigital4-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
2008-07-12Merge from branch-1_7 (r2432).patdenice1-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
2008-07-09merge -c2427 from branch 1.7 to trunkplegall1-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
2008-07-06Transparent .png for IE6 / Help icon fixed / Tabsheet fixed / and CSS review ↵vdigital23-118/+55
(still on going) git-svn-id: http://piwigo.org/svn/trunk@2426 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-04On Stripy request some tufts of grass background have been changed for test ↵vdigital1-4/+5
purpose (will be removed). git-svn-id: http://piwigo.org/svn/trunk@2420 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-03On Stripy request some tufts of grass background are added (will be removed).vdigital2-1/+6
git-svn-id: http://piwigo.org/svn/trunk@2419 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02Missplaced {/if}vdigital1-4/+1
git-svn-id: http://piwigo.org/svn/trunk@2418 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02When Multi-view plugin and Show SQL queries are active, results of queries ↵vdigital2-2/+7
are yet in readable format git-svn-id: http://piwigo.org/svn/trunk@2417 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02On rvelices advice, {if isset($TABSHEET)} missing: new reflex to acquirevdigital1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@2416 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02Reversed logic for backgroundsvdigital17-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
2008-07-01- remember me cookie security improvement (the time when the cookie was ↵rvelices1-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
2008-06-29admin menuBox - new set : coloured transparent, no glowingstripy4-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2408 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-27admin menuBox : transparent set of 4 imgstripy4-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2405 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-27Wrong height for leaves.vdigital1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2404 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-27New strategy defined with Stripy for leaves and menuvdigital3-11/+2
git-svn-id: http://piwigo.org/svn/trunk@2403 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-27Leaves in footer: on Stripy request.vdigital1-0/+9
git-svn-id: http://piwigo.org/svn/trunk@2402 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-27Grey leaves : new cut of bg imagesstripy2-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2401 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-26Some of Stripy requests on admin theme (not stabilized)vdigital8-50/+34
git-svn-id: http://piwigo.org/svn/trunk@2400 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-26Add 2 small png files for external link listvdigital2-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2399 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-26menuBox : set #2stripy4-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2398 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-24Some admin theme and template changes on Stripy request (No optimisation).vdigital3-35/+30
git-svn-id: http://piwigo.org/svn/trunk@2397 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-23Reworked admin menubarvdigital5-5/+5
git-svn-id: http://piwigo.org/svn/trunk@2395 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-23admin_v2 : spare-parts of the menuBox - new crop (correcting pb of adjustment)stripy4-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2393 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-22Removal some references to previous admin pagesvdigital2-8/+13
New favicon git-svn-id: http://piwigo.org/svn/trunk@2392 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-22Missing Adm header.tplvdigital1-0/+63
git-svn-id: http://piwigo.org/svn/trunk@2391 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-22Admin isolation: Copy of admin templates in admin folder.vdigital88-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
2008-05-18Bug: 816 - Leading and trailing spaces are removed from new tags (observed ↵vdigital1-1/+2
in some bugged metadata). git-svn-id: http://piwigo.org/svn/trunk@2350 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-17Bug 703: Authorization system in Cat management works now with well ordered ↵vdigital1-3/+6
lists (Minor: Admin theme changes) git-svn-id: http://piwigo.org/svn/trunk@2349 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-16Logical merge from 1.7.1 Revison 2193vdigital1-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
2008-05-16Resolved issue 0000826: Required versions (Php & MySql) rub1-2/+33
git-svn-id: http://piwigo.org/svn/trunk@2343 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-15Change some PhpWebGallery to Piwigo. (2/2)rub1-2/+2
All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-14Change some PhpWebGallery to Piwigo.rub4-21/+21
Not all PhpWebGallery has been translated! git-svn-id: http://piwigo.org/svn/trunk@2339 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-06- remove some unnecessary db columns (#history_summary.id, #history.year, ↵rvelices2-80/+86
month, day and hour) git-svn-id: http://piwigo.org/svn/trunk@2333 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-03Start of Stripy look on Admin page (Not stable for all browsers)vdigital1-3/+0
git-svn-id: http://piwigo.org/svn/trunk@2328 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-02Resolved issue 0000823: Enhance upload functionalitiesrub2-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
2008-05-01- move #categories.date_last and nb_images to #user_cache_categoriesrvelices5-182/+80
git-svn-id: http://piwigo.org/svn/trunk@2324 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-20- merged function ordering() with update_global_rank() and also optimized ↵rvelices4-86/+48
the queries git-svn-id: http://piwigo.org/svn/trunk@2306 68402e56-0260-453c-a942-63ccdbb3a9ee