| Commit message (Expand) | Author | Age | Files | Lines |
* | rating user improvements: faster javascript, by default sorted by last rate d... | rvelices | 2014-07-17 | 2 | -67/+149 |
* | more query2array on admin side | rvelices | 2014-07-17 | 1 | -61/+49 |
* | bug fixed: remove the "using runtime ..." tooltip all over the upload file se... | plegall | 2014-07-09 | 1 | -0/+6 |
* | feature:2807 better fix for svn:28995 | mistic100 | 2014-07-08 | 1 | -1/+1 |
* | feature 2807: fix bugs on comments format_date | rvelices | 2014-07-07 | 1 | -3/+3 |
* | removed unused js from picture_modify.tpl | rvelices | 2014-07-07 | 1 | -1/+0 |
* | bug 3075: Prevent deactivate default theme | mistic100 | 2014-07-07 | 1 | -2/+6 |
* | feature 2807: nicer display of "from to" dates (required changes in "format_d... | mistic100 | 2014-07-07 | 1 | -1/+1 |
* | bug 3008: explicitely say that email address is mandatory for registration (l... | mistic100 | 2014-07-07 | 1 | -1/+1 |
* | improves regexes parsing plugins metadata | mistic100 | 2014-07-06 | 3 | -18/+20 |
* | strict standards | mistic100 | 2014-07-04 | 1 | -1/+2 |
* | selectize/localcache : remove overkill categories sorting (already done in WS... | mistic100 | 2014-07-04 | 1 | -31/+21 |
* | fix sorting by global rank in selectize | mistic100 | 2014-07-04 | 1 | -1/+24 |
* | feature 2809: sort albums by date | plegall | 2014-07-03 | 2 | -7/+117 |
* | bug 3061: manual order becomes automatic order | mistic100 | 2014-07-02 | 1 | -1/+1 |
* | feature 2616: remove useless code (photos_add_direct_process or uploadify rel... | plegall | 2014-07-02 | 9 | -590/+3 |
* | i18n for the new HTML5 upload (use i18n files from plupload) | plegall | 2014-07-02 | 2 | -6/+11 |
* | bug 3013: Clean batch manager global | rvelices | 2014-07-01 | 2 | -168/+129 |
* | batch manager move more js from footer to async ; move some inline to externa... | rvelices | 2014-06-28 | 3 | -112/+117 |
* | fix date picker js dependencies when combine_template_files = false | rvelices | 2014-06-28 | 1 | -3/+7 |
* | moved around 100k of javascript from synchronous loading to async... (a lot m... | rvelices | 2014-06-26 | 5 | -64/+72 |
* | feature 3080: add cancel button, one minute granularity, fix missing css | mistic100 | 2014-06-22 | 5 | -21/+59 |
* | feature 3095: add "comments_enable_website" param + GUI | mistic100 | 2014-06-22 | 2 | -0/+8 |
* | since number of accepted args not required for add_event_handler, simplify calls | rvelices | 2014-06-18 | 3 | -35/+35 |
* | add dark selectize theme + "ternary" template modifier | mistic100 | 2014-06-14 | 8 | -8/+16 |
* | no more use of jquery ui for admin menu accordion | mistic100 | 2014-06-14 | 3 | -63/+81 |
* | too much redirects | mistic100 | 2014-06-14 | 1 | -33/+45 |
* | on batch manager global move "invalidate_user_cache" AFTER database updates (... | mistic100 | 2014-06-14 | 1 | -5/+5 |
* | hide helpSynchro if sync is disabled (made with CSS instead of javascript) | plegall | 2014-06-13 | 1 | -0/+6 |
* | feature 3088: set AdminTools as default plugin, set admin_multi_view as obsolete | mistic100 | 2014-06-13 | 3 | -3/+3 |
* | clean HTML code of header and footer | mistic100 | 2014-06-13 | 2 | -76/+56 |
* | remove admin IE 6/7/8 fixes | mistic100 | 2014-06-13 | 5 | -62/+1 |
* | bug 3089: prevent SQL injection on photo edition | plegall | 2014-06-12 | 1 | -0/+2 |
* | feature 3076: Enhance plugin update system | mistic100 | 2014-06-09 | 2 | -32/+23 |
* | syntax error | plegall | 2014-06-03 | 1 | -1/+1 |
* | redefine selectize templates without escaping + translate "Add" | mistic100 | 2014-06-02 | 4 | -7/+34 |
* | feature 3010 : replace trigger_action/event by trigger_notify/change | mistic100 | 2014-06-02 | 21 | -48/+48 |
* | time picker more forgiving with parsing errors (accept dates only without time) | rvelices | 2014-05-31 | 1 | -1/+1 |
* | related to bug 3086 : test for curl_init and curl_exec in fetchRemote | mistic100 | 2014-05-30 | 1 | -1/+2 |
* | i broke colorbox on batch manager unit + use css animations | mistic100 | 2014-05-29 | 2 | -7/+7 |
* | simplify batch manager overly complicated and expensive sql call | rvelices | 2014-05-29 | 1 | -8/+4 |
* | feature 3077 : fix addAlbum process when creating the first ever album, impro... | mistic100 | 2014-05-28 | 8 | -63/+84 |
* | feature 2616: better behavior at the end of upload (more like with uploadify,... | plegall | 2014-05-28 | 1 | -42/+45 |
* | feature 2616, customizations for plupload | plegall | 2014-05-28 | 3 | -78/+24 |
* | feature 3077 : factorize code for cache/selectize | mistic100 | 2014-05-27 | 5 | -334/+360 |
* | feature 2616: HTML5 upload (with plupload 2.1.2). First basic implementation.... | plegall | 2014-05-27 | 2 | -174/+88 |
* | feature 3077 : factorize code for categories cache (TODO for other collection... | mistic100 | 2014-05-26 | 7 | -179/+185 |
* | feature 3077 : always sort categories by global rank | mistic100 | 2014-05-26 | 6 | -22/+12 |
* | bug fixed: on upload form, display existing albums | plegall | 2014-05-26 | 1 | -1/+5 |
* | feature 3077 : use selectize on batch_manager_global, cat_modify and photos_a... | mistic100 | 2014-05-24 | 11 | -162/+345 |