aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - admin remove references to unexisting css (print.css and ↵rvelices2008-09-276-18/+5
| | | | | | | | | fix-thumbnailsie56...) - fix .errors and .infos rules background-image url pointing to non existent image - remove unused plugin_xxxx.gif from public theme git-svn-id: http://piwigo.org/svn/trunk@2607 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change growfield directory.rub2008-09-275-3/+6
| | | | | | | Use of packed file. Add growfield option (animate false) git-svn-id: http://piwigo.org/svn/trunk@2606 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix issue on AMM plugin when there are no public available.rub2008-09-261-3/+2
| | | | | | | It's necessary to remove status public for a selection of available pictures (public or private) git-svn-id: http://piwigo.org/svn/trunk@2605 68402e56-0260-453c-a942-63ccdbb3a9ee
* Restored in double_select.tpl: doubleSelect are jQuery resizable (based on a ↵vdigital2008-09-262-11/+20
| | | | | | rub idea). git-svn-id: http://piwigo.org/svn/trunk@2604 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery use.rub2008-09-264-22/+336
| | | | | | | | | All admin categoryList are resizable. All admin teataera are autogrow. On call for all resize application. git-svn-id: http://piwigo.org/svn/trunk@2603 68402e56-0260-453c-a942-63ccdbb3a9ee
* Duplicate known_script vdigital2008-09-262-5/+0
| | | | | | and remove of a coral border... git-svn-id: http://piwigo.org/svn/trunk@2602 68402e56-0260-453c-a942-63ccdbb3a9ee
* known_script id was false on my last commit!rub2008-09-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2601 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 532 is solved: doubleSelect are jQuery resizable (based on a rub idea).vdigital2008-09-263-2/+27
| | | | git-svn-id: http://piwigo.org/svn/trunk@2600 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery use.rub2008-09-261-1/+1
| | | | | | All admin categoryList are resizable. git-svn-id: http://piwigo.org/svn/trunk@2599 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery use.rub2008-09-262-3/+23
| | | | | | All admin textarea are resizable. git-svn-id: http://piwigo.org/svn/trunk@2598 68402e56-0260-453c-a942-63ccdbb3a9ee
* Rollback on double_select horizontal scroll.vdigital2008-09-262-33/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@2596 68402e56-0260-453c-a942-63ccdbb3a9ee
* - the author in RSS feed can be configured in config_default.inc.phprvelices2008-09-262-2/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@2595 68402e56-0260-453c-a942-63ccdbb3a9ee
* - put the privacy level change select last in the table, added title ↵rvelices2008-09-261-40/+41
| | | | | | attribute for the rating stars git-svn-id: http://piwigo.org/svn/trunk@2594 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removed 3 unused rules from thumbnails.cssrvelices2008-09-264-36/+21
| | | | | | - changed default font-family to Arial,Helvetica,sans-serif because it is widely used, available on most platforms with a very good utf-8 coverage while Univers, Helvetica, Optima, "Bitstream Vera Sans" were not even all sans serif git-svn-id: http://piwigo.org/svn/trunk@2593 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 868 added: pwg.images.add checks if the same file has not alreadplegall2008-09-253-0/+60
| | | | | | | been uploaded. git-svn-id: http://piwigo.org/svn/trunk@2592 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Change tooltip width to 300px in new plugins listpatdenice2008-09-254-101/+2
| | | | | | - Remove Extended Description from trunk... it will be available in PEM. git-svn-id: http://piwigo.org/svn/trunk@2591 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 532... doubleSelect wasn't usable with large category names. (This ↵vdigital2008-09-252-47/+33
| | | | | | solution is really bad with IE7). See Bug for more and related topic. git-svn-id: http://piwigo.org/svn/trunk@2590 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change cluetip colors to roma theme color-set.vdigital2008-09-251-0/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@2589 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Move get_extents function to include/functions.inc.php.patdenice2008-09-2546-350/+692
| | | | | | | | | - Change all plugins version to 2.0. - LocalFiles Editor can now edit and create template extension. - Editarea (for LocalFiles Editor) go to version 0.7.2.2 (chrome compatible) - Editarea activation is now saved in database with AJAX. git-svn-id: http://piwigo.org/svn/trunk@2588 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Add all jQuery UI files (for future use) in stable version (1.5.2).patdenice2008-09-2527-76/+5692
| | | | | | | - Use jQuery cluetip plugin for new plugins page. - Remove old CSS tooltip rules. git-svn-id: http://piwigo.org/svn/trunk@2587 68402e56-0260-453c-a942-63ccdbb3a9ee
* - sql optim: do not include category_cats (which makes a query) if current ↵rvelices2008-09-252-31/+36
| | | | | | | | category does not have children (info known when building menubar) - in index.php - fill the template completely before including menubar/category_cats/thumbnails (some themes might want to use in the menubar some vars ...) git-svn-id: http://piwigo.org/svn/trunk@2586 68402e56-0260-453c-a942-63ccdbb3a9ee
* - some checks for admins that are advisers (no write access)rvelices2008-09-254-16/+16
| | | | | | | - send the charset in http header for web services - tag name becomes an xml attribute instead of content for tags.getList and related tags in images.getInfo (more logical and coherent with tags.getAdminList) git-svn-id: http://piwigo.org/svn/trunk@2585 68402e56-0260-453c-a942-63ccdbb3a9ee
* new: WebService method pwg.tags.getAdminList was added. The difference withplegall2008-09-243-0/+54
| | | | | | | | pwg.tags.getList is that this new method doesn't take permissions into account, and so is available only for administrator connected users. git-svn-id: http://piwigo.org/svn/trunk@2584 68402e56-0260-453c-a942-63ccdbb3a9ee
* new: WebService method pwg.categories.add so that pLoader can create aplegall2008-09-243-0/+48
| | | | | | | virtual category. git-svn-id: http://piwigo.org/svn/trunk@2583 68402e56-0260-453c-a942-63ccdbb3a9ee
* ranks.png close to the #ff3363 ? (I am not able to do better).vdigital2008-09-241-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2582 68402e56-0260-453c-a942-63ccdbb3a9ee
* .virtual_cat removed from public sidevdigital2008-09-244-11/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2581 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove not used upload.class.phprub2008-09-241-41/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2580 68402e56-0260-453c-a942-63ccdbb3a9ee
* - feature admin element set: recently posted images (nice if you forget add ↵rvelices2008-09-244-22/+34
| | | | | | to caddie during synchro phase) git-svn-id: http://piwigo.org/svn/trunk@2579 68402e56-0260-453c-a942-63ccdbb3a9ee
* - user_list submit form without selected user shows javascript alert (now ↵rvelices2008-09-242-1/+17
| | | | | | | | working; previously had bad XPath selector) - put #debug css rule in Sylvia/theme.css (I removed it in my prev commit from default-layout) git-svn-id: http://piwigo.org/svn/trunk@2578 68402e56-0260-453c-a942-63ccdbb3a9ee
* Part of bug 532... doubleSelect wasn't usable with large category names.vdigital2008-09-231-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2577 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 867 fixed: if the caddie is under management in admin/element_set,plegall2008-09-231-5/+9
| | | | | | | dissociating any image from a category doesn't hide from the caddie. git-svn-id: http://piwigo.org/svn/trunk@2576 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: now that WebService method pwg.images.add create image recordsplegall2008-09-234-13/+36
| | | | | | | | with no storage_category_id, we allow this field to be null in the administration code. git-svn-id: http://piwigo.org/svn/trunk@2575 68402e56-0260-453c-a942-63ccdbb3a9ee
* Plugins menu revised to have a link to plugin list at upper level.vdigital2008-09-233-16/+8
| | | | | | And scroll in case of... git-svn-id: http://piwigo.org/svn/trunk@2574 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change cursor when moving on categoriespatdenice2008-09-231-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2573 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removed #debug css rule (why would we need that in default-layout?)rvelices2008-09-236-18/+9
| | | | | | | | - order by rank is not available in calendar/chronology mode - small non-functional change in functions_search.inc.php (handy for plugin) - unused variables/smaller code/unused params in func call git-svn-id: http://piwigo.org/svn/trunk@2572 68402e56-0260-453c-a942-63ccdbb3a9ee
* New ranks icon (Which is a manual ordering).vdigital2008-09-226-12/+12
| | | | | | | | | | | remove tags moved to yoga. Half round buttons and fieldset are removed on Stripy request... Permalink order has been reviewed. Bigbutton:hover mistake is repaired. Some compatibility in public interface. git-svn-id: http://piwigo.org/svn/trunk@2570 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: WebService method pwg.images.add can set fill #images tableplegall2008-09-223-31/+126
| | | | | | | | | columns. rank is directly related to a category and several categories can be linked at once. Basic technical metadata {filesize, width, height} are automaticaly filled. git-svn-id: http://piwigo.org/svn/trunk@2569 68402e56-0260-453c-a942-63ccdbb3a9ee
* Icon file for cat_list I forgot in last commit...patdenice2008-09-221-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2568 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add "draggable" icon for cat_list.patdenice2008-09-226-1/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@2567 68402e56-0260-453c-a942-63ccdbb3a9ee
* error of formatddtddt2008-09-221-37/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@2566 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updated language Spanishddtddt2008-09-223-83/+92
| | | | git-svn-id: http://piwigo.org/svn/trunk@2565 68402e56-0260-453c-a942-63ccdbb3a9ee
* All admin changes requested by Stripy...vdigital2008-09-216-22/+31
| | | | git-svn-id: http://piwigo.org/svn/trunk@2564 68402e56-0260-453c-a942-63ccdbb3a9ee
* new: webservice method pwg.categories.getAdminList was added so that pLoaderplegall2008-09-212-0/+63
| | | | | | | | can see the list of categories as you can see in the administration interface : not filtered by individual permissions. git-svn-id: http://piwigo.org/svn/trunk@2563 68402e56-0260-453c-a942-63ccdbb3a9ee
* phpinfo() in a new window.vdigital2008-09-211-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2562 68402e56-0260-453c-a942-63ccdbb3a9ee
* Synchro page title for 1024x768 resolutions.vdigital2008-09-212-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@2561 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix function get_fulldirs - works correctly eent for wrong params (virtual ↵rvelices2008-09-212-18/+8
| | | | | | | | cats) - fix functions_metadata.php - could not be included from inside another function git-svn-id: http://piwigo.org/svn/trunk@2560 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 865: Unable to manage users (I thought I tested this jquery ↵rvelices2008-09-211-14/+0
| | | | | | functionality; apparently not so out it goes) git-svn-id: http://piwigo.org/svn/trunk@2559 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix undefined smarty foreach loop namervelices2008-09-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2558 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix undefined template variable F_ACTIONrvelices2008-09-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2557 68402e56-0260-453c-a942-63ccdbb3a9ee
* Sylvia: Border lines broken on Tags block on gallery sidevdigital2008-09-212-3/+4
| | | | | | | Roma: Quick Local Synchro link is limited to the button (Leaves are still highlighted on over but without link). git-svn-id: http://piwigo.org/svn/trunk@2556 68402e56-0260-453c-a942-63ccdbb3a9ee