summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Efficiently wait on socketsTom N Harris2012-06-20
|
* HTTP headers are already parsed, there is no need for regexpTom N Harris2012-06-19
|
* Utility function for writing to a socketTom N Harris2012-06-19
|
* Utility functions for reading from a socket.Tom N Harris2012-06-18
| | | | | | | Reading from a socket is handled by functions that encapsulate the error handling and timeout conditions. _readData reads blocks of data. _readLine reads a single line.
* Raise an exception on socket errors.Tom N Harris2012-06-18
| | | | | This is the first step in refactoring the socket reader to be more resilient and easier to debug.
* Correct handling of chunked transfer encoding. (FS#2535)Tom N Harris2012-06-18
|
* Avoid strict warnings about unset array keys.Tom N Harris2012-06-18
|
* Reference static variable through 'self::' as you're supposed to.Tom N Harris2012-06-18
|
* Korean language update이명진2012-06-13
|
* Italian language updateMatteo Pasotti2012-06-12
|
* Polish langauge updateAoi Karasu2012-06-12
|
* chinese language update. related to FS#2360lainme2012-06-12
|
* Fix for FS#2522 / Now all places of $lang['restored'] are covered with the ↵lupo492012-06-10
| | | | restored-date information
* formatBc. Jan Kaláb2012-06-03
|
* formatBc. Jan Kaláb2012-06-03
|
* formatingBc. Jan Kaláb2012-06-03
|
* improved earlier change for paths error messages to not produce any noticesAnika Henke2012-05-27
|
* improved error message for savedir paths (FS#2502)Anika Henke2012-05-27
|
* don't rely on metadata for conflict detectionAndreas Gohr2012-05-22
| | | | | This also fixes a problem wiht PHP 5.4 when there is metadata but the date key is empty.
* Korean language updateErial Krale2012-05-22
|
* Ukrainian language updateRoman Franchuk2012-05-22
|
* Fixes messages.txt's modification timestamp not being updated.Robert Nitsch2012-05-21
| | | | | | | | | This bug occurs on systems where writing a zero-length string to an empty file does not update the file's modification timestamp. This leads to the messages.txt being downloaded almost endlessly, causing long delays for logged-in users. Visitors are not affected, because the messages.txt is only updated for logged-in users.
* do not surpress any errors when loading plugin filesAndreas Gohr2012-05-20
| | | | | | When a plugin file exists, we can assume it is the correct file and load it without error supression. This makes it much easier to detect and debug problematic plugins.
* make sure SSO data for AD backend is always UTF-8Andreas Gohr2012-05-16
| | | | In some circumstances the username was set in latin1.
* empty ID in wl() will be treated as $conf['start']Dominik Eckelmann2012-05-14
|
* tpl_get_action: Return empty params array instead of params stringMichael Hamann2012-05-11
| | | | | This prevents an "Illegal string offset" error in PHP 5.4 in the test cases (the integration tests failed here with PHP 5.4).
* Fix nested triggering of the same eventMichael Hamann2012-05-11
| | | | | | | | | | Previously when in an event handler the same event was triggered again, only the handlers for the second event invocation were all executed, the handling of the "outer" event stopped after the handling of the inner event as they both used the same iterator of the hooks array. This caused caching bugs e.g. when both the include and the indexmenu plugin were enabled as both of them load metadata in the cache handler which triggers another renderer cache event.
* GeSHi updated to 1.0.8.10Andreas Gohr2012-05-10
|
* Restore page versions - add timestamp of the restored version to to the ↵lupo492012-05-08
| | | | | | summary field. This allows easier identifying of which version has been restored. (FS#2522)
* fixed a JSON bug with handling backspacesAndreas Gohr2012-05-03
| | | | This was fixed in upstream and the upstream tests caught this :-)
* also skip native JSON encoding when skipnative is trueAndreas Gohr2012-05-03
|
* removed duplicated documentation header in JSON.phpAndreas Gohr2012-05-02
|
* Merge pull request #96 from dom-mel/phpunitAndreas Gohr2012-05-01
|\ | | | | Replace SimpleTest with PHPUnit
| * avoid integer overflow in PassHash::pmd5 methodAndreas Gohr2012-05-01
| | | | | | | | | | | | Input iteration counts are squared in the function and passing something above 30 is giving integer overflows on 32 bit systems (and causes insane iteration counts on 64bit systems).
| * make HTTPClient loadable via autoloaderAndreas Gohr2012-04-26
| | | | | | | | | | this fixes the HTTP tests which do test the base class directly instead of the DokuHTTPClient subclass
| * Merge branch 'master' into phpunitAndreas Gohr2012-04-23
| |\ | | | | | | | | | | | | * master: added option to disable reverse DNS lookups
| * \ Merge branch 'master' into phpunitAndreas Gohr2012-04-20
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (29 commits) some edge case checking in search result highlighting Resolve empty page ID to configured start page Added more detail error code for unauthorized calls in xmlrpc interface. changed internal Mailer members from private to protected made it possible to disable HTML mails in the config removed commented code left from the quoted_printable days add missing table tags for HTML diff mails fixed subscriber mail signatures use real HRs in HTML mails Add various headers to the mails FS#2247. pull request #83 closed removed footer image from HTML mails use inlinestyles for diffs in HTML mails fixed signature stripping fixed mailprefix handling fixed missing replacement for HTML notify mails allow image embeds in HTML mail templates Added HTML wrapper for mails allow non-txt extensions when accessing locales added Mailer class to autoloader Replaced mail_send calls with new Mailer class ...
| * \ \ Merge branch 'master' into phpunitTobias Sarnowski2012-04-20
| |\ \ \
| * | | | have a default plugin configAndreas Gohr2012-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | This allows us to distribute plugins that are disabled by default. We'll may want to do that for a special unit test plugin
| * | | | no need to pass objects by referenceAndreas Gohr2012-04-17
| | | | | | | | | | | | | | | | | | | | fixes passing null to event hook registration
| * | | | Romanian language updateEmanuel-Emeric Andraşi2012-04-16
| | | | |
| * | | | Marathi language updatePadmanabh Kulkarni2012-04-16
| | | | |
| * | | | Remote search is aware of useheading optionTim Roes2012-04-16
| | | | |
| * | | | Added page title to search results in Remote APITim Roes2012-04-16
| | | | |
| * | | | Arabic Language UpdateUsama Akkad2012-04-16
| | | | |
* | | | | Esperanto language updateRobert Bogenschneider2012-04-27
| | | | |
* | | | | Japanese language updateOsaka2012-04-27
| | | | |
* | | | | French language updateYannick Aure2012-04-27
| | | | |
* | | | | display uploadable file size in media manager FS#2425Andreas Gohr2012-04-23
| |_|_|/ |/| | |
* | | | added option to disable reverse DNS lookupsAndreas Gohr2012-04-23
| |_|/ |/| |