|
|
@3880:e6d1f6d9d7df
|
7 years |
carnet.franck.paul |
Use let and const rather than var (ES2015/ES6), use template string where …
|
|
|
@3874:ab8368569446
|
7 years |
carnet.franck.paul |
short notation for array (array() → [])
|
|
|
@3731:3770620079d4
|
7 years |
carnet.franck.paul |
Simplify licence block at the beginning of each file
|
|
|
@3730:5c45a5df9a59
|
7 years |
carnet.franck.paul |
Code formatting (PSR-2)
|
|
|
@3726:5e5627d21aa3
|
7 years |
carnet.franck.paul |
simpleMenu : set title to "Active page" or add " (active page)" for …
|
|
|
@3725:b47f38c701ee
|
7 years |
carnet.franck.paul |
Use specialized input fields (color, email, url, number, …) where is …
|
|
|
@3709:c88e69474c34
|
7 years |
carnet.franck.paul |
use strict and no more linter warnings/errors as far as possible, switch …
|
|
|
@3703:53c8bef8608a
|
7 years |
carnet.franck.paul |
Use array form of optionnal parameters for form::combo(), code formatting …
|
|
|
@3646:1c6a535772c8
|
8 years |
carnet.franck.paul |
Cope with query part only in SimpleMenu? URLs, should fix #2006
|
|
|
@3639:fe9f4d94f86b
|
8 years |
carnet.franck.paul |
Add required attribute for mandatory fields
|
|
|
@3600:f9ab70453f48
|
8 years |
carnet.franck.paul |
Fix target="blank" vulnerability, thanks DaScritch? for report
|
|
|
@3591:a1a5b7d6fc94
|
8 years |
carnet.franck.paul |
Fixes conditionnal activation of delete button
|
|
|
@3589:7f3830ee7905
|
8 years |
carnet.franck.paul |
Update simpleMenu help for "outside" links
|
|
|
@3586:ae0e1ceb84df
|
8 years |
remi |
move translation
|
|
|
@3584:77b7cbdc1194
|
8 years |
remi |
replace the good js file
|
|
|
@3583:d1b90256107c
|
8 years |
remi |
fix dont overwrite title, otherwise, it's seems always being empty
|
|
|
@3582:4d2db336ef65
|
8 years |
remi |
ah c'était des tabulations, pas des espaces ;)
|
|
|
@3581:978d426ac7b6
|
8 years |
remi |
more a11y compliant
|
|
|
@3580:d14bdb8c3424
|
8 years |
remi |
fix case targetBlank is unset
|
|
|
@3579:ff51a91ff913
|
8 years |
remi |
forget translation
|
|
|
@3578:f42d8d27e838
|
8 years |
remi |
target="_blank"
|
|
|
@3427:75253b0af38a
|
9 years |
carnet.franck.paul |
Cope with l10n for Berlin buttons (hamburgers), enclose simplemenu links …
|
|
|
@3333:11107ba2fc59
|
9 years |
carnet.franck.paul |
Cope with settings URLs for modules (defined in _define.php).
The settings …
|
|
|
@3182:adf3c934173f
|
9 years |
carnet.franck.paul |
Disable submit button unless at least one item selected whenever is …
|
|
|
@3159:a7553434ee4c
|
9 years |
carnet.franck.paul |
Use new setting type 'array' for some settings, addresses #1833
|
|
|
@3019:a2b9d58505b1
|
10 years |
carnet.franck.paul |
Encapsulate <ul>…</ul> with <nav role="navigation">…</nav> when <ul> used …
|
|
|
@2941:605c7b55a606
|
11 years |
carnet.franck.paul |
Optimize all other png
|
|
|
@2928:0471a74f04ed
|
11 years |
carnet.franck.paul |
Add item description option, closes #2060
|
|
|
@2912:ece65b251f7a
|
11 years |
carnet.franck.paul |
Typo (" missing), thanks lipki
|
|
|
@2870:89c05423e739
|
11 years |
carnet.franck.paul |
Revert part of rev 2866 as these modifications will implied CSS review …
|
|
|
@2866:c757993d0d27
|
11 years |
carnet.franck.paul |
role="navigation" cannot be put on <ul> tag, so we should enclosed …
|
|
|
@2849:97e1b334e54b
|
11 years |
Dsls |
Deprecated $core->adminurl->decode, use $core->adminurl->get instead (with …
|
|
|
@2820:208141170abc
|
11 years |
carnet.franck.paul |
registercopy for plugin is not necessary as it has been already done on …
|
|
|
@2815:58afbf9370e1
|
11 years |
carnet.franck.paul |
Using dcAdminURL, work in progress on plugins…
|
|
|
@2805:4747906cee2f
|
11 years |
carnet.franck.paul |
Add confirmation dialog before leaving some modified forms, fixes #1605
|
|
|
@2778:fe7e025273c4
|
11 years |
carnet.franck.paul |
Add "offline" option on widgets, closes #1945
|
|
|
@2773:65aa733ce8a4
|
11 years |
carnet.franck.paul |
Add activation setting for simple menu, fixes #1958
|
|
|
@2701:f9ee5d4e8aef
|
11 years |
carnet.franck.paul |
Cope with empty mandatory fields, Fixes #1966
|
|
|
@2667:ef63c4e390be
|
11 years |
carnet.franck.paul |
Add widget class on every widget, fixes #1901
|
|
|
@2662:87748fd865ef
|
11 years |
carnet.franck.paul |
New rendering method (renderTitle) for widget title, fixes #1827
|
|
|
@2605:323bbdec481d
|
12 years |
carnet.franck.paul |
Switch all templates to HTML5, step 4, add roles on some widgets and for …
|
|
|
@2588:aab757309880
|
12 years |
carnet.franck.paul |
Merge bugfixes and other minor changes from 2.6 branch
|
|
|
@2576:93f2aabd0607
|
12 years |
carnet.franck.paul |
Escape label and description fields in simpleMenu, fixes #1878
|
|
|
@2566:9bf417837888
|
12 years |
carnet.franck.paul |
Add some people in CREDITS, remove trailing spaces and tabs.
|
|
|
@2534:c333aa67c0b0
|
12 years |
carnet.franck.paul |
Update english helps
|
|
|
@2496:e33dcbc18e36
|
12 years |
carnet.franck.paul |
Merge 2.6 commits to the current 2.7-dev
|
|
|
@2495:dc8c7974ff0b
|
12 years |
carnet.franck.paul |
Add touch capacity for drag'n'drop gestures on screen, addresses #1802
|
|
|
@2455:52c30666c8d9
|
12 years |
carnet.franck.paul |
Add confirmation message before quitting a simpleMenu page (with form's …
|
|
|
@2425:6b278097c10c
|
12 years |
Dsls |
Contextual help for blog_pref, user_pref and simpleMenu (core_blogs is …
|
|
|
@2412:9aa048292cca
|
12 years |
kevin |
widgets : On enlève advanced settings
|
|
|
@2397:effa61ef2c4b
|
12 years |
kevin |
widgets : Préciser que le champ titre est optionnel
|
|
|
@2395:5f4a14700462
|
12 years |
kevin |
widgets : correction suite a la reunion du 24
|
|
|
@2374:68c92c350824
|
12 years |
nikrou77 |
Update permissions : remove execution permission on image files
|
|
|
@2280:849829810d35
|
12 years |
kozlika |
Icones : actualisation, ajouts, nettoyage.
Thèmes : modifs légères de …
|
|
|
@2276:0d01a74ae371
|
12 years |
Dsls |
Adapted simpleMenu to new favs, added forgotten "permissions" for …
|
|
|
@2275:6dac5a59aa5d
|
12 years |
carnet.franck.paul |
2.6 codename is Traviata
|
|
|
@2257:f9dcd2921221
|
12 years |
Dsls |
Let's be exemplary, see #1713
|
|
|
@2256:d3c3fa1723ab
|
12 years |
Dsls |
updated most of notices to new format, should fix #1710 (maintenance and …
|
|
|
@2251:4a1cf731c5c0
|
12 years |
carnet.franck.paul |
Little tiny typo too
|
|
|
@2167:e81d864a3838
|
12 years |
Dsls |
breadcrumb - shortened options names
|
|
|
@2166:6f409aa25386
|
12 years |
Dsls |
revamped dcPage::breadcrumb, closes #1559
|
|
|
@2154:a70eddc75ca4
|
12 years |
carnet.franck.paul |
Cope with new categories combo generation, fixes #1737
|
|
|
@2120:260644fa6bf0
|
12 years |
carnet.franck.paul |
Add step in breadcrumb (plugin simpleMenu)
|
|
|
@2078:0619de6f0565
|
12 years |
kozlika |
Menu simple, tableau sans drag & drop sur l'ajout d'un item ; réduction …
|
|
|
@2002:a0de6679a058
|
12 years |
kozlika |
Tableaux responsive. Poke jcDenis :-)
|
|
|
@1973:0e817a3089f7
|
12 years |
carnet.franck.paul |
Unescape & no redir URL, fixes #1679
|
|
|
@1956:d272c079e6e5
|
12 years |
kozlika |
Aides contextuelles. Correction des h3 en h4 pour les plier/déplier là …
|
|
|
@1919:e424fb8c8bb5
|
12 years |
kozlika |
Intégration du travail de brol sur les aides contextuelles en français. …
|
|
|
@1777:7537f8d0dc35
|
12 years |
Dsls |
updated simplemenu with new combo feature.
|
|
|
@1722:63591a096fb3
|
12 years |
Dsls |
Improved lang combo, updated simpleMenu accordingly, see #1599
|
|
|
@1636:ad22a8dc2100
|
12 years |
kozlika |
Message "No [somewhat] yet/so far/[nothing]" harmonization.
CSS: very …
|
|
|
@1573:538469369fa5
|
12 years |
kozlika |
Fixes title hierarchy in contextual help pages.
(And look Ma, I've fixed …
|
|
|
@1553:e42635c9dc4a
|
12 years |
kozlika |
Replace class="message" by class="success" where it is needed.
|
|
|
@1474:122a77514ce1
|
12 years |
kozlika |
Fixes typo and other html mistakes. Thanks to brol.
Fixes #1477
Fixes …
|
|
|
@1358:f117338392dc
|
12 years |
carnet.franck.paul |
Messages are now displayed below the breadcrumb, fixes #1528
|
|
|
@1339:11fdde189adb
|
12 years |
carnet.franck.paul |
New dcPage::breadcrumb function, last step at least
|
|
|
@1312:9b954dbdf09a
|
12 years |
carnet.franck.paul |
Merge step 2
|
|
|
@1292:c022746c7271
|
12 years |
kozlika |
SimpleMenu? moved in blog menu and minor css adjustment.
|
|
|
@1280:d9627cb1cb02
|
12 years |
Dsls |
Backed out merge changeset: 48c827f9db99
Backed out merge revision to its …
|
|
|
@1273:8b7aa7969a9f
|
12 years |
carnet.franck.paul |
Escape & in URL, fixes #1479
|
|
|
@1179:a43a29427ef3
|
12 years |
carnet.franck.paul |
Update copyright notice
|
|
|
@1134:a849d4fb343e
|
12 years |
carnet.franck.paul |
Using jQuery UI sortable instead of old toolman looks better, fixes #1391
|
|
|
@1132:509d6de56b90
|
12 years |
carnet.franck.paul |
simpleMenu plugin now uses jQuery UI sortable for menuitems ordering via …
|
|
|
@1107:3943962d69b8
|
12 years |
JcDenis |
merge with default branch in 2.5-RC
|
|
|
@1063:6636d160f15c
|
13 years |
carnet.franck.paul |
Widget may now be displayed without inclusive div, fixes #1242
|
|
|
@1062:8f51b2e77efe
|
13 years |
carnet.franck.paul |
New behaviour publicSimpleMenuItem in SimpleMenu? plugin, let other plays …
|
|
|
@1011:c8f32ed1ca5c
|
13 years |
carnet.franck.paul |
Remerge default branche and lasts commits
|
|
|
@1008:b822eec98d46
|
13 years |
carnet.franck.paul |
Missing = between for and " in some label tags
|
|
|
@967:ef5e507064e4
|
13 years |
carnet.franck.paul |
Adjust plugins and themes versions (modified since 2.4.4)
|
|
|
@965:d4c78cf7ae10
|
13 years |
carnet.franck.paul |
Revert to original name and desc in define.php of plugins. Localized …
|
|
|
@963:93718b472083
|
13 years |
carnet.franck.paul |
Update locales
|
|
|
@954:958704d2486f
|
13 years |
carnet.franck.paul |
Add description to widget, fixes #990
|
|
|
@945:a373e04f8ac3
|
13 years |
carnet.franck.paul |
Add/complement display modes (all pages, home page only, except on home …
|
|
|
@907:da55072f8b87
|
13 years |
carnet.franck.paul |
Add timestamp on information message, fixes #1189
|
|
|
@790:1b24976ec75f
|
14 years |
carnet.franck.paul |
Unecessary comment — causes a 404
|
|
|
@776:4ce635c0ca26
|
14 years |
dsls |
Last updates to getURLFor : removed blog url from function
|
|
|
@751:00eda68d0e08
|
14 years |
carnet.franck.paul |
No more non-ASCII characters in ("literal strings") in PHP files
|
|
|
@750:c40ad56281f2
|
14 years |
carnet.franck.paul |
Locales building is no more broken
|
|
|
@689:9136dc29591a
|
14 years |
carnet.franck.paul |
Icônes de Thomas pour le plugin
|
|
|
@685:e942a5aeb946
|
14 years |
carnet.franck.paul |
Version 1.0 pour Ductile et simpleMenu
|
|
|