summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* user.module - Fixing incorrect t() replacement string.Steven Wittens2004-08-20
|
* - Code improvements by Stefan: use capital letters for header titles (and ↵Dries Buytaert2004-08-19
| | | | added some missing t() functions).
* Fixing incorrect default value of allowed_html at one instance.Steven Wittens2004-08-19
|
* Fixed bad permissions in upload.module:Steven Wittens2004-08-18
| | | | | | | - Admin - upload only shows up for 'access administration section' perms - Users without 'upload files' perm do not see the attachments form (and cannot attach even when sending their own http request) Note: if a user can edit a node, but not 'upload files', then the attachments are left untouched (and cannot be changed).
* - Bugfix, spotted by Gerhard: editing a book page did not update the author.Dries Buytaert2004-08-18
|
* - Code improvements by Stefan: made all status messages consistent (and ↵Dries Buytaert2004-08-18
| | | | easier to translate).
* - Code improvements by Stefan:Dries Buytaert2004-08-18
| | | | | | + " -> ' + Using form_set_error() instead of drupal_set_message(). + Removed dead code.
* - Small change to the wording of the 'note'.Dries Buytaert2004-08-18
|
* Setting the default workflow for attachments by upload.module to be enabled.Steven Wittens2004-08-18
| | | | This makes sense because people will expect attachments to work everywhere when they enable this module. This also matches comment.module's behaviour, where comments are allowed by default unless turned off.
* Adding a note about the locale.module to CHANGELOG.Steven Wittens2004-08-17
|
* - Updated the CHANGELOG.txt.Dries Buytaert2004-08-17
|
* - The upload (filehandler) module has landed!Dries Buytaert2004-08-17
|
* - Bugfix: include the xmlrpc library.Dries Buytaert2004-08-17
|
* Minor code clean-up in aggregator_configure().Steven Wittens2004-08-17
|
* Fixing a faulty check in cache_get() which prevented empty data from being ↵Steven Wittens2004-08-16
| | | | 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).
* - Patch #9900 by Al: bugfix: don't display two <hr />'s.Dries Buytaert2004-08-16
|
* - Patch #10026 by Al: bugfix: don't show the 'more help' links when the help ↵Dries Buytaert2004-08-16
| | | | module is disabled.
* - Patch #10115 by James: bugfixes:Dries Buytaert2004-08-16
| | | | | + 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.
* - Patch #10110 by JonBob: code improvement: looks like we have an artifact ↵Dries Buytaert2004-08-16
| | | | from before clean URLs in node.module. This patch removes the global variable $mod, which is no longer set and not necessary here anyway.
* - Patch #7458: bugfix: reverted the conditional inclusion of xmlrpc.inc.Dries Buytaert2004-08-16
|
* - Added missing ')'.Dries Buytaert2004-08-16
|
* - Patch #9983 by Stefan: usability improvement: made sure all status ↵Dries Buytaert2004-08-16
| | | | messages start with a capital letter.
* - Patch #10103 by Gerhard: book module cleanup.Dries Buytaert2004-08-16
|
* - Patch #10102 by Gerhard: removing some cruft from the node module!Dries Buytaert2004-08-16
|
* - Patch #10111 by Killes: fixed some SQL queries.Dries Buytaert2004-08-16
|
* - Patch by James Seng and James Walkah:Dries Buytaert2004-08-15
| | | | | | | | * 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
* - Patch #9864 by JonBob: better form validation in menu administration.Dries Buytaert2004-08-15
|
* - Removed the offline users feature.Dries Buytaert2004-08-15
|
* #10013: Rolling back accidental commit of Adrian's template system changes ↵Steven Wittens2004-08-14
| | | | (got in through the code style improvements patch).
* #6732: fixing bug 'once anonymous always anoymous' (nodes).Steven Wittens2004-08-14
|
* #10012 - Profile.module:Steven Wittens2004-08-14
| | | | | | | | | | - 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.
* - Patch by Al: don't translate all help text upon every page view!Dries Buytaert2004-08-14
|
* - Patch by James: made the blogapi work with DA.Dries Buytaert2004-08-14
| | | | | * 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.
* - Added missing quotes around 'name'. Spotted by James.Dries Buytaert2004-08-14
|
* - Patch #9975 by TDobes: fixes two consistency problems with watchdog entries:Dries Buytaert2004-08-14
| | | | | * 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".
* - Patch #10044 by TDobes: fixed broken links in the statistics module. In ↵Dries Buytaert2004-08-14
| | | | 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.
* #10033: by Jonbob, make sure no filter check is done until the first preview.Steven Wittens2004-08-13
|
* - Patch #8176 by JonBob: fixed braino in SQL query.Dries Buytaert2004-08-12
|
* - Patch #9974 by njivi: report the number of offline users.Dries Buytaert2004-08-12
| | | | 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.
* - Modified patch #9924 by njivi: added a basic member list to the profile ↵Dries Buytaert2004-08-12
| | | | | | module. (If this deprecates the memberlist module, it ought to be deprecated.) I removed the permission njivi introduced and made the page title match the link title.
* - Patch #6806 by UnConeD: prefixed form IDs with 'edit-' so they won't clashDries Buytaert2004-08-12
| | | | with other IDs. Also makes things a tad more consistent.
* - Patch #9983 by Stefan: various code style improvements.Dries Buytaert2004-08-12
|
* *bangs head against wall*Steven Wittens2004-08-12
|
* Renumbering filters in filter.module.Steven Wittens2004-08-12
|
* Moving all legacy handlers into legacy.module.Steven Wittens2004-08-12
|
* - Patch #7535 by Gerhard: one could not search for the word 'From'.Dries Buytaert2004-08-12
|
* - Patch #9972 by njivy: modified node_feed() for the instances where locale ↵Dries Buytaert2004-08-12
| | | | is not enabled. Without this patch, reset(array_keys($languages['name'])) throws an error.
* - New locale module thanks to Gerhard, Goba, Marco, Kristjan and others.Dries Buytaert2004-08-11
| | | | | | 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.
* - Removing tab from line break convertorSteven Wittens2004-08-11
| | | | - Cleaning up code a bit
* - Fixing incorrect bottom margins for comments in xtemplate default.Steven Wittens2004-08-10
|