Dotclear

source: admin/post.php @ 3876:7f716e4e25ac

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3874:ab8368569446   7 years carnet.franck.paul short notation for array (array() → [])
(edit) @3771:ee48b80e8d04   7 years carnet.franck.paul Use svg image rather than png for outgoing links
(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) @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) @3707:3a350757c847   7 years carnet.franck.paul Use array form of optionnal parameters for form::checkbox() where is …
(edit) @3703:53c8bef8608a   7 years carnet.franck.paul Use array form of optionnal parameters for form::combo(), code formatting …
(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) @3606:bacbc979195e   8 years carnet.franck.paul Revert back from 191 to 255 chars (as utf8mb4 MySQL is only available with …
(edit) @3572:7b171ccd8cee   8 years carnet.franck.paul Reduce indexed varchar(255) fields to varchar(191) : table category, field …
(edit) @3550:8ba8214553a2   8 years carnet.franck.paul Add post-type to some behaviors' calls, closes #1826
(edit) @3491:9aba899e5494   9 years carnet.franck.paul Switch from functions to closures (PHP 5.3+), fix available favorites …
(edit) @3466:bcb5e91ab38f   9 years carnet.franck.paul Fix spacing before « delete » button on post and page edition form
(edit) @3415:5cdbb2593595   9 years Jean-Christian Denis Open trackbacks with behaviors and add basic Webmention support, closes …
(edit) @3340:30cec05f4e63   9 years carnet.franck.paul PHP 5.3+ : (expr1 ? expr1 : expr2) may be written → (expr1 ?: expr2)
(edit) @3209:f86399915c78   9 years carnet.franck.paul Let category be used for other types of entries, should closes #2171
(edit) @3024:b4724a397193   10 years carnet.franck.paul Add syntax arg to adminPostEditor behaviour (may be 'wiki', 'xhtml', …
(edit) @2974:d0d25c20f355   10 years Dsls Fixed SecPod? 1055, post_title escaped correctly now.
(edit) @2926:b8ad979a92bb   11 years carnet.franck.paul Show current syntax in post/page editor tab title, fixes #2047
(edit) @2907:d5da0414c363   11 years Dsls added x-frame-options customizable for dcPage::open, fixes #2049
(edit) @2858:6f06ad9c208a   11 years carnet.franck.paul Less dirty hack for URLs used as format with (s)printf() functions.
(edit) @2856:b9ae6bf9bd6e   11 years nikrou77 Load wanted editor for each context Closes #2011, Closes #2014
(edit) @2854:2d4e6314b899   11 years nikrou77 Add tags into inject ckeditor for adminPostEditor behavior Addresses #2011
(edit) @2852:86651202b279   11 years Dsls Tuned redirections and admin urls management, should work with media & …
(edit) @2849:97e1b334e54b   11 years Dsls Deprecated $core->adminurl->decode, use $core->adminurl->get instead (with …
(edit) @2847:3fb59a8bc157   11 years carnet.franck.paul Use adminurl->decode instead of ->get, URL encoding is not necessary here …
(edit) @2788:83a190f3fee2   11 years kozlika Améliorations a11y. Attention il y a une chaîne de caractères à …
(edit) @2784:660cacb96377   11 years kozlika Add basic ARIA attributes in admin. (Happy to see you again, guys!)
(edit) @2761:6b76144ca48b   11 years nikrou77 CKEditor can now load external plugins such as tags, series,... Closes …
(edit) @2740:a675d8bc85ae   11 years nikrou77 Fix issue with php < 5.4 with syntax function()[$var]
(edit) @2739:856bff6ae053   11 years nikrou77 Fix issue when testing editor Translation for dcLegacyEditor and …
(edit) @2736:09dd799a19bd   11 years nikrou77 Addresses #1896 Preferences: one editor for each available formats.
(edit) @2722:b09bad9e6f96   11 years Dsls fixed php notice in post.php
(edit) @2720:bc400ebfc2e9   11 years Dsls One step further towards php hardcoded links annihilation in admin …
(edit) @2719:116bb4bd1b88   11 years nikrou77 Do not store editor in meta. Addresses #1896
(edit) @2711:fab26880034e   11 years Dsls Merge
(edit) @2708:e8b17b3a7413   11 years Dsls 1st attempt for admin url handler. See #1645, see #1959
(edit) @2705:bac24f5c42ae   11 years nikrou77 Addresses #1896. Save editor in post meta Manage editor from preferences …
(edit) @2694:1873a0e11790   11 years nikrou77 Add link to preferences when no editor has been choosen. Add an empty …
(edit) @2682:cac55fdd7178   11 years nikrou77 Addresses #1896. Multiple editors. Fix issue when no editor is activated …
(edit) @2681:0d5aeefe7bd8   11 years nikrou77 Addresse #1896 : simplify; get editor from core instead of retrieve it …
(edit) @2679:bae19d3adbc4   11 years nikrou77 Addresses #1896 : add choice of editor in preferences Keeps old functions …
(edit) @2666:88000a305897   11 years kozlika Si je connais les pluriels en anglais ? No comments. Addresses #1470
(edit) @2614:db6f6a1f4f25   12 years nikrou77 Move legacy editor to a plugin. First step for alternate editors. …
(edit) @2566:9bf417837888   12 years carnet.franck.paul Add some people in CREDITS, remove trailing spaces and tabs.
(edit) @2542:602b5c046fef   12 years carnet.franck.paul Send full post URL, fixes #1865
(edit) @2486:e45e3db10b85   12 years nikrou77 Must not open link with class modal in a new window Closes #1809
(edit) @2390:3b3d86f3529a   12 years kozlika Ciblage plus fin des labels à mettre en majuscules grasses (label class …
(edit) @2385:3939542624d6   12 years carnet.franck.paul Add l10n for a message, fixes #1780
(edit) @2256:d3c3fa1723ab   12 years Dsls updated most of notices to new format, should fix #1710 (maintenance and …
(edit) @2225:7d94f2597021   12 years nikrou77 Open outgoing links in new window and append "new window" to title …
(edit) @2181:f30610fc3af1   12 years Dsls Non-repeatable notifications, step 1, see #1710.
(edit) @2166:6f409aa25386   12 years Dsls revamped dcPage::breadcrumb, closes #1559
(edit) @2142:9543091deb98   12 years kozlika post.php Remplacement de "Trackbacks" en "Trackbacks reçus" pour éviter …
(edit) @2091:1581de6ffbec   12 years Dsls fixed post_id for new comment, fixes #1717
(edit) @2071:04a2d46c1d46   12 years Dsls added checkboxes memory in comments lists, small fixes to comment actions
(edit) @2067:5f3282a11316   12 years Dsls updated legacy for comments, now works with post.php
(edit) @2064:43a191ddc184   12 years Dsls keep comments ids in mind
(edit) @2063:ce9d8e07b76b   12 years Dsls Added anchor possibility for redirections updated post.php to handle …
(edit) @2002:a0de6679a058   12 years kozlika Tableaux responsive. Poke jcDenis :-)
(edit) @1964:bfde9296c3c5   12 years krazykitty A few English language modifications to posts and pages. Only modified the …
(edit) @1941:84f59a80ffe8   12 years Dsls po_update.sh no more complains, removed duplicate l10n entries, replaced …
(edit) @1936:fdda259828ff   12 years carnet.franck.paul As requested by the ergo-design-chief team leader dictator, addresses …
(edit) @1935:fb17968f0a0f   12 years contact Group category selection and new category on entry sidebar, fixes #1659
(edit) @1831:f9c03525d5ad   12 years kevin Ticket #1539 : Bug quand on passe de xhtml en xiki #1646
(edit) @1830:93aca6ba0163   12 years kevin Ticket #1539 : Supression des messages systèmes, type succes pour un …
(edit) @1829:db77f6bb5df9   12 years kevin Fusion avec default
(edit) @1824:eed1c6769645   12 years kevin Ticket #1539 : espace : ultime frontière
(edit) @1822:3d35d7f9cf37   12 years kevin Ticket #1539 : Correction de plusieurs regression
(edit) @1816:7d46d26e84dd   12 years kevin Fusion avec default
(edit) @1815:07b857f03655   12 years kevin Fusion avec default
(edit) @1813:3ba988cd501f   12 years Lepeltier kévin Ticket #1539 : le validateur xhtml prend en compte le contenu affiché et …
(edit) @1812:39cc57b045d6   12 years Lepeltier kévin Ticket #1539: Si wiki est choisi, affichage du bouton "Convertir en xhtml" …
(edit) @1789:fb2cbdc0ba39   12 years kozlika JS : ajout de la class "with-js" sur le body quand javascript est activé. …
(edit) @1783:cf1158c74315   12 years contact Merge trackbacks.php into post.php, split trackbacks/comments lists, (need …
(edit) @1741:b669af061dda   12 years kozlika Organisation et factorisation des CSS, step 1: Organisation. Work in …
(edit) @1719:b8c48f380463   12 years Dsls Added dcAdminCombos utility class, lots of combos available from …
(edit) @1714:28737e5f6607   12 years kevin Fusion avec default
(edit) @1711:b88f3f023989   12 years Lepeltier kévin Ticket #1624
(edit) @1697:687baefd388c   12 years kozlika * Message d'update de Dotclear. Mise en forme moins stressante. On …
(edit) @1625:9cc86c2ae4d3   12 years kozlika Updates messages if comments and/or trackbacks are closed on blog.
(edit) @1621:ee70ba4550a7   12 years kozlika Page: add New comment button and new comment form in "Comments" tab. CSS: …
(edit) @1620:542c321dc040   12 years carnet.franck.paul Merge 2.5 into default
(edit) @1619:5d925866b5b3   12 years kozlika page_php: restore forgoten Hide in widget Pages post_php: Include …
(edit) @1613:d0ed7e2ca7a4   12 years kozlika Fixes html errors in new comment ordonnancement. Closes #1622
(edit) @1612:a7baafd5c448   12 years Dsls Removed "Add a comment" tab on admin/post.php, appended the form to the …
(edit) @1550:739428f42629   12 years kozlika Sometimes, life (and you, and dot clear) needs to be happy (unleash the …
(edit) @1537:a3ac778e9132   12 years Lepeltier kévin Ticket #1406 : on encapsule new dcMedia dans des try catch pour crriger …
(edit) @1530:18df991c4c1a   12 years kozlika Quick new cat: adjustments after last merge with 2.5.
(edit) @1529:9f6e5c3c8344   12 years carnet.franck.paul Merge 2.5 commits into default branch
(edit) @1508:60c4414bcd87   12 years kozlika Comments list table, clarification and harmonization.
(edit) @1488:bd03ce853d14   12 years carnet.franck.paul Add notice about new category auto-creation
(edit) @1468:3132a0aca046   12 years carnet.franck.paul Merge 2.5 commits into default branch (should be verified)
(edit) @1460:3a7a659c0bb9   12 years contact Fix page title for edition of an unknow post, fixes #1546
(edit) @1459:7f908f9968e0   12 years contact Split post help for trackbacks (en, fr), fixes #1499
(edit) @1453:e0cdf6aa1979   12 years kozlika Some little adjustments.
(edit) @1427:928596042d53   12 years kozlika Displays status icon in entry-sidebar
Note: See TracRevisionLog for help on using the revision log.

Sites map