aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Admin template wigo/ start of transfers of tpl files (related php)vdigital2008-09-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2529 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin template wigo/ start of transfers of tpl filesvdigital2008-09-141-0/+47
| | | | git-svn-id: http://piwigo.org/svn/trunk@2528 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin template wigo/romavdigital2008-09-1471-0/+4350
| | | | git-svn-id: http://piwigo.org/svn/trunk@2526 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: l10n added for image ranks (feature 169) and for tags grouped byplegall2008-09-121-1/+1
| | | | | | | letter (feature 828). git-svn-id: http://piwigo.org/svn/trunk@2522 68402e56-0260-453c-a942-63ccdbb3a9ee
* - images.file categories.permalink old_permalinks.permalink - become binaryrvelices2008-09-124-23/+17
| | | | | | | | | | | | | | - session security improvement: now the sessions are valid only for originating ip addr (with mask 255.255.0.0 to allow users behind load balancing proxies) -> stealing the session cookie is almost a non issue (with the exception of the 65536 machines in range) - metadata sync from the sync button does not overwrite valid data with empty metadata - other small fixes/enhancements: - added event get_category_image_orders - fix display issue with redirect.tpl (h1/h2 within h1) - fix known_script smarty function registration - query search form not submitted if q is empty - better admin css rules - some other minor changes (ws_core, rest_handler, functions_search...) git-svn-id: http://piwigo.org/svn/trunk@2521 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 169 added: ability to manually sort images inside a category. Aplegall2008-09-114-2/+224
| | | | | | | | | dedicated screen let the administrator sort the images (pur HTML, no JavaScript yet). The "rank" sort order is available only for a category without flat mode. New database column image_category.rank. git-svn-id: http://piwigo.org/svn/trunk@2517 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove ws access table/partners functionalityrvelices2008-09-115-556/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2516 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix undefined template vars U_LOST_PASSWORD (menubar), F_ACTION ↵rvelices2008-09-102-2/+2
| | | | | | | | (extend_for_templates) and F_C13Y_ACTION (check_integrity) - normalized some template variable names between category thumbnails and thumbnails (take advantage of full template change with smarty and do it now) git-svn-id: http://piwigo.org/svn/trunk@2515 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix typing error in index.tplrvelices2008-09-093-17/+18
| | | | | | | - added template smarty function known_script (e.g.{known_script id="x" src"y.js"}) - useful to avoid double inclusion of a script such as prototype,jquery,... when a template and plugin need it independently (see the use in admin.tpl for example) - removed unused themeconf.template_dir git-svn-id: http://piwigo.org/svn/trunk@2513 68402e56-0260-453c-a942-63ccdbb3a9ee
* Sylvia theme: .content reviewed including hover/active backgrounds.vdigital2008-09-081-0/+12
| | | | | | Some additional jQuery fade in/out functions git-svn-id: http://piwigo.org/svn/trunk@2510 68402e56-0260-453c-a942-63ccdbb3a9ee
* Theme Sylvia (related to Sylvius).vdigital2008-09-061-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2506 68402e56-0260-453c-a942-63ccdbb3a9ee
* Checkboxes reverted on rvelices request.vdigital2008-09-055-31/+57
| | | | | | And several minor corrections git-svn-id: http://piwigo.org/svn/trunk@2503 68402e56-0260-453c-a942-63ccdbb3a9ee
* - better management of fatal errors (instead of die or trigger_error rather ↵rvelices2008-09-051-1/+1
| | | | | | use fatal_error ...) git-svn-id: http://piwigo.org/svn/trunk@2502 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 852: Users display vdigital2008-09-043-21/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@2498 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove hello_world plugin (not working anymore)rvelices2008-09-041-0/+15
| | | | | | | | | - web service method images.add works only for admins now - fix template-common js web service calls did not have the parameters url encoded - improve admin user_list - submitting the form with no user selected triggers a javascript alert (had fun with jquery selectors) git-svn-id: http://piwigo.org/svn/trunk@2496 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 847: Instruction page / CSS Text-align: centered ordered lists vdigital2008-09-033-4/+11
| | | | | | | | Bug 846: Bad link to documentation Some CSS Hacks in Admin theme git-svn-id: http://piwigo.org/svn/trunk@2495 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Configuration reversed to simplify CSSvdigital2008-08-313-60/+28
| | | | | | | - theme.css a test to solve menubar issue - STC: php version control git-svn-id: http://piwigo.org/svn/trunk@2492 68402e56-0260-453c-a942-63ccdbb3a9ee
* synchro improvements:rvelices2008-08-293-224/+188
| | | | | | | | - able to sync metadata at the same time as the files/dirs - by default empty metadata does not overwrite database infos (checkbox can switch to previous behaviour) (bug 132) - the form is shown again even after a successfull non simulated run git-svn-id: http://piwigo.org/svn/trunk@2491 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix an issue on category modify (lock/unlock display was reversed) and ↵rvelices2008-08-282-40/+42
| | | | | | improved queries on submit git-svn-id: http://piwigo.org/svn/trunk@2490 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removed and moved (from common to admin) some CSS rulesrvelices2008-08-282-11/+38
| | | | | | - upgraded jQuery and accordion to latest version (and reorganised a bit their location) git-svn-id: http://piwigo.org/svn/trunk@2489 68402e56-0260-453c-a942-63ccdbb3a9ee
* - based on test_menu by grum (thanks to you) - integration of dynamic menu ↵rvelices2008-08-285-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
* git-svn-id: http://piwigo.org/svn/trunk@2485 ↵rvelices2008-08-231-11/+7
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* - language - removed 2 unnecessary keys from admin.langrvelices2008-08-221-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
* - 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