diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-11-30 12:30:40 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-11-30 12:30:40 +0100 |
commit | d14415e37072dbe16077efd700aee5bd33707b54 (patch) | |
tree | 062c3c190039ac9490f56598b0ee116de18c2480 /lib/images | |
parent | 2ed38036a53a489d2fcadc46ce601f8c876fca31 (diff) | |
parent | 38479cbba628ee76a92ff5f3c974cfa8e6ce9e61 (diff) | |
download | rpg-d14415e37072dbe16077efd700aee5bd33707b54.tar.gz rpg-d14415e37072dbe16077efd700aee5bd33707b54.tar.bz2 |
Merge branch 'master' into subscription
* master: (175 commits)
some coding style improvements
added .idea project folder to gitignore
use correct setUp method and parent calls.
Correct German plugin manager translation (download != install)
correct return in sendDigest()
Fix case-insensitive match in ACL checking
GeSHi update to 1.0.8.11
ignore empty header on mail sending
remove empty BCC/CC mail headers
Galician language update
some welcome page changes
Combine subsequent calls to strtr into a single transformation
changed semicolon to colon in link to welcome page to make it less confusing
fixed wrong sidebar showing in namespaces when sidebar is disabled
Typo fix for TL;DR
removed a bunch of outdated and irrelevant networking acronyms
added another place to look for logo to make it more consistent (FS#2656)
French language update
Czech language update
compat js findPosX/y more closely mimic historical function
...
Conflicts:
inc/auth.php
inc/common.php
inc/subscription.php
lib/exe/indexer.php
Diffstat (limited to 'lib/images')
-rw-r--r-- | lib/images/README | 6 | ||||
-rw-r--r-- | lib/images/_deprecated.txt | 12 | ||||
-rw-r--r-- | lib/images/arrow_down.gif | bin | 0 -> 273 bytes | |||
-rw-r--r-- | lib/images/arrow_up.gif | bin | 0 -> 274 bytes | |||
-rw-r--r-- | lib/images/at.gif | bin | 0 -> 57 bytes | |||
-rw-r--r-- | lib/images/bullet.png | bin | 0 -> 112 bytes | |||
-rw-r--r-- | lib/images/close.png | bin | 0 -> 137 bytes | |||
-rw-r--r-- | lib/images/closed-rtl.png | bin | 0 -> 118 bytes | |||
-rw-r--r-- | lib/images/closed.png | bin | 0 -> 119 bytes | |||
-rw-r--r-- | lib/images/del.png | bin | 0 -> 355 bytes | |||
-rw-r--r-- | lib/images/edit.gif | bin | 0 -> 142 bytes | |||
-rw-r--r-- | lib/images/email.png | bin | 0 -> 659 bytes | |||
-rw-r--r-- | lib/images/external-link.png | bin | 0 -> 816 bytes | |||
-rw-r--r-- | lib/images/list-minus.gif | bin | 0 -> 64 bytes | |||
-rw-r--r-- | lib/images/list-plus.gif | bin | 0 -> 67 bytes | |||
-rw-r--r-- | lib/images/open.png | bin | 0 -> 118 bytes | |||
-rw-r--r-- | lib/images/pencil.png | bin | 0 -> 391 bytes | |||
-rw-r--r-- | lib/images/resizecol.png | bin | 0 -> 158 bytes | |||
-rw-r--r-- | lib/images/smileys/index.php | 48 | ||||
-rw-r--r-- | lib/images/unc.png | bin | 0 -> 553 bytes |
20 files changed, 66 insertions, 0 deletions
diff --git a/lib/images/README b/lib/images/README new file mode 100644 index 000000000..e2788b400 --- /dev/null +++ b/lib/images/README @@ -0,0 +1,6 @@ + +Icons: email.png, external-link.png, unc.png +Icon set: Dusseldorf +Designer: pc.de +License: Creative Commons Attribution License [http://creativecommons.org/licenses/by/3.0/] +URL: http://pc.de/icons/#Dusseldorf diff --git a/lib/images/_deprecated.txt b/lib/images/_deprecated.txt new file mode 100644 index 000000000..bccea2049 --- /dev/null +++ b/lib/images/_deprecated.txt @@ -0,0 +1,12 @@ + +== @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 diff --git a/lib/images/arrow_down.gif b/lib/images/arrow_down.gif Binary files differnew file mode 100644 index 000000000..ff13b9585 --- /dev/null +++ b/lib/images/arrow_down.gif diff --git a/lib/images/arrow_up.gif b/lib/images/arrow_up.gif Binary files differnew file mode 100644 index 000000000..d491c18db --- /dev/null +++ b/lib/images/arrow_up.gif diff --git a/lib/images/at.gif b/lib/images/at.gif Binary files differnew file mode 100644 index 000000000..8bdf40d54 --- /dev/null +++ b/lib/images/at.gif diff --git a/lib/images/bullet.png b/lib/images/bullet.png Binary files differnew file mode 100644 index 000000000..5e557b334 --- /dev/null +++ b/lib/images/bullet.png diff --git a/lib/images/close.png b/lib/images/close.png Binary files differnew file mode 100644 index 000000000..4ccef0603 --- /dev/null +++ b/lib/images/close.png diff --git a/lib/images/closed-rtl.png b/lib/images/closed-rtl.png Binary files differnew file mode 100644 index 000000000..caa027e34 --- /dev/null +++ b/lib/images/closed-rtl.png diff --git a/lib/images/closed.png b/lib/images/closed.png Binary files differnew file mode 100644 index 000000000..e3bd0f9e9 --- /dev/null +++ b/lib/images/closed.png diff --git a/lib/images/del.png b/lib/images/del.png Binary files differnew file mode 100644 index 000000000..e59ded55f --- /dev/null +++ b/lib/images/del.png diff --git a/lib/images/edit.gif b/lib/images/edit.gif Binary files differnew file mode 100644 index 000000000..a2a23de7b --- /dev/null +++ b/lib/images/edit.gif diff --git a/lib/images/email.png b/lib/images/email.png Binary files differnew file mode 100644 index 000000000..d1d4a5fd5 --- /dev/null +++ b/lib/images/email.png diff --git a/lib/images/external-link.png b/lib/images/external-link.png Binary files differnew file mode 100644 index 000000000..a4d5de17c --- /dev/null +++ b/lib/images/external-link.png diff --git a/lib/images/list-minus.gif b/lib/images/list-minus.gif Binary files differnew file mode 100644 index 000000000..36902f159 --- /dev/null +++ b/lib/images/list-minus.gif diff --git a/lib/images/list-plus.gif b/lib/images/list-plus.gif Binary files differnew file mode 100644 index 000000000..adc3fac8a --- /dev/null +++ b/lib/images/list-plus.gif diff --git a/lib/images/open.png b/lib/images/open.png Binary files differnew file mode 100644 index 000000000..5f2d408c5 --- /dev/null +++ b/lib/images/open.png diff --git a/lib/images/pencil.png b/lib/images/pencil.png Binary files differnew file mode 100644 index 000000000..78142b61e --- /dev/null +++ b/lib/images/pencil.png diff --git a/lib/images/resizecol.png b/lib/images/resizecol.png Binary files differnew file mode 100644 index 000000000..b5aeec004 --- /dev/null +++ b/lib/images/resizecol.png diff --git a/lib/images/smileys/index.php b/lib/images/smileys/index.php new file mode 100644 index 000000000..9a2905b33 --- /dev/null +++ b/lib/images/smileys/index.php @@ -0,0 +1,48 @@ +<!DOCTYPE html> +<html lang="en" dir="ltr"> +<head> + <title>simleys</title> + + <style type="text/css"> + body { + background-color: #ccc; + font-family: Arial; + } + + .box { + width: 200px; + float:left; + padding: 0.5em; + margin: 0; + } + + .white { + background-color: #fff; + } + + .black { + background-color: #000; + } + </style> + +</head> +<body> + +<div class="white box"> +<?php +foreach (glob('*.gif') as $img) { + echo '<img src="'.$img.'" alt="'.$img.'" title="'.$img.'" /> '; +} +?> +</div> + +<div class="black box"> +<?php +foreach (glob('*.gif') as $img) { + echo '<img src="'.$img.'" alt="'.$img.'" title="'.$img.'" /> '; +} +?> +</div> + +</body> +</html> diff --git a/lib/images/unc.png b/lib/images/unc.png Binary files differnew file mode 100644 index 000000000..a552d6e6f --- /dev/null +++ b/lib/images/unc.png |