Dotclear

source: admin/js @ 3908:5faa2f3124a3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3908:5faa2f3124a3   7 years carnet.franck.paul Better this way and it works on every modern browsers (I hope) \o/
(edit) @3906:67f6a46a8802   7 years carnet.franck.paul Drag'n'drop of dashboard areas is no more activated by default after 5 …
(edit) @3905:6a2ca1222f20   7 years carnet.franck.paul Try to prevent accidental sort on dashboard module
(edit) @3904:c8bbba14c97a   7 years carnet.franck.paul Fix jQuery UI touch-punch plugin in order to give access to input/textarea …
(edit) @3901:ae61a16b9434   7 years carnet.franck.paul Disable module ordering on dashboard if user preference (no drag'n'drop) …
(edit) @3897:61304e9616a6   7 years carnet.franck.paul Set correct lang attribute (useful for browser/editor spelling) for …
(edit) @3884:0cea47e6b892   7 years carnet.franck.paul Use let and const rather than var (ES2015/ES6)
(edit) @3882:254f3929b2c4   7 years carnet.franck.paul Actually the minifier did not like the template strings, so one step back …
(edit) @3881:7817be8a94ca   7 years carnet.franck.paul The JS minifier dot not like \ breaking line, need to investigate further
(edit) @3880:e6d1f6d9d7df   7 years carnet.franck.paul Use let and const rather than var (ES2015/ES6), use template string where …
(edit) @3878:fd5264175804   7 years carnet.franck.paul Harmonize scripts used to display entries/comments/trackbacks content in …
(edit) @3870:132b4be257c5   7 years carnet.franck.paul Add some badge options (square, noborder, small) and minor CSS …
(edit) @3869:97af47e1ee7d   7 years carnet.franck.paul Add badge capabilities (used mainly by dashboard modules)
(edit) @3858:ebcc8a63a4e1   7 years carnet.franck.paul Merge 2.14.2 branch
(edit) @3851:21fc9983c334   7 years carnet.franck.paul Allow folding of blog (standard) parameters (+es6)
(edit) @3843:f6a2d62807c6   7 years carnet.franck.paul button(type="button") is better than input(type="submit") for show/hide, …
(edit) @3842:d2616cbea480   7 years carnet.franck.paul button(type="button") is better than input(type="submit") for show/hide, …
(edit) @3841:fc88a5957ef1   7 years carnet.franck.paul Do not fire a click on a disabled button
(edit) @3840:148b714d8469   7 years carnet.franck.paul Unreachable instruction after return : fixed
(edit) @3839:783854ebd4ce   7 years carnet.franck.paul Some refinements for sortable area on dashboard, and some code refactoring
(edit) @3833:ea88f004549f   7 years carnet.franck.paul Mainly every areas on the dashboard are now sortable
(edit) @3820:31cd92d76668   7 years carnet.franck.paul Better name for outgoing links function - addresses #2281
(edit) @3819:148005ada8b3   7 years carnet.franck.paul Outgoing links (in a new window): cope with asynchronous content which may …
(edit) @3815:267811f4aafb   7 years carnet.franck.paul Avoid uninstanciable options for the expandContent utility
(edit) @3805:c3a935c7feb2   7 years carnet.franck.paul aria-hidden property missing, thanks Luce !
(edit) @3781:a86e029cb95d   7 years carnet.franck.paul Animate some counters on dashboard icons (nb of comments, spam comments …
(edit) @3771:ee48b80e8d04   7 years carnet.franck.paul Use svg image rather than png for outgoing links
(edit) @3768:42e99b4be675   7 years carnet.franck.paul Switch from img to input for expanding/hiding various contents (posts, …
(edit) @3762:e5c18a9ead6a   7 years carnet.franck.paul scope="row" obsolete in HTML5 for td, switch to th for module name …
(edit) @3758:6338fb89e8df   7 years carnet.franck.paul Update Codemirror to 5.38.0
(edit) @3725:b47f38c701ee   7 years carnet.franck.paul Use specialized input fields (color, email, url, number, …) where is …
(edit) @3706:170617361020   7 years carnet.franck.paul use strict and no more linter warnings/errors as far as possible
(edit) @3702:7f0243dc7876   7 years carnet.franck.paul Code formatting
(edit) @3701:16d6d099e144   7 years carnet.franck.paul Admin popups: dealing with Enter key fired, and focus on first input when …
(edit) @3700:6a3097e81a2f   7 years carnet.franck.paul Admin popups: dealing with Escape key fired → do nothing and close popup.
(edit) @3690:b48aaf7c80a4   8 years carnet.franck.paul Focus (and visually show) the subhash if possible
(edit) @3689:f0f98c0c6124   8 years carnet.franck.paul Better way (but not the best) to evaluate password strength
(edit) @3685:3f1bacac1ac3   8 years carnet.franck.paul Switch from jQuery background fade plugin to CSS3 animation (plugin …
(edit) @3684:1c48f7836e8a   8 years carnet.franck.paul Update jQuery migrate plugin from 1.3.0 to 1.4.1 Update jQuery UI (custom) …
(edit) @3648:be35cfa83b8f   8 years carnet.franck.paul Cope with ellips'ed cells. Thanks Thomas Zilliox for inspiration …
(edit) @3637:11396143671b   8 years carnet.franck.paul Ajax activity indicator option, just for fun ;-)
(edit) @3617:bb465743f804   8 years carnet.franck.paul Update CodeMirror? from 5.25.1 to 5.32.1
(edit) @3615:b9ac15edad1c   8 years carnet.franck.paul Reduce close region of message box as it prevents to copy the content, …
(edit) @3614:1872eef9be30   8 years carnet.franck.paul Dotclear news are now displayed in async way by js (via services.php)
(edit) @3613:c49075201a42   8 years carnet.franck.paul Dotclear core update check is now done by async js (via services.php) - a …
(edit) @3544:011c315781e3   8 years carnet.franck.paul Better way to cope with close button for messages
(edit) @3542:c4e56e611382   8 years carnet.franck.paul Update Codemirror lib from 5.24.3 to 5.25.1
(edit) @3532:3c9cac9dbe38   8 years carnet.franck.paul Update CodeMirror? lib from 5.15.3 to 5.24.3
(edit) @3529:4bcf17e238bf   8 years carnet.franck.paul Don’t forget editor context
(edit) @3528:6c3b56091267   8 years carnet.franck.paul Upgrade jQuery 2.2.0 to 2.2.4 (last release of jQuery 2.n branche)
(edit) @3525:ae1b57570664   8 years carnet.franck.paul Refresh a little but the datepicker look
(edit) @3524:6fb0bb7a04b1   8 years carnet.franck.paul Don’t forget editor context
(edit) @3518:6a6e5f277593   9 years carnet.franck.paul Adjust lockable img position
(edit) @3484:0722d6bad67e   9 years carnet.franck.paul Avoid outgoing link on images in media manager (opened with magnific-popup …
(edit) @3483:acfe12e84a15   9 years carnet.franck.paul Misconfigured preview iframe pattern, should fix #2231
(edit) @3463:65e8c8657d2d   9 years carnet.franck.paul Move tiny media action buttons to the top (right) → avoid overflow on …
(edit) @3460:ab90fe0bd783   9 years carnet.franck.paul Add a javascript button to hide dotclear notice
(edit) @3449:bddaf36a61e9   9 years carnet.franck.paul Fixes confirm-close.js code, switch meta-editor.js a links to buttons, …
(edit) @3447:b1afe8a19f26   9 years carnet.franck.paul Revert meta-editor.js buttons to a void links, fixes #2226 (addresses …
(edit) @3446:fee8f21c2bef   9 years carnet.franck.paul Add legend and title insertion option for image insertion in entry, closes …
(edit) @3445:26274861f3f6   9 years carnet.franck.paul Add button type to non submit button, add meta-helper class to meta editor …
(edit) @3444:2d5cdb51c7b2   9 years carnet.franck.paul Move advanced and plugins blog’s prefs in two separate foldable sections, …
(edit) @3442:2cfa77757f11   9 years carnet.franck.paul Adjust meta look
(edit) @3439:640a478849cf   9 years carnet.franck.paul Prettify scss code
(edit) @3438:fb6284d3cb24   9 years carnet.franck.paul Move remove buttons for post meta (tags, …) before their label rather than …
(edit) @3434:70552b10c9a3   9 years carnet.franck.paul Remove empty link (href=#) from admin, closes #1776
(edit) @3419:46cc74f3b2ee   9 years carnet.franck.paul A bit of housecleaning for no longer needed files and folders
(edit) @3408:6480db5950d2   9 years carnet.franck.paul Add a user preference to change base font size (larger or smaller)
(edit) @3403:c37bc032a343   9 years carnet.franck.paul Some tiny adjutsments, addresses #1551 , addresses #2217 , addresses #1566
(edit) @3402:8681798c6491   9 years Jean-Christian Denis Revamped blogs list with full dcAction system, closes #1551 , closes #2217
(edit) @3398:88f3d2561542   9 years carnet.franck.paul Add a user preference to hide additional information (.more-info class) …
(edit) @3373:7be20613b121   9 years carnet.franck.paul ToolMan? not more used, thank's Tim Taylor for all this years together!
(edit) @3369:363b4b1ded64   9 years carnet.franck.paul Add overlay (using magnific-popup jQuery plugin) preview of images in …
(edit) @3368:bb25979b0371   9 years carnet.franck.paul Replace old jQuery modal js code by the Magnific-Popup responsive jQuery …
(edit) @3364:1ccfc95b40a3   9 years carnet.franck.paul Keeps enhanced uploader buttons inline (media manager), fix #2211
(edit) @3333:11107ba2fc59   9 years carnet.franck.paul Cope with settings URLs for modules (defined in _define.php). The settings …
(edit) @3332:8d816c8da636   9 years carnet.franck.paul Prevents changing current URL (hash) on ScrollTop? click
(edit) @3294:6b3d608280b5   9 years carnet.franck.paul Go top button for long admin pages - closes #2192
(edit) @3282:6aba0e1d175d   9 years lomalarch dotclear/dotclear a bien été ajouté dans default
(edit) @3253:b70713af5431   9 years carnet.franck.paul Add fullscreen mode to CodeMirror? editor (using F11 switching key)
(edit) @3251:9ed815f75542   9 years carnet.franck.paul Upgrade codemirror (from 2.35.0 to 5.15.2) and move from themeEditor …
(edit) @3243:443ac2d5711c   9 years carnet.franck.paul Fix mixed-content preview
(edit) @3241:5ea4e5d537c8   9 years carnet.franck.paul Fix mixed-content preview
(edit) @3227:302777510b83   9 years carnet.franck.paul Blog description is now editable with XHTML editor (set in user pref)
(edit) @3218:f878762cf7cd   9 years carnet.franck.paul jquery.ui.widget.js is not more necessary as it is embedded in …
(edit) @3200:e2bcf42f7288   9 years carnet.franck.paul Fix editor missing on new entry
(edit) @3184:5c3ce3ae12c2   9 years carnet.franck.paul One file missing from [3182] revision, addresses #1600
(edit) @3182:adf3c934173f   9 years carnet.franck.paul Disable submit button unless at least one item selected whenever is …
(edit) @3180:e7e2312eb54b   9 years carnet.franck.paul Update jQuery UI Touch Punch (0.2.2 to 0.2.3)
(edit) @3178:e26b9f5d1b58   9 years carnet.franck.paul Update jquery from 1.11.3 to 2.2.0, jquery-migrate from 1.2.1 to 1.3.0, …
(edit) @3153:942a906c0986   10 years carnet.franck.paul Media selection mode (single or multiple), first step
(edit) @3139:e5870553f829   10 years carnet.franck.paul Avoid mixed content (http vs https) for post/page preview: will open …
(edit) @3120:073a5a9eb3eb   10 years carnet.franck.paul Fixes #1934, do not cope with browse file button when not in enhanced …
(edit) @3116:5abdd3eec672   10 years carnet.franck.paul Fixes #1934, do not cope with browse file button when not in enhanced …
(edit) @3027:6eb6b9daf703   10 years carnet.franck.paul Switch from jQuery 1.11.2 to 1.11.3, fixes #2102
(edit) @3026:d924f063cef6   10 years carnet.franck.paul Cope with dotclear.filter_reset_url if set with an …
(edit) @3005:907dd9aa1e43   10 years nikrou77 Fix #2096. url is hidden (so undefined) for non superadmin users
(edit) @2968:eac646d1715a   10 years pascal.chevrel dotclear/dotclear a bien été ajouté dans default
(edit) @2950:3e6b8e366602   10 years carnet.franck.paul Update jQuery and jQuery-UI from 1.11.1 to version 1.11.2, update blog …
(edit) @2929:54d58ce46232   11 years Dsls Quick entry deserves its post_format information, see #2047 Add trigger …
Note: See TracRevisionLog for help on using the revision log.

Sites map