|
|
@3850:d4841d6d65d6
|
7 years |
carnet.franck.paul |
Security: Authenticated cross-site scripting (XSS) was possible due to the …
|
|
|
@3849:f00f0f660946
|
7 years |
carnet.franck.paul |
La liste de liens ne devrait pas être une navigation d'après moi.
From …
|
|
|
@3848:14d2be278fcd
|
7 years |
carnet.franck.paul |
Attributs width et height utilisés sur d'autres éléments que les balises …
|
|
|
@3847:59f91d8f3715
|
7 years |
carnet.franck.paul |
From 97b0646c4cff63ed0758a22d9263e1e7323adf13 Mon Sep 17 00:00:00 2001 …
|
|
|
@3846:77ff4e5fb987
|
7 years |
carnet.franck.paul |
From 97b0646c4cff63ed0758a22d9263e1e7323adf13 Mon Sep 17 00:00:00 2001 …
|
|
|
@3832:2f81a39efc40
|
7 years |
carnet.franck.paul |
Revamp global_filters() function to take care of 3rd party filters (via …
|
|
|
@3831:7c0bfd0f0186
|
7 years |
carnet.franck.paul |
Back to the original global_filters() function as the current seems to be …
|
|
|
@3830:f37739d615bc
|
7 years |
carnet.franck.paul |
Back to the original global_filters() function as the current seems to be …
|
|
|
@3829:1fd9893e0d0b
|
7 years |
carnet.franck.paul |
Add jQuery 3.3.1 and replace 1.11.3 by 1.12.4 for public use of jQuery …
|
|
|
@3828:b9bd59827820
|
7 years |
carnet.franck.paul |
Add the two basic colors used as CSS variables (may be used by 3rd party …
|
|
|
@3824:867da272ed7d
|
7 years |
carnet.franck.paul |
From d2444e64af51b2f38729721ddd801395623f66a8 Mon Sep 17 00:00:00 2001 …
|
|
|
@3821:af4114801acc
|
7 years |
carnet.franck.paul |
Remove quick link to search field (not useful as quick link to menu goes …
|
|
|
@3816:7bda396fcd78
|
7 years |
carnet.franck.paul |
Unregister phar wrapper in order to avoid PHP Phar extension vulerability, …
|
|
|
@3814:cb6198b84757
|
7 years |
carnet.franck.paul |
Unregister phar wrapper in order to avoid PHP Phar extension vulerability, …
|
|
|
@3812:bc19aeafa1c2
|
7 years |
carnet.franck.paul |
Allows superadmin to force check update of plugins/themes
|
|
|
@3810:639746e13a3b
|
7 years |
carnet.franck.paul |
Merge 2.14.1 commits
|
|
|
@3808:076e9950a9dc
|
7 years |
carnet.franck.paul |
Time to release the 2.14.1
|
|
|
@3804:7e5f79b790af
|
7 years |
carnet.franck.paul |
Merge last commits of the 2.14 branch
|
|
|
@3796:2a5df3ef4475
|
7 years |
carnet.franck.paul |
PHP 5.6 is now the minimum version required (PHP 5.5 seems to be buggy …
|
|
|
@3795:19be142ed5ac
|
7 years |
carnet.franck.paul |
PHP 5.6 is now the minimum version required (PHP 5.5 seems to be buggy …
|
|
|
@3793:f1be75fee160
|
7 years |
carnet.franck.paul |
Time to work on the next 2.15
|
|
|
@3792:25e256b3e712
|
7 years |
carnet.franck.paul |
Time to release the 2.14
|
|
|
@3791:584be24d3601
|
7 years |
carnet.franck.paul |
Various stuff without any impact so it is mandatory, isn'it?
|
|
|
@3789:c56696e8c859
|
7 years |
carnet.franck.paul |
Add optional config variables in configuration file sample
|
|
|
@3775:6c367dee2de0
|
7 years |
carnet.franck.paul |
Add module description to title attribute of raw, hide description column …
|
|
|
@3774:6d9581959be6
|
7 years |
carnet.franck.paul |
Cope with attachment icon in post/page list
|
|
|
@3773:69941ff7dc4d
|
7 years |
carnet.franck.paul |
Switch settingsExists method from private to public, closes #2273
|
|
|
@3771:ee48b80e8d04
|
7 years |
carnet.franck.paul |
Use svg image rather than png for outgoing links
|
|
|
@3770:75566f4ffead
|
7 years |
carnet.franck.paul |
Add a dark mode (user preferences), some refinements to come
|
|
|
@3769:12b632aaedc1
|
7 years |
carnet.franck.paul |
Some modifications were missing from previous commit, my bad!
|
|
|
@3762:e5c18a9ead6a
|
7 years |
carnet.franck.paul |
scope="row" obsolete in HTML5 for td, switch to th for module name …
|
|
|
@3761:849987324197
|
7 years |
carnet.franck.paul |
Apply SQL Statement in DC code, work in progress
|
|
|
@3754:c16c1cadbae6
|
7 years |
carnet.franck.paul |
Use con->syntax rather than con->driver where is useful
|
|
|
@3752:5b508fcc60c0
|
7 years |
carnet.franck.paul |
Allows space(s) as separator in smilies.txt
|
|
|
@3750:3b736772e7c6
|
7 years |
carnet.franck.paul |
Better this way ;-) Thank's adjaya for report
|
|
|
@3749:66047a2eda22
|
7 years |
carnet.franck.paul |
Add context property and behaviours
|
|
|
@3748:235abe5030c4
|
7 years |
carnet.franck.paul |
Rename file and update autoload
|
|
|
@3747:3d9aee789637
|
7 years |
carnet.franck.paul |
Add some helpers, delete, update and insert SQL builder
|
|
|
@3746:0cae5565cdc8
|
7 years |
carnet.franck.paul |
Fix potential reflective XSS, thank's Zekvan Arslan for report (via Daniel …
|
|
|
@3743:07ef48e3d0e5
|
7 years |
carnet.franck.paul |
Work in progress, not yet finished
|
|
|
@3742:00f9590175cb
|
7 years |
carnet.franck.paul |
Bugfix (ORDER BY clause needs to be after GROUP BY clause)
|
|
|
@3741:0ab84fb44787
|
7 years |
carnet.franck.paul |
Add some helpers, cope with mixed (single or array) arg for clause …
|
|
|
@3740:a0a6129e919e
|
7 years |
carnet.franck.paul |
SQL Select query statement builder, thank's dsls for the draft!
|
|
|
@3733:ee69b09370ec
|
7 years |
carnet.franck.paul |
Add latest (associated entry date) and oldest (associated entry date) info …
|
|
|
@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)
|
|
|
@3725:b47f38c701ee
|
7 years |
carnet.franck.paul |
Use specialized input fields (color, email, url, number, …) where is …
|
|
|
@3721:c34ce89e190b
|
7 years |
carnet.franck.paul |
Switch to ArrayObject? for template filters args in order to be extended …
|
|
|
@3709:c88e69474c34
|
7 years |
carnet.franck.paul |
use strict and no more linter warnings/errors as far as possible, switch …
|
|
|
@3707:3a350757c847
|
7 years |
carnet.franck.paul |
Use array form of optionnal parameters for form::checkbox() where is …
|
|
|
@3706:170617361020
|
7 years |
carnet.franck.paul |
use strict and no more linter warnings/errors as far as possible
|
|
|
@3703:53c8bef8608a
|
7 years |
carnet.franck.paul |
Use array form of optionnal parameters for form::combo(), code formatting …
|
|
|
@3699:77a12236e993
|
7 years |
carnet.franck.paul |
Add autocomplete attribute to form::password where it's relevant, code …
|
|
|
@3698:c470a02c7cf4
|
7 years |
carnet.franck.paul |
Avoid warning on unregistering unknown (special) wrappers - mainly useful …
|
|
|
@3692:9decf2422f49
|
8 years |
carnet.franck.paul |
PHP 7.2 compliance (deprecated each() replaced by foreach…)
|
|
|
@3691:3dbfcef11299
|
8 years |
carnet.franck.paul |
PHP 7.2 compliance (deprecated create_function() replaced by closure)
|
|
|
@3685:3f1bacac1ac3
|
8 years |
carnet.franck.paul |
Switch from jQuery background fade plugin to CSS3 animation (plugin …
|
|
|
@3683:51eaa1079bde
|
8 years |
carnet.franck.paul |
Merge 2.13.1 release
|
|
|
@3680:57c79fd7f152
|
8 years |
carnet.franck.paul |
Release 2.13.1
|
|
|
@3672:688db50dab3e
|
8 years |
carnet.franck.paul |
"true" is not equal to true (aka 1)! Should fix #2266
|
|
|
@3667:28141903f3f0
|
8 years |
carnet.franck.paul |
Merge 2.13 fix for LegacyEditor? bug in xhtml mode
|
|
|
@3651:6980a7a06518
|
8 years |
carnet.franck.paul |
It's time to develop the next 2.14 release
|
|
|
@3650:11cb6291eea7
|
8 years |
carnet.franck.paul |
Release 2.13
|
|
|
@3645:dd7b54a80ed4
|
8 years |
carnet.franck.paul |
As link rel="top" disapears in HTML5 (revison [3422]), the path should be …
|
|
|
@3640:7df99527ffd0
|
8 years |
carnet.franck.paul |
- Add module id in () after module label in modules' list
- cope with …
|
|
|
@3639:fe9f4d94f86b
|
8 years |
carnet.franck.paul |
Add required attribute for mandatory fields
|
|
|
@3637:11396143671b
|
8 years |
carnet.franck.paul |
Ajax activity indicator option, just for fun ;-)
|
|
|
@3627:9bccfc2257ad
|
8 years |
carnet.franck.paul |
Use PHP 5.5+ new password functions, closes #2182
Warnings:
- …
|
|
|
@3626:e597ee1f9a15
|
8 years |
carnet.franck.paul |
🐘 PHP 5.5+ is required
|
|
|
@3622:d7c2089bb952
|
8 years |
carnet.franck.paul |
Merge 2.12 commits since 2.12.1 in default branch
|
|
|
@3619:1b4fdf28e548
|
8 years |
carnet.franck.paul |
Add Referrer-Policy header in admin pages (thanks Nicolas Hoffmann → …
|
|
|
@3615:b9ac15edad1c
|
8 years |
carnet.franck.paul |
Reduce close region of message box as it prevents to copy the content, …
|
|
|
@3606:bacbc979195e
|
8 years |
carnet.franck.paul |
Revert back from 191 to 255 chars (as utf8mb4 MySQL is only available with …
|
|
|
@3601:55f5d89f7797
|
8 years |
carnet.franck.paul |
lang attribute was missing on entry alone contexts for currywurst and …
|
|
|
@3599:1bea61af9270
|
8 years |
carnet.franck.paul |
Add http:// protocol before media.dotaddict.org for csp_admin_img, fixes …
|
|
|
@3593:ff5f89054250
|
8 years |
carnet.franck.paul |
Fixes tpl:sysIf blog_lang generated code, closes #2182
|
|
|
@3592:940d0c9a5dac
|
8 years |
carnet.franck.paul |
Escapes REGEXP reserved characters (or SQLite equivalent) before searching …
|
|
|
@3575:10e25f3bf9ea
|
8 years |
carnet.franck.paul |
Merge 2.12.1
|
|
|
@3573:9000f35951d8
|
8 years |
carnet.franck.paul |
Preparing next release, 2.12.1
|
|
|
@3572:7b171ccd8cee
|
8 years |
carnet.franck.paul |
Reduce indexed varchar(255) fields to varchar(191) : table category, field …
|
|
|
@3568:5032e1fe2a02
|
8 years |
carnet.franck.paul |
The publicBeforeContentFilter and publicAfterContentFilter will not more …
|
|
|
@3567:41409aa93149
|
8 years |
carnet.franck.paul |
The publicBeforeContentFilter and publicAfterContentFilter will not more …
|
|
|
@3566:9effe026362c
|
8 years |
carnet.franck.paul |
Add an option to hide the Help button
|
|
|
@3565:7b120898d2bd
|
8 years |
carnet.franck.paul |
Add MySQL UTF8-MB4 support
|
|
|
@3563:356ba0efd2a4
|
8 years |
carnet.franck.paul |
Next 2.13 in development now
|
|
|
@3562:b7e4696fbe85
|
8 years |
carnet.franck.paul |
Release 2.12
|
|
|
@3556:b574668f192b
|
8 years |
carnet.franck.paul |
Time to switch to a more recent jQuery version (if not defined in blog …
|
|
|
@3555:5e3f39bb66dd
|
8 years |
carnet.franck.paul |
The next 2.13 will required PHP 5.5+, so warning about this in the 2.12 if …
|
|
|
@3546:83e8eeae47aa
|
8 years |
carnet.franck.paul |
Disable notice about PHP version for future releases
|
|
|
@3545:28e634881d70
|
8 years |
carnet.franck.paul |
Give a way to mute the potential annoying warning about future minimum PHP …
|
|
|
@3543:3874363133cd
|
8 years |
carnet.franck.paul |
Remove unecessary code (thanks adjaya for report)
|
|
|
@3535:014be8614b7f
|
8 years |
carnet.franck.paul |
Temporary password will have to be changed at first login (after resetting …
|
|
|
@3534:f33ffcf76153
|
8 years |
carnet.franck.paul |
Announce further requirements about PHP version
|
|
|
@3533:05b2dd45afd3
|
8 years |
carnet.franck.paul |
Switch hash method from sha1 to sha512 (new installation)
|
|
|
@3530:4298040911d6
|
8 years |
carnet.franck.paul |
Not more needed as dublin core metadata has been removed
|
|
|
@3528:6c3b56091267
|
8 years |
carnet.franck.paul |
Upgrade jQuery 2.2.0 to 2.2.4 (last release of jQuery 2.n branche)
|
|
|
@3527:a3aa387544b5
|
8 years |
carnet.franck.paul |
Not more needed as dublin core metadata has been removed
|
|
|
@3526:4659a409fa68
|
8 years |
carnet.franck.paul |
Allow 3rd party additional headers and extend arg of …
|
|
|
@3523:00d3ff65fc8f
|
9 years |
carnet.franck.paul |
blogs’ admin (ie not super-admin) got back their blogs’ list but only …
|
|
|
@3522:187d31e91d0a
|
9 years |
carnet.franck.paul |
blogs’ admin (ie not super-admin) got back their blogs’ list but only …
|
|
|