| Commit message (Collapse) | Author | Age |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master: (169 commits)
added PCRE UTF-8 checks to do=check FS#2636
avoid multiple paralell update checks
fix regression bug in HTTPClient FS#2621
changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER
TarLib code cleanup
TarLib: fixed appending in non-dynamic mode
fixed third method of adding files in TarLib
fix lone zero block in TarLib created archives
fix use of constructor in TarLib
Slovak language update
Korean language update
Latvian language update
added event PAGEUTILS_ID_HIDEPAGE
added test for isHiddenPage()
removed redundant variables in tpl_include_page() (because of 3ff8773b)
added cut off points for mobile devices as parameters to style.ini
Corrected typo: ruke -> rule
Persian language update
Spanish language update
russian language update
...
|
| | |
|
| |
| |
| |
| |
| | |
we now touch the messages before the actual update happens. this should
lower the chance of more than one update check running at a time.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In the recent refactoring of the HTTPClient, a problem with certain
systems was reintroduced. On these systems a select() call always
waits for a timeout on the first call before working properly on the
second call.
This patch reintroduces the shorter timeouts with usleep rate limiting
again.
Since this bug is not reproducible on other systems it can't be unit
tested unfortunately.
|
| |\
| | |
| | | |
Added PAGEUTILS_ID_HIDEPAGE Event
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | | |
| | | | |
fix E_STRICT errors FS#2427
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins, E_STRICT errors are still
supressed.
|
| |\ \ \
| | | | |
| | | | | |
add index file similar to fileicons to show active smileys
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Appending files now works at least for uncompressed tar files. Seeking
in compressed tars is not yet supported.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
You can give a path and file contents in an array. However this didn't
work because the file_exist() check was done before checking for an
array
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |_|/
| |/| | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
Corrected typo: ruke -> rule
|
| |/ / / |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
Removed acronyms for "Perl" and "PERL" as Perl is not an acronym.
|
| | | | |
| | | | |
| | | | |
| | | | | |
See http://learn.perl.org/faq/perlfaq1.html#Whats-the-difference-between-perl-and-Perl-
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Internet Explorer 8 (and maybe others) seem to use different
capitalization in the ACCEPT_CHARSET header between "normal" requests
and AJAX requests. This causes a browser UID mismatch and thus an
unecessary reauthentication.
|
| |\ \ \
| | | | |
| | | | | |
Made bin/striplangs.php executable
|
| |/ / /
| | | |
| | | |
| | | | |
Made it easier to use, and consistent with the others bin/*php scripts
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \ |
|
| | |\ \ \
| | | | | |
| | | | | | |
Proposed fix for #2541
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
the elements being highlighted & later remove it
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
* added more selectors to allow different markup
* added border to make tabs more distinctive, especially in other templates
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
added support for local style.ini files
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|