Dotclear

source: plugins @ 3941:739ceaabb538

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3936:4ae4c187b41e   7 years carnet.franck.paul Don't presume about jsToolBar existence!
(edit) @3917:5b2c978050b2   7 years carnet.franck.paul Show/Hide? mecanism now use button rather than input - fixes #2285
(edit) @3915:a57821ba9ef1   7 years carnet.franck.paul Switching from inline JS variables to JSON script. A step ahead…
(edit) @3914:3b2a75b0b25e   7 years carnet.franck.paul Fixes #2288 - button is now used rather than an img
(edit) @3909:b1b20bc1bf2f   7 years carnet.franck.paul Don't forget additional class(es) to text and textarea options of widget
(edit) @3902:861a3d1a15f3   7 years carnet.franck.paul Use numeric fields (with min/max) for sortering items (categories, …), fix …
(edit) @3898:a9b1e7de8211   7 years carnet.franck.paul Add spellcheck="true" attribute on input/textarea
(edit) @3897:61304e9616a6   7 years carnet.franck.paul Set correct lang attribute (useful for browser/editor spelling) for …
(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) @3875:cb0f24701f13   7 years carnet.franck.paul Switch .tpl extensions to .php for some included "template" (coded in …
(edit) @3874:ab8368569446   7 years carnet.franck.paul short notation for array (array() → [])
(edit) @3872:39861f53bcc0   7 years carnet.franck.paul Use ... token for variable argument list rather than func_get_args() …
(edit) @3861:21fd391e77ab   7 years carnet.franck.paul Adjust CSS of antispam plugin
(edit) @3858:ebcc8a63a4e1   7 years carnet.franck.paul Merge 2.14.2 branch
(edit) @3845:29f6bacd00ef   7 years carnet.franck.paul I forgot the widgets :-p
(edit) @3844:24d665ae5a0f   7 years carnet.franck.paul I forgot the widgets :-p
(edit) @3835:a9e69a088568   7 years carnet.franck.paul Unable to save modified theme's files in theme editor, when Codemirror is …
(edit) @3834:1e82d075a646   7 years carnet.franck.paul Unable to save modified theme's files in theme editor, when Codemirror is …
(edit) @3827:9f0c774b0866   7 years carnet.franck.paul Extends opts to each type of widget setting (only 'class' is taken into …
(edit) @3826:e2716fb376e6   7 years carnet.franck.paul Activate dcLegacyEditor (if it is the HTML editor set in user pref) for …
(edit) @3825:b09d7ce99c2f   7 years carnet.franck.paul Allows textarea settings in widget without HTML editor, even if activated …
(edit) @3817:9cbb20f63f8b   7 years carnet.franck.paul Blogroll plugin: - Add french locales for XFN - Add link to XFN …
(edit) @3813:302867fb7f43   7 years carnet.franck.paul Remove unused classes
(edit) @3799:d2747491fd00   7 years carnet.franck.paul Don't set js var for theme if syntax coloration is disabled
(edit) @3790:21ad49b2b760   7 years carnet.franck.paul Allows -1 for TTL spams deletion delay in days (in order to disable the …
(edit) @3787:24c2472a688c   7 years carnet.franck.paul Use css3 flex rather than <br > to vertical align supplemental labels …
(edit) @3786:cafc91d09ce8   7 years carnet.franck.paul Insert spams counter only if at least one spam
(edit) @3785:2a076dc13b04   7 years carnet.franck.paul Better this way
(edit) @3783:e99cc471801a   7 years carnet.franck.paul Cope with not yet any spam comment for animated counter
(edit) @3781:a86e029cb95d   7 years carnet.franck.paul Animate some counters on dashboard icons (nb of comments, spam comments …
(edit) @3777:8f829e4bf0d6   7 years carnet.franck.paul Use standard colors and background in widgets plugin admin
(edit) @3774:6d9581959be6   7 years carnet.franck.paul Cope with attachment icon in post/page list
(edit) @3772:c9d0a394c17c   7 years carnet.franck.paul Dirty hack to legacyEditor CSS in order to match as far as possible the …
(edit) @3771:ee48b80e8d04   7 years carnet.franck.paul Use svg image rather than png for outgoing links
(edit) @3770:75566f4ffead   7 years carnet.franck.paul Add a dark mode (user preferences), some refinements to come
(edit) @3769:12b632aaedc1   7 years carnet.franck.paul Some modifications were missing from previous commit, my bad!
(edit) @3768:42e99b4be675   7 years carnet.franck.paul Switch from img to input for expanding/hiding various contents (posts, …
(edit) @3759:45c8ab728afa   7 years carnet.franck.paul Update CKEditor to 4.9.2
(edit) @3757:76b4b81f3d35   7 years carnet.franck.paul Et hop, un peu d'écriture inclusive dans Dotclear parce qu'il n'y aucune …
(edit) @3756:66ea0528142b   7 years carnet.franck.paul Missed these one (see [3754])
(edit) @3753:d6d2ea036361   7 years carnet.franck.paul Add $mode getter (may be useful for behaviour callbacks)
(edit) @3751:5f32ba771975   7 years carnet.franck.paul a11y needs label for input search field widget
(edit) @3744:6abafffe0db8   7 years carnet.franck.paul Remove required attribute from comment/post content textarea when they are …
(edit) @3736:e5a3454f5c58   7 years carnet.franck.paul Better this way
(edit) @3735:a3733e656d86   7 years carnet.franck.paul Code formating and tiny bug fixed in wysiwyg iframe markup
(edit) @3734:76dc346e20af   7 years carnet.franck.paul Usual oops :-)
(edit) @3733:ee69b09370ec   7 years carnet.franck.paul Add latest (associated entry date) and oldest (associated entry date) info …
(edit) @3731:3770620079d4   7 years carnet.franck.paul Simplify licence block at the beginning of each file
(edit) @3730:5c45a5df9a59   7 years carnet.franck.paul Code formatting (PSR-2)
(edit) @3726:5e5627d21aa3   7 years carnet.franck.paul simpleMenu : set title to "Active page" or add " (active page)" for …
(edit) @3725:b47f38c701ee   7 years carnet.franck.paul Use specialized input fields (color, email, url, number, …) where is …
(edit) @3710:e8d45069746a   7 years carnet.franck.paul Use array form of optionnal parameters for form::textarea(), code …
(edit) @3709:c88e69474c34   7 years carnet.franck.paul use strict and no more linter warnings/errors as far as possible, switch …
(edit) @3707:3a350757c847   7 years carnet.franck.paul Use array form of optionnal parameters for form::checkbox() where is …
(edit) @3705:a37d1b34550a   7 years carnet.franck.paul use strict and no more linter warnings/errors
(edit) @3704:37312cc7eeda   7 years carnet.franck.paul dcCKEditor media insertion : cope with no alignment set for image …
(edit) @3703:53c8bef8608a   7 years carnet.franck.paul Use array form of optionnal parameters for form::combo(), code formatting …
(edit) @3699:77a12236e993   7 years carnet.franck.paul Add autocomplete attribute to form::password where it's relevant, code …
(edit) @3691:3dbfcef11299   8 years carnet.franck.paul PHP 7.2 compliance (deprecated create_function() replaced by closure)
(edit) @3672:688db50dab3e   8 years carnet.franck.paul "true" is not equal to true (aka 1)! Should fix #2266
(edit) @3670:eecd4bdb63f1   8 years carnet.franck.paul Fix CSS variable setting for the lazy firefox, address #2263
(edit) @3669:41c8e8a58e1f   8 years carnet.franck.paul Adjust editors base font size (CodeMirror?, dcLegacyEditor, dcCKEditor), …
(edit) @3666:a095ee3b079a   8 years carnet.franck.paul And a little bit prettyfying code is fine ;-)
(edit) @3665:40f215ef95e8   8 years carnet.franck.paul Dirty hack to cope with required textarea in dcLegacyEditor/xhtml mode
(edit) @3646:1c6a535772c8   8 years carnet.franck.paul Cope with query part only in SimpleMenu? URLs, should fix #2006
(edit) @3643:80218ff3fd06   8 years carnet.franck.paul Better this way
(edit) @3642:7b5fba5faea7   8 years carnet.franck.paul Set caret et the end of the inserted thing (img, url, blockquote, …) in …
(edit) @3641:bbd00f4973a9   8 years carnet.franck.paul Remove CKEditor hack for required textarea, should fix #2260
(edit) @3640:7df99527ffd0   8 years carnet.franck.paul - Add module id in () after module label in modules' list - cope with …
(edit) @3639:fe9f4d94f86b   8 years carnet.franck.paul Add required attribute for mandatory fields
(edit) @3627:9bccfc2257ad   8 years carnet.franck.paul Use PHP 5.5+ new password functions, closes #2182 Warnings: - …
(edit) @3616:9f4090f01864   8 years carnet.franck.paul Update CKEditor from 4.6.2 to 4.7.3
(edit) @3609:c9bfb428fd3e   8 years carnet.franck.paul Do not use border and background on select to use the system aspect of …
(edit) @3607:6c9e5333591e   8 years carnet.franck.paul Revert [3594] revision as utf8mb4 is now only possible with 5.7+ MySQL …
(edit) @3606:bacbc979195e   8 years carnet.franck.paul Revert back from 191 to 255 chars (as utf8mb4 MySQL is only available with …
(edit) @3602:8a1b100e0a84   8 years carnet.franck.paul Do not use border and background on select to use the system aspect of …
(edit) @3600:f9ab70453f48   8 years carnet.franck.paul Fix target="blank" vulnerability, thanks DaScritch? for report
(edit) @3594:d00ce0b58d8a   8 years carnet.franck.paul Add a maintenance task to check UTF8-mb4 compatibility (for export/import) …
(edit) @3591:a1a5b7d6fc94   8 years carnet.franck.paul Fixes conditionnal activation of delete button
(edit) @3589:7f3830ee7905   8 years carnet.franck.paul Update simpleMenu help for "outside" links
(edit) @3586:ae0e1ceb84df   8 years remi move translation
(edit) @3584:77b7cbdc1194   8 years remi replace the good js file
(edit) @3583:d1b90256107c   8 years remi fix dont overwrite title, otherwise, it's seems always being empty
(edit) @3582:4d2db336ef65   8 years remi ah c'était des tabulations, pas des espaces ;)
(edit) @3581:978d426ac7b6   8 years remi more a11y compliant
(edit) @3580:d14bdb8c3424   8 years remi fix case targetBlank is unset
(edit) @3579:ff51a91ff913   8 years remi forget translation
(edit) @3578:f42d8d27e838   8 years remi target="_blank"
(edit) @3572:7b171ccd8cee   8 years carnet.franck.paul Reduce indexed varchar(255) fields to varchar(191) : table category, field …
(edit) @3565:7b120898d2bd   8 years carnet.franck.paul Add MySQL UTF8-MB4 support
(edit) @3551:e22eab0d16b1   8 years carnet.franck.paul Give mysql driver choice for DC 1.2 import, closes #2252
(edit) @3548:4863a7d3b5a9   8 years carnet.franck.paul Update help (fr) for theme editor (thank's Tomek), closes #1948
(edit) @3541:a41094211f3a   8 years carnet.franck.paul Use getURLFor (fully) instead of old getBase function for breadcrumb, …
(edit) @3540:1f85f4311dbf   8 years carnet.franck.paul Use getURLFor instead of old getBase function for breadcrumb, thank’s …
(edit) @3539:551c900372c6   8 years carnet.franck.paul Use getURLFor instead of old getBase function for breadcrumb, thank’s …
(edit) @3515:12d1df65c7d3   9 years carnet.franck.paul Update CKEditor from 4.6.1 to 4.6.2
(edit) @3488:cec4daa6ee74   9 years carnet.franck.paul Typo, closes #2232
(edit) @3477:1495471ce778   9 years carnet.franck.paul Fix new path of CSP report for maintenance deletion task
(edit) @3466:bcb5e91ab38f   9 years carnet.franck.paul Fix spacing before « delete » button on post and page edition form
Note: See TracRevisionLog for help on using the revision log.

Sites map