diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-11-17 12:50:47 -0800 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-11-17 12:50:47 -0800 |
commit | 9464f316b5a199fe6921d52a51029d60f5e30ceb (patch) | |
tree | 44ac76b534e16cc736255ed49afe82a9cc812375 /lib | |
parent | ad72cb390239ebdbb57f05f2a3c95ad52f6285cd (diff) | |
parent | 13054fbf5e7e9dd2c2544a358603cd8f195f9996 (diff) | |
download | rpg-9464f316b5a199fe6921d52a51029d60f5e30ceb.tar.gz rpg-9464f316b5a199fe6921d52a51029d60f5e30ceb.tar.bz2 |
Merge pull request #406 from splitbrain/remove-deprecated-stuff
Remove deprecated stuff
Diffstat (limited to 'lib')
-rw-r--r-- | lib/exe/css.php | 15 | ||||
-rw-r--r-- | lib/images/_deprecated.txt | 12 | ||||
-rw-r--r-- | lib/images/arrow_down.gif | bin | 273 -> 0 bytes | |||
-rw-r--r-- | lib/images/arrow_up.gif | bin | 274 -> 0 bytes | |||
-rw-r--r-- | lib/images/at.gif | bin | 57 -> 0 bytes | |||
-rw-r--r-- | lib/images/close.png | bin | 137 -> 0 bytes | |||
-rw-r--r-- | lib/images/del.png | bin | 355 -> 0 bytes | |||
-rw-r--r-- | lib/images/edit.gif | bin | 142 -> 0 bytes | |||
-rw-r--r-- | lib/images/list-minus.gif | bin | 64 -> 0 bytes | |||
-rw-r--r-- | lib/images/list-plus.gif | bin | 67 -> 0 bytes | |||
-rw-r--r-- | lib/images/pencil.png | bin | 391 -> 0 bytes |
11 files changed, 1 insertions, 26 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index 02fc6eab7..c2540cc03 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -84,16 +84,6 @@ function css_out(){ if(isset($config_cascade['userstyle'][$mediatype])){ $files[$mediatype][$config_cascade['userstyle'][$mediatype]] = DOKU_BASE; } - // load rtl styles - // note: this adds the rtl styles only to the 'screen' media type - // @deprecated 2012-04-09: rtl will cease to be a mode of its own, - // please use "[dir=rtl]" in any css file in all, screen or print mode instead - if ($mediatype=='screen') { - if($lang['direction'] == 'rtl'){ - if (isset($styleini['stylesheets']['rtl'])) $files[$mediatype] = array_merge($files[$mediatype], $styleini['stylesheets']['rtl']); - if (isset($config_cascade['userstyle']['rtl'])) $files[$mediatype][$config_cascade['userstyle']['rtl']] = DOKU_BASE; - } - } $cache_files = array_merge($cache_files, array_keys($files[$mediatype])); } @@ -511,11 +501,6 @@ function css_pluginstyles($mediatype='screen'){ $list[DOKU_PLUGIN."$p/style.css"] = DOKU_BASE."lib/plugins/$p/"; $list[DOKU_PLUGIN."$p/style.less"] = DOKU_BASE."lib/plugins/$p/"; } - // @deprecated 2012-04-09: rtl will cease to be a mode of its own, - // please use "[dir=rtl]" in any css file in all, screen or print mode instead - if($lang['direction'] == 'rtl'){ - $list[DOKU_PLUGIN."$p/rtl.css"] = DOKU_BASE."lib/plugins/$p/"; - } } return $list; } diff --git a/lib/images/_deprecated.txt b/lib/images/_deprecated.txt index bccea2049..a347f8b3c 100644 --- a/lib/images/_deprecated.txt +++ b/lib/images/_deprecated.txt @@ -1,12 +1,2 @@ -== @deprecated 2012-10-06 == - -arrow_down.gif -arrow_up.gif -at.gif -close.png -del.png -edit.gif -list-minus.gif -list-plus.gif -pencil.png +(none) diff --git a/lib/images/arrow_down.gif b/lib/images/arrow_down.gif Binary files differdeleted file mode 100644 index ff13b9585..000000000 --- a/lib/images/arrow_down.gif +++ /dev/null diff --git a/lib/images/arrow_up.gif b/lib/images/arrow_up.gif Binary files differdeleted file mode 100644 index d491c18db..000000000 --- a/lib/images/arrow_up.gif +++ /dev/null diff --git a/lib/images/at.gif b/lib/images/at.gif Binary files differdeleted file mode 100644 index 8bdf40d54..000000000 --- a/lib/images/at.gif +++ /dev/null diff --git a/lib/images/close.png b/lib/images/close.png Binary files differdeleted file mode 100644 index 4ccef0603..000000000 --- a/lib/images/close.png +++ /dev/null diff --git a/lib/images/del.png b/lib/images/del.png Binary files differdeleted file mode 100644 index e59ded55f..000000000 --- a/lib/images/del.png +++ /dev/null diff --git a/lib/images/edit.gif b/lib/images/edit.gif Binary files differdeleted file mode 100644 index a2a23de7b..000000000 --- a/lib/images/edit.gif +++ /dev/null diff --git a/lib/images/list-minus.gif b/lib/images/list-minus.gif Binary files differdeleted file mode 100644 index 36902f159..000000000 --- a/lib/images/list-minus.gif +++ /dev/null diff --git a/lib/images/list-plus.gif b/lib/images/list-plus.gif Binary files differdeleted file mode 100644 index adc3fac8a..000000000 --- a/lib/images/list-plus.gif +++ /dev/null diff --git a/lib/images/pencil.png b/lib/images/pencil.png Binary files differdeleted file mode 100644 index 78142b61e..000000000 --- a/lib/images/pencil.png +++ /dev/null |