Dotclear

source: admin/media.php @ 3397:7ce03cdf599c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3369:363b4b1ded64   9 years carnet.franck.paul Add overlay (using magnific-popup jQuery plugin) preview of images in …
(edit) @3340:30cec05f4e63   9 years carnet.franck.paul PHP 5.3+ : (expr1 ? expr1 : expr2) may be written → (expr1 ?: expr2)
(edit) @3325:88e8db35f56d   9 years carnet.franck.paul Keep media sort choice in cookie
(edit) @3295:40d0207e520d   9 years carnet.franck.paul Fix reflected XSS vulnerabilities in media manager, thanks Chen Ruiqi for …
(edit) @3268:282b26727770   9 years carnet.franck.paul Prevents downloading zipped folder outside media root folder, thanks …
(edit) @3245:7d3b802b2f51   9 years carnet.franck.paul User can now add one or more media folders to its favorites (displayed at …
(edit) @3212:b3683f2f5050   9 years carnet.franck.paul Some hidden fields missing
(edit) @3205:bf36a3faff33   9 years carnet.franck.paul Do not preload audio in media manager pages
(edit) @3202:f3fa66f319ae   9 years carnet.franck.paul Ensure recent media folders are stored in array type
(edit) @3187:eac103fa1f33   9 years carnet.franck.paul Also keep media search parameter in upload form, addresses #2163
(edit) @3185:77583970ed01   9 years gvx Fix ticket #2163
(edit) @3167:9b0e5988c0eb   9 years carnet.franck.paul Cope with sort of "un-attached" media → allows new features as "featured …
(edit) @3165:94c223fc5f0b   9 years carnet.franck.paul Fix somes URLs in media (thanks nakasix for report), PHP 7 compliance for …
(edit) @3161:468195e4ad8b   9 years carnet.franck.paul Use new pref type 'array' for some prefs, addresses #1833
(edit) @3153:942a906c0986   10 years carnet.franck.paul Media selection mode (single or multiple), first step
(edit) @3152:9cddc75bb57f   10 years carnet.franck.paul Reset search from recent media folder URLs, closes #2152
(edit) @3141:edb7db547033   10 years gvx Fix init file_mode in media manager
(edit) @3140:d8412870758a   10 years carnet.franck.paul Minor adjustments on media manager
(edit) @3138:fdc62ca291e0   10 years carnet.franck.paul Make Flash player fallback insertion optional, not anymore needed with …
(edit) @3136:0f2e1b90399b   10 years carnet.franck.paul Add recent folders direct access mechanism for the media manager (setting …
(edit) @3101:f4808e0ec70d   10 years carnet.franck.paul Switch with a button click is easier than select in combo and click on the …
(edit) @3100:5632642ba008   10 years carnet.franck.paul Add a list display mode to the media manager
(edit) @3099:82ce3d85c6be   10 years carnet.franck.paul Add a search engine on media management page, closes #2138
(edit) @3094:b8ba079a19f4   10 years carnet.franck.paul Shortcut access to the upload file div on media page (if available)
(edit) @3034:cb83195ec930   10 years carnet.franck.paul Add date and blog-id in exported zip filename of media folder, fixes #1664
(edit) @2889:7ffa843d5cbc   11 years carnet.franck.paul Get post_id from $_REQUEST instead of $_GET as some behaviour calls may …
(edit) @2885:fce4b85d171a   11 years carnet.franck.paul Keep sanitized URL for media link
(edit) @2884:3abd145b6937   11 years carnet.franck.paul Fix popup mode on media operation (rename, upload new, delete, …), next …
(edit) @2873:87714a6289b7   11 years carnet.franck.paul Not necessary to rawurlencode() the current folder as adminurl->get (or …
(edit) @2858:6f06ad9c208a   11 years carnet.franck.paul Less dirty hack for URLs used as format with (s)printf() functions.
(edit) @2852:86651202b279   11 years Dsls Tuned redirections and admin urls management, should work with media & …
(edit) @2767:7fd79e763135   11 years carnet.franck.paul HTML5 audio and video basic support (further improvements should coming …
(edit) @2764:27e5dbc88610   11 years nikrou77 plugin_id param was lost during navigation through media manager …
(edit) @2751:a96ec5640056   11 years nikrou77 Each editor (ckeditor, legacy ones) loads its own context when it is …
(edit) @2720:bc400ebfc2e9   11 years Dsls One step further towards php hardcoded links annihilation in admin …
(edit) @2678:ef52d81a5941   11 years nikrou77 Close #1904. Make it works for very old php versions !! :-)
(edit) @2664:c47621d6be97   11 years nikrou77 Fix incorrect link returned by adminMediaURL behavior. Closes #1904
(edit) @2649:33f6bc8c9a46   11 years carnet.franck.paul Setting variable before testing it might be better, should fixes #1905
(edit) @2629:0921b5b4efc8   12 years Dsls Temp workaround in media.php, see #1904
(edit) @2614:db6f6a1f4f25   12 years nikrou77 Move legacy editor to a plugin. First step for alternate editors. …
(edit) @2582:15264b0a9cc9   12 years carnet.franck.paul Hide hidden media dirs unless Dotclear_SHOW_HIDDEN_DIRS is set to true …
(edit) @2529:458ab23d308f   12 years carnet.franck.paul Media manager notices should be displayed inside its popups (media and …
(edit) @2512:446ce952707d   12 years Dsls Fixed messages when deleting a directory. Closes #1839
(edit) @2430:bea7956c9878   12 years kozlika media queries, adaptations pour éviter les débordements de blocs.
(edit) @2320:89c91e538879   12 years nikrou77 Fix invalid html for media page (in attachment context) because of nested …
(edit) @2263:9afa97b913a2   12 years kozlika Médiathèque : actions de suppression groupées avec leur sélection …
(edit) @2256:d3c3fa1723ab   12 years Dsls updated most of notices to new format, should fix #1710 (maintenance and …
(edit) @2228:dd5837a5d8f3   12 years kozlika Retour du %s pour afficher/masquer les helpers selon les circonstances.
(edit) @2224:f61a647ff266   12 years kozlika Médiathèque. La zone des actions de suppression doit être améliorée …
(edit) @2206:a61daf0234a8   12 years carnet.franck.paul Wording, closes #1741
(edit) @2204:4cf133115ed5   12 years nikrou77 popup media manager don't need multiple selection and button to delete as …
(edit) @2202:beec29418927   12 years nikrou77 Allow to remove severals medias in one action. Addresses #399 Don't manage …
(edit) @2167:e81d864a3838   12 years Dsls breadcrumb - shortened options names
(edit) @2166:6f409aa25386   12 years Dsls revamped dcPage::breadcrumb, closes #1559
(edit) @2152:e0cb51d6543f   12 years kozlika Nouvelle image pour le date-picker Améliorations CSS (vérifiez notamment …
(edit) @2099:7af2e5aa15c2   12 years carnet.franck.paul Extension should not be search on folder item.
(edit) @2097:8e541e329ae8   12 years carnet.franck.paul Try to cope with very long media filenames and titles
(edit) @2090:a92bbd6e9db8   12 years carnet.franck.paul User may set number of medias displayed per page on media-manager pages, …
(edit) @2021:9175c1e5b036   12 years carnet.franck.paul User may set number of medias displayed per page, fixes #1699
(edit) @2006:d05c4983c3c7   12 years kozlika Réparation des popups qui étaient tout moches.
(edit) @1982:5a9044b70650   12 years nikrou77 Add empty container for jsUpload in case there's no folder and no media.
(edit) @1979:a5c31f68dc24   12 years kozlika Améliorations sur Paramètres du blog (et subséquemment sur …
(edit) @1952:1aa675979ce3   12 years carnet.franck.paul Fix enhanced uploader as pager changes his layout.
(edit) @1926:9e3008aad0ff   12 years Dsls New dcPager for everyone, now works also with plugins. closes #1607
(edit) @1912:da03d9a9ac82   12 years Dsls Strenghened page number parsing.
(edit) @1855:bc2210b5505c   12 years kozlika Media.php : sémantique html, deux liens adjacents allant au même …
(edit) @1854:f91147e1ee63   12 years kozlika Media.php. Report du nom de class du bouton d'upload dans les css et les …
(edit) @1852:c0c05a0c54a3   12 years kozlika Media.php. Amélioration de l'upload multiple, ajout d'une image pour …
(edit) @1849:71ee4424e487   12 years carnet.franck.paul Add class for media folders
(edit) @1760:70e6ba18a169   12 years kozlika Editeur: hauteur minimale pour l'extrait ; pas de hauteur fixe pour la …
(edit) @1725:7dbc17ee70df   12 years carnet.franck.paul Agencement des formulaires d'action de la médiathèque Ajout d'une …
(edit) @1681:15a314956718   12 years kozlika Media manager: actions are displaying as inline-blocks, almost as medias …
(edit) @1678:a2750cc943b3   12 years kozlika Media manager rebooking. First step. Change some icons, show as gallery.
(edit) @1636:ad22a8dc2100   12 years kozlika Message "No [somewhat] yet/so far/[nothing]" harmonization. CSS: very …
(edit) @1605:14d1360a6f7b   12 years kozlika Typos. Thanks to Brol.
(edit) @1553:e42635c9dc4a   12 years kozlika Replace class="message" by class="success" where it is needed.
(edit) @1526:b17db2367958   12 years kozlika Admin stays sexy without javascript.
(edit) @1519:0aabee64df46   12 years kozlika Typo in antispam page. CSS in media uploader.
(edit) @1499:fc4bc1ece727   12 years kozlika Let fieldsets be fieldsets (work in progress): blogpref, category, …
(edit) @1455:a20ad8fa0be2   12 years carnet.franck.paul post vs POST, hello validator
(edit) @1452:86bb68171d5b   12 years kozlika Html and css patches on media.php
(edit) @1450:ce68ee4d8668   12 years nikrou77 Fix issue #1555 : improve html in a more semantic way for media.php page
(edit) @1416:95da0e7b56bc   12 years kozlika Apply pagination style all around.
(edit) @1399:cdf556efc5ea   12 years kozlika Semantic xhtml and a11y. Let labels to be labels. Step One: admin. Plugins …
(edit) @1358:f117338392dc   12 years carnet.franck.paul Messages are now displayed below the breadcrumb, fixes #1528
(edit) @1334:bbbe0735f18b   12 years carnet.franck.paul New dcPage::breadcrumb function, better way to use it, to be continued by …
(edit) @1332:a32f83be8392   12 years carnet.franck.paul New dcPage::breadcrumb function, applied to some other admin's pages, …
(edit) @1325:fac01f6f20b0   12 years nikrou77 Fix issue 1486 : add number of files that will be uploaded.
(edit) @1280:d9627cb1cb02   12 years Dsls Backed out merge changeset: 48c827f9db99 Backed out merge revision to its …
(edit) @1234:9b21618db095   12 years carnet.franck.paul fieldset should be in form (a11y), fixes #1419
(edit) @1230:49af00247a21   12 years carnet.franck.paul Add alt text on thumbnails in media manager lists, fixes #1421
(edit) @1192:575e11708ff6   12 years carnet.franck.paul Minor html fix, thanks kozlika
(edit) @1183:304c3a9cc720   12 years carnet.franck.paul Less ambiguous labels
(edit) @1179:a43a29427ef3   12 years carnet.franck.paul Update copyright notice
(edit) @1176:a5710cf010b2   12 years carnet.franck.paul Minor fix
(edit) @1172:c94e160ed5a2   12 years carnet.franck.paul Minor adjustments for media uploader
(edit) @1164:3c875b7b697a   12 years nikrou77 Small fix for buttons on enhanced upload.
(edit) @1163:5bef318c71f5   12 years nikrou77 Fix issue for upload multiple in firefox Add fake button for multiple …
(edit) @1162:007521a4f761   12 years nikrou77 Add button "Clean" to empty list of uploaded files Update enhanced …
(edit) @1161:b7478c78ea8a   12 years carnet.franck.paul Look'n'feel of code is a little bit better now
Note: See TracRevisionLog for help on using the revision log.

Sites map