- Jun 26, 2011
-
-
Anika Henke authored
-
- Jun 16, 2011
-
-
Andreas Gohr authored
-
- Apr 16, 2011
-
-
Anika Henke authored
-
- Mar 24, 2011
-
-
Michal Rezler authored
-
- Mar 05, 2011
-
-
Andreas Gohr authored
-
- Feb 27, 2011
-
-
Anika Henke authored
-
- Feb 18, 2011
-
-
http://www.smushit.com/ysmush.it/Petsagourakis George authored
Passed every png file through http://www.smushit.com/ysmush.it/ saving some 1-2kb of binary image data
-
- Feb 06, 2011
-
-
Anika Henke authored
-
- Jan 31, 2011
-
-
Andreas Gohr authored
-
- Jan 03, 2011
-
-
Anika Henke authored
-
- Nov 30, 2010
-
-
Michael Hamann authored
This reverts commit 48714142. Additionally there is a new fix for FS#2107 that doesn't introduce a lot of checks but instead ensures that the configuration option can't be set to negative values when the configuration manager is used.
-
- Nov 26, 2010
-
-
Michael Hamann authored
This fixes an infinite loop in breadcrumbs() and makes the behaviors in all places where breadcrumbs are used consistent so that non-numeric values, values < 0 and 0 are treated the same way.
-
- Nov 13, 2010
-
-
Dominik Eckelmann authored
-
- Nov 12, 2010
-
-
Anika Henke authored
-
- Nov 07, 2010
-
-
Anika Henke authored
-
- Nov 05, 2010
-
-
Andreas Gohr authored
-
- Oct 24, 2010
-
-
Andreas Haerter authored
-
- Oct 02, 2010
-
-
Andreas Gohr authored
-
- Sep 09, 2010
-
-
Andreas Gohr authored
Template authors might need to adjust their CSS
-
- Jun 27, 2010
-
-
Anika Henke authored
-
- Jun 26, 2010
-
-
Anika Henke authored
-
Gina Haeussge authored
FS#1874: removed padding for interwiki links in print stylesheet, as the icons aren't displayed there
-
- Apr 12, 2010
-
-
Christopher Smith authored
-
- Apr 10, 2010
-
-
Christopher Smith authored
-
Christopher Smith authored
-
- Apr 02, 2010
-
-
Andreas Gohr authored
This introduces a new function called tpl_flush() which should be used by template authors in favor of the PHP flush() method.
-
- Mar 02, 2010
-
-
Adrian Lang authored
-
Dominik Eckelmann authored
-
- Jan 20, 2010
-
-
Andreas Gohr authored
Ignore-this: e1b3b815b5ebb0da320bff997c4fed4b darcs-hash:20091130130311-6e07b-03ccfc52abb3dcc0764eed5784d81f8416841328.gz
-
Adrian Lang authored
-
- Jan 19, 2010
-
-
Adrian Lang authored
darcs-hash:20091202122434-e4919-d7be5b868af742e2408091b48f0152153ff1acb1.gz
-
- Nov 15, 2009
-
-
Anika Henke authored
darcs-hash:20091115124835-f7d6d-16e82c8e19c98111f42eccfb52f004b40ce7c928.gz
-
- Oct 07, 2009
-
-
Andreas Gohr authored
Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17 It is now possible to use the %f placeholder in $conf['dformat'] to add a fuzzy age string. Template developers and plugin authors should replace their strftime + $conf['dformat'] calls with calls to the new dformat() function. Example: %Y/%m/%d %H:%M (%f) produces dates like this: 2009/09/16 10:36 (3 weeks ago) darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz
-
- Oct 16, 2009
-
-
furun authored
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
-
- Sep 11, 2009
-
-
Andreas Gohr authored
Ignore-this: e3c9b5f941b2f1aa83ca375861203a2f This patch adds another button for users with the $conf['manager'] role when viewing an old revision. It allows them to revert to this revision with a single click. darcs-hash:20090911081833-7ad00-5a64feb7e3e1b37178295c290a6c97c3923e82e3.gz
-
- Aug 27, 2009
-
-
Andreas Gohr authored
Ignore-this: 6aee01f1e872490512480ff8cac566be darcs-hash:20090827142929-6e07b-2aba4d2ac75c870f0c6e4ec903ec3c9ce5863842.gz
-
- Aug 14, 2009
-
-
Andreas Gohr authored
Ignore-this: 100b66fbe26d82dfd6cffba751cf6992 darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz
-
- Aug 12, 2009
-
-
Andreas Gohr authored
Ignore-this: ae47b532b80d10868e82e0ccc5c963d1 A DOM object that is dragged through the new drag Object gets the ondrag assigned. note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info darcs-hash:20090812180344-6e07b-a50d6589f0650897ddd5f5d345a3d15513aada77.gz
-
Andreas Gohr authored
Ignore-this: c15561aa909f921f7845576378851b93 This adds a new link wizard to the toolbar which helps users to find the page the want to link to. Pages can be found by a simple page name search or by browsing the existing namespaces. This is the first checkin. Some cleanup and MSIE compatibility checks remain. note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz
-
- Jul 26, 2009
-
-
Andreas Gohr authored
Ignore-this: 80398f84222bec1fce56eee8f107d37a This patch enhances the code and file syntax with several new features. 1. code and file are now essentially the same and just differ in the class name. This means you now can use the file syntax with syntax highlighting as well. This also solves problems where the code to highlight already contains a <code> tag (FS#1493) 2. a filename can be given as label for the code or file block. It is specified as second parameter after the language: <code html myfile.html>...</code> If no highlighting is wanted, but a filename shall be given, you can use a dash as language: <code - somefile.foo>...</code> 3. when a filename was given (as shown above), the label links to a download of the code given in the code/file block. This is made possible by a new renderer in inc/parser/code.php. The basename of given filename is suggested as filename when downloading. darcs-hash:20090726175158-7ad00-969641a06ae1393a6d99207c3cd938fb67f23a71.gz
-