| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
- replace PHP4 style class constructor function names (based on
class name) with php 5 __construct()
Also remove some '&' reference operators used with objects
And add some object type hints
|
|
|
|
| |
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By default, SimplePie sorts RSS entries by the the date on each entry.
If some cases, mostly where RSS is used as a input format for another
service, rendering the order as-is is better than having it sorted.
This patch adds a new parameter for the rss keyword, 'nosort', which can
be used to disable SimplePie's sorting.
This makes it possible to correctly display RSS feeds from "Remember The
Milk", which have a complex order from the system.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
inc/media.php
inc/plugin.php
inc/template.php
lib/plugins/authplain/_test/escaping.test.php
lib/plugins/syntax.php
|
| |\ |
|
| | | |
|
| |/ |
|
|/
|
|
|
|
| |
many PHPDocs
some unused variables
some dynamically declared variables declared
|
|\
| |
| | |
Adding <thead> to tables
|
| |
| |
| |
| |
| |
| | |
1. TD < 2 in a row
2. TD <= 50% of total cells
3. Not all table rows can be THEAD rows
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | | |
Implements FS#1764
|
| |/
|/| |
|
| | |
|
| |
| |
| |
| | |
\!empty/empty/isset as appropriate
|
|/ |
|
|\
| |
| | |
Display tablecell with rowspan at first row as empty cell. Fixes FS#2810
|
| | |
|
|/
|
|
|
| |
Removed extraneous whitespace to eliminate errors reported by the
Squiz.WhiteSpace.SuperfluousWhitespace sniff.
|
|
|
|
| |
Fix violations for Generic.PHP.LowerCaseConstant.Found
|
|
|
|
| |
Change indentation to ensure code confirms to CodeSniffer rules.
|
| |
|
|
|
|
|
| |
unset does not reset the Array's internal pointer which messes up later
calls. array_pop is still much faster than array_splice
|
| |
|
| |
|
|
|
|
| |
Looks like a for loop is faster than array_splice
|
|
|
|
| |
The file contained a few DOS lineendings and trailing spaces
|
|\ |
|
| |
| |
| |
| |
| |
| | |
-Simplify the algorithm. May improve performance.
-Treat footnote as pure block and section as pure stack.
-Remove post-p-open and pre-p-close linefeeds. Affects the effect of xbr plugin.
|
| |
| |
| |
| | |
starting single linebreaks.
|
|/
|
|
| |
and help PHP garbage collection for PHP < 5.3
|
|
|
|
|
|
| |
As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
darcs-hash:20091119140619-e4919-15efddc768526a6c1f6472f83ede17019144ffa3.gz
|
|
|
|
|
| |
Assigning the return value of new by reference is deprecated, PHP5's new
automatically assigns by reference
|
|
|
|
|
|
| |
Ignore-this: c5a934d8bce1c2b5953632bedd0c4f64
darcs-hash:20091201205426-f07c6-e21cbc5f84a8702f074069eae3cab1aa4bdb50ea.gz
|
|
|
|
| |
darcs-hash:20091103165100-9a5f4-b992cc4b716134f750ffffa678694b7ba05c541a.gz
|
|
|
|
| |
darcs-hash:20091103161002-9a5f4-2114938a7e62a924b9fe424b63584a4747286563.gz
|
|
|
|
| |
darcs-hash:20091103130556-e4919-f9045f6018952f2b02a699d18746a330526a4dbe.gz
|
|
|
|
|
|
| |
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ignore-this: b30b4a3061ad7a485012f6fd55cdfc78
This patch fixes problems with blank lines which contain whitespace before EOL.
It also fixes an issue with preformatted syntax mode not triggering following
p_open instructions under some circumstances.
Note: The fix can result in swallowing of non-eol white space that precedes the
EOL. This can happen when there is no non-whitespace CDATA between the end of
the previous syntax mode and the EOL character.
darcs-hash:20091004190359-f07c6-36bb418cb9be8bbaff741b4cbe135c442d0bde81.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20090528215438-6942e-bf1b875e689ade6bd1a17e3d812ce16bf35c84a6.gz
|