b92d070d | 11-Mar-2017 |
Àngel Pérez Beroy <aperezberoy@gmail.com> |
translation update |
f502bbbb | 16-Mar-2017 |
Martin Růžička <martinr@post.cz> |
translation update
squashed a whole bunch of PRs
closes #1907 closes #1908 closes #1909 closes #1910 closes #1911 closes #1912 closes #1913 closes #1914 closes #1915 closes #1916 closes #1917 close
translation update
squashed a whole bunch of PRs
closes #1907 closes #1908 closes #1909 closes #1910 closes #1911 closes #1912 closes #1913 closes #1914 closes #1915 closes #1916 closes #1917 closes #1918 closes #1919 closes #1920 closes #1921 closes #1922
show more ...
|
8ff80ee3 | 28-Feb-2017 |
phy25 <git@phy25.com> |
translation update |
36dccdcd | 25-Feb-2017 |
kuma <kuma000@qq.com> |
translation update |
2af726d3 | 22-Feb-2017 |
rnck <dokuwiki@rnck.de> |
translation update |
20f1bc50 | 14-Feb-2017 |
Olivier Humbert <trebmuh@tuxfamily.org> |
translation update |
6e0c32d7 | 17-Feb-2017 |
Hella Breitkopf <hella.breitkopf@gmail.com> |
translation update |
8061ba12 | 17-Feb-2017 |
mark prins <mprins@users.sf.net> |
translation update |
2f452d39 | 17-Feb-2017 |
alexey <xeenych@gmail.com> |
translation update |
9fe10ff8 | 16-Feb-2017 |
Marco Hofmann <xenadmin@meinekleinefarm.net> |
translation update |
1aa4284e | 16-Feb-2017 |
Paolo <paolopoz12@gmail.com> |
translation update |
935d40e9 | 16-Feb-2017 |
Marco Hofmann <xenadmin@meinekleinefarm.net> |
translation update |
46214a2f | 14-Feb-2017 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
b6f1debd | 06-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
optimized SVGs
ran svgo over all the admin svg files to strip all unneeded cruft. |
fafff83c | 06-Feb-2017 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
translation update |
653c4606 | 04-Feb-2017 |
hznupeter <qiujiongtao@163.com> |
translation update |
47d645c8 | 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
added SVG icons for our admin actions
using icons from https://materialdesignicons.com/ |
c06a6c6e | 26-Dec-2016 |
Torpedo <dgtorpedo@gmail.com> |
translation update |
fa078663 | 21-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow selecting the preferred CDN and add event
We now have two CDNs available. code.jquery.com which is the more popular one and CDNjs which is the faster one. Plugin authors can use a plugin hook
allow selecting the preferred CDN and add event
We now have two CDNs available. code.jquery.com which is the more popular one and CDNjs which is the faster one. Plugin authors can use a plugin hook to easily implement their own preferred CDN. Authors might even use this event to conditionally load additional JavaScript files.
show more ...
|
cb147489 | 01-Dec-2016 |
高博 <bobnemo1983@gmail.com> |
translation update |
61537d47 | 26-Nov-2016 |
Andreas Gohr <andi@splitbrain.org> |
split off jquery from other JS and add CDN option #1766
jQuery (and UI and Migrate) are now loaded separately from the rest of the JavaScript. This adds at least one HTTP request more but has some a
split off jquery from other JS and add CDN option #1766
jQuery (and UI and Migrate) are now loaded separately from the rest of the JavaScript. This adds at least one HTTP request more but has some advantages:
* browsers can cache it independently * the cache is only invalidated when versions update * we do not apply any transformations (replacements, minimizing, etc) on this code anymore which makes our dispatcher faster for the other JS * browsers seem to load (not execut) both (jquery and other) parallel, which might increase download speed a bit
This split allowed for the introduction of a new config: jquerycdn. When enabled the 3 jquery files are loaded from jQueries CDN. This adds another two HTTP requests but:
* since it's another host those files do not apply to the 4 request per host limit and can be loaded (not executed) in paralell which might increase download speeds a bit * the CDN is distributed worldwide which means files are requested from the closest location, increasing the download speeds * since these files/CDN are very popular, chances are high that people already have them cached in their browsers, reducing the download time to 0 and effectiely halving the javascript needed to download
The option currently defaults to 'off', but I would argue 'on' would be the better default.
show more ...
|
563f573e | 12-Nov-2016 |
Жељко Тодоровић <zeljko_todorovic@mail.com> |
translation update |
6c345bbe | 12-Nov-2016 |
tai <tai_tang@126.com> |
translation update |
bb70bdd3 | 24-Oct-2016 |
valentina_prof <sadoveanu.inform@gmail.com> |
translation update |
a43b1856 | 22-Oct-2016 |
Arne Hanssen <arne.hanssen@getmail.no> |
translation update |