aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Big button is fully working including IE 7 (big button is covered by ↵vdigital2008-09-203-4/+4
| | | | | | transparent.gif button). git-svn-id: http://piwigo.org/svn/trunk@2555 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Add drag&drop to cat_list.patdenice2008-09-205-3/+772
| | | | git-svn-id: http://piwigo.org/svn/trunk@2554 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: instead of sending the images_max_rank of each category inplegall2008-09-192-23/+21
| | | | | | | | | pwg.categories.getList so that you can correctly set the rank in pwg.images.add, the rank is calculated automatically in pwg.images.add so that the image is added at the end of the category. git-svn-id: http://piwigo.org/svn/trunk@2553 68402e56-0260-453c-a942-63ccdbb3a9ee
* Big button is fully working with Firefox.vdigital2008-09-193-12/+18
| | | | | | With IE 7 there is a bug, z-index doesn't work a transparent button is covering text "Quick Local Synchro". git-svn-id: http://piwigo.org/svn/trunk@2552 68402e56-0260-453c-a942-63ccdbb3a9ee
* deletion: function export_pwg_data was inadvertently added with r1817 whileplegall2008-09-197-103/+4
| | | | | | | the development was not finished. git-svn-id: http://piwigo.org/svn/trunk@2551 68402e56-0260-453c-a942-63ccdbb3a9ee
* Index page: Scrolling start above the category when description is too long.vdigital2008-09-197-17/+35
| | | | | | | | Sql Trace in a <div> clear:both. French de-à => du-au git-svn-id: http://piwigo.org/svn/trunk@2550 68402e56-0260-453c-a942-63ccdbb3a9ee
* Extend_for_templates include slideshow.tpl overides.vdigital2008-09-183-11/+19
| | | | | | | menubar.tpl is no longer supported by Extend_for_templates. Titling_categories.tpl was in error (Wrong recent icon var) git-svn-id: http://piwigo.org/svn/trunk@2549 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: webservice methode pwg.categories.getList returns theplegall2008-09-171-4/+34
| | | | | | | | | images_max_rank for each category, based on #image_category.rank content. So that a remote client can correctly add photos with webservice method pwg.images.add. git-svn-id: http://piwigo.org/svn/trunk@2548 68402e56-0260-453c-a942-63ccdbb3a9ee
* titling_categories.tpl is a mainpage_categories.tpl available remplacement.vdigital2008-09-171-0/+45
| | | | | | Warning about it: HTML conformity not respected. git-svn-id: http://piwigo.org/svn/trunk@2547 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: with the new admin "goto" theme, the blue background forplegall2008-09-171-1/+1
| | | | | | | statistics bars is replaced by the orange. git-svn-id: http://piwigo.org/svn/trunk@2546 68402e56-0260-453c-a942-63ccdbb3a9ee
* Tiny end line on tabsheets is removed.vdigital2008-09-177-19/+18
| | | | | | | rapid_local_synchro.png deleted (previous synchro big button) And minor CSS Changes git-svn-id: http://piwigo.org/svn/trunk@2545 68402e56-0260-453c-a942-63ccdbb3a9ee