- 17 Aug, 2004 3 commits
-
-
Dries authored
- The upload (filehandler) module has landed!
-
Dries authored
-
Steven Wittens authored
-
- 16 Aug, 2004 11 commits
-
-
Steven Wittens authored
Fixing a faulty check in cache_get() which prevented empty data from being returned. This was required for filtercache, where a cache entry with empty data can have meaning (e.g. as the output for the input '<script></script>' when script is not allowed).
-
Dries authored
-
Dries authored
+ If an array of tb urls is given for mt_tb_ping_urls, the last url actually gets pinged twice. + mt_allow_comments and mt_convert_breaks were not being sent properly in the xmlrpc response for getPost.
-
Dries authored
- Added missing ')'.
-
Dries authored
-
- 15 Aug, 2004 3 commits
-
-
Dries authored
* Don't rely on a blog table (i.e. do 'extended' the drupal way. * Allow listing / setting new 'input format' - (using mt.supportedTextFilters). * Handle MT extensions to metaWeblog.newPost/editPost where applicable. * Implemented mt.supportedMethods. * Also did a bit of refactoring to make sure we generate post values the same for both newPost/editPost but also for getRecentPosts and getPost
-
Dries authored
- Removed the offline users feature.
-
- 14 Aug, 2004 8 commits
-
-
Steven Wittens authored
#10013: Rolling back accidental commit of Adrian's template system changes (got in through the code style improvements patch).
-
Steven Wittens authored
-
Steven Wittens authored
- Restoring broken update path. - Adding birthday/date function back, with update path. - Show private fields when viewing your own profile, or for admins. - Do not allow browsing of private fields for non admins (403) - Throw a 404 for browsing unbrowsable fields, rather than an SQL error - Fixing input processing: nothing is filtered twice anymore, and I replaced several strip_tags with specialchars (more flexible). - Minor admin UI tweaks + added friendly field type names.
-
Dries authored
- Patch by Al: don't translate all help text upon every page view!
-
Dries authored
* Refactored the "brains" of user_login() to user_authenticate($user, $pass) so that blogapi (and others) can authenticate users (including those using DistAuth) without all the html and drupal_goto calls * Updates blogapi_validate_user to use user_authenticate.
-
Dries authored
- Added missing quotes around 'name'. Spotted by James.
-
Dries authored
* Adds missing quotes around the username in "session closed" watchdog messages from user.module (session opened has quotes, but session closed does not). * Changed "view detals" after watchdog entries to "details".
-
Dries authored
- Patch #10044 by TDobes: fixed broken links in the statistics module. In the current statistics.module, clicking a page title should lead to the appropriate page within the local site. Instead, it leads to a 404 because the / character is turned into %2F... this is due to the paths being passed through urlencode(). The attached patch removes the problematic calls to urlencode.
-
- 13 Aug, 2004 1 commit
-
-
Steven Wittens authored
-
- 12 Aug, 2004 10 commits
-
-
Dries authored
-
Dries authored
I had some trouble adding this feature but realized that the "who's online" block is a geek think, and therefore it won't hurt to add some more geekiness. If you don't know what "offline users" means, you would not have understood "online users" in the first place. Either way, I think most people who have the block enabled, will find this an interesting addition.
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Dries authored
-
- 11 Aug, 2004 2 commits
-
-
Dries authored
- New locale module thanks to Gerhard, Goba, Marco, Kristjan and others. The new locale module provides every functionality on the web interface, so you don't need to edit the configuration files or add columns, when you add a new language. This module is an integration of the old locale and localegettext modules, plus a bunch of logic to parse Gettext Portable Object files (opposed to Machine Object files, as supported by localegettext). Note: I made some minor changes to the context-sensitive help texts and to some of the status messages.
-
Steven Wittens authored
- Cleaning up code a bit
-
- 10 Aug, 2004 2 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
- Removing some leftover dead code
-