Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Usability improvement: only display subtabs if there is more than one ↵ | Dries Buytaert | 2004-11-28 |
| | | | | subtab. If there is only one, make sure it is the set to be the default subtab and all is well. | ||
* | - Patch #12606 by Gerhard: corrected the pattern of the download link in the ↵ | Dries Buytaert | 2004-11-27 |
| | | | | installation instructions. | ||
* | - Patch #13030 by killes: fixed invalid CSS code in bluemarine's stylesheet. | Dries Buytaert | 2004-11-27 |
| | |||
* | - Modified patch #11840 by Stefan: added conctext-sensitive help text to the ↵ | Dries Buytaert | 2004-11-27 |
| | | | | 'revision'-page. | ||
* | - Bug 13503: updating the locale settings might impact the interface (eg. ↵ | Dries Buytaert | 2004-11-27 |
| | | | | menu's) so we have to flush the cache. | ||
* | - Patch #10693 by Ax: fixed broken (external) link in the taxonomy module's ↵ | Dries Buytaert | 2004-11-27 |
| | | | | help. | ||
* | #6400: Improved pushbutton arrows. | Steven Wittens | 2004-11-27 |
| | |||
* | - Patch #5942 by TDobes: fixed theme stuff after multi-site configuration patch. | Dries Buytaert | 2004-11-25 |
| | |||
* | - Patch #13405 by Moshe: | Dries Buytaert | 2004-11-25 |
| | | | | | + Make bootstrap functionality work with HEAD. + Move functions into bootstrap.inc so that statistics_exit() works for cached pages. (Does this close any issues?) | ||
* | - Patch #13443 by Moshe: got rid of the semi-implemented 'page link' ↵ | Dries Buytaert | 2004-11-24 |
| | | | | feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly. | ||
* | - Patch #13443 by Moshe: got rid of the semi-implemented 'page link' ↵ | Dries Buytaert | 2004-11-24 |
| | | | | feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly. | ||
* | - Patch #5942 by jhriggs and Adrian: | Dries Buytaert | 2004-11-24 |
| | | | | | + added support for multi-site configurations. + tidied up some old cruft and added code comments. | ||
* | - Patch #10990 by TDobes: adds a "create new blog entry" link at the top of ↵ | Dries Buytaert | 2004-11-24 |
| | | | | each user's own blog page, similar to the "post new forum topic" link displayed at the top of forum pages. This adds consistency as well as convenience for users. | ||
* | - Patch #6166 by Moshe: node preview should not display links. Push the ↵ | Dries Buytaert | 2004-11-23 |
| | | | | | | | | links to the theme instead of the theme having to pull them in using node_link(). TODO: 1. Update theme upgrade instructions in the handbook: node_link() is gone. 2. Remove page_link() just like we removed node_link(). | ||
* | - Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve ↵ | Dries Buytaert | 2004-11-23 |
| | | | | consistency. | ||
* | - Patch #12363: fixed glitch in user_access() as pointed out by TDobes. | Dries Buytaert | 2004-11-23 |
| | |||
* | - Patch #13334 by Axel: added a simple script to prefix a database scheme. | Dries Buytaert | 2004-11-23 |
| | |||
* | - Patch #13263 and #13265 by arnab: added word-based truncation and made the ↵ | Dries Buytaert | 2004-11-21 |
| | | | | comment module use it to extract subjects. | ||
* | - Removed hardcode font size from drupal.css as per #13095. | Dries Buytaert | 2004-11-21 |
| | |||
* | - Patch 13180 by chx: renamed check_query() to db_escape_string() and ↵ | Dries Buytaert | 2004-11-21 |
| | | | | | | implemtented it properly per database backend. Read the manual for pg_escape_string: "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data." | ||
* | Search.module: | Steven Wittens | 2004-11-18 |
| | | | | | - Caching index statistics - Minor code cleanup | ||
* | Search indexing bug: last updated timestamp needs to take last comment ↵ | Steven Wittens | 2004-11-18 |
| | | | | timestamp into account. | ||
* | - Fixed typo. | Dries Buytaert | 2004-11-18 |
| | |||
* | - Updated CHANGELOG.txt | Dries Buytaert | 2004-11-18 |
| | |||
* | - Patch #13121 by Goba: valid_url() should allow the use of '+' in URLs. | Dries Buytaert | 2004-11-18 |
| | |||
* | - Patch #8506 by Gerhard: added basic node_load() caching. | Dries Buytaert | 2004-11-17 |
| | |||
* | - Adding the missing flood tables. Sorry. | Dries Buytaert | 2004-11-16 |
| | |||
* | - Added generic flood control mechanism to throttle certain operations per ↵ | Dries Buytaert | 2004-11-15 |
| | | | | hostname (eg. posting comments, requesting passwords, sending e-mails). See flood_register_event() and flood_is_allowed() for details. | ||
* | - Modified patch #8552 by Gerhard: added 'add child page' link to book pages ↵ | Dries Buytaert | 2004-11-15 |
| | | | | you can edit. | ||
* | - Modified patch #7235: do a better job checking the OS and acting upon it. | Dries Buytaert | 2004-11-15 |
| | |||
* | - Removed some cruft. | Dries Buytaert | 2004-11-15 |
| | |||
* | - Patch #12795 by thorne: added documentation for overriding variables from | Dries Buytaert | 2004-11-15 |
| | | | | the configuration file. | ||
* | - Patch #12353 by Stefan: usability improvement: don't show 'throttle ↵ | Dries Buytaert | 2004-11-15 |
| | | | | fields' unless the throttle module is enabled. | ||
* | - Patch #12783 by Stefan: various small consistency/usability improvements. | Dries Buytaert | 2004-11-15 |
| | |||
* | - Patch #12885 by Ber: improved the Doxygen documentation of ↵ | Dries Buytaert | 2004-11-15 |
| | | | | drupal_set_html_head(). | ||
* | - Patch #11977 by matteo: taxonomy_term_count() did not take node-level ↵ | Dries Buytaert | 2004-11-15 |
| | | | | permissions into account and could return an incorrect number. | ||
* | - Patch #11940 by kps: if the user is not allowed to view a newly submitted ↵ | Dries Buytaert | 2004-11-15 |
| | | | | node, redirect him to the main page. | ||
* | - Modified patch by Jeremy: throttle module improvements and fixes: | Dries Buytaert | 2004-11-14 |
| | | | | | | | | + throttle module: flush cache when the throttle enables/disables + throttle module: prevent throttle being enabled by 0 users or guests when disabled + system module: remove requirement for statistics.module + block module: update help text to reflect access log is no longer required + statistics module: throttle is now enabled/disabled, not using levels 0-5 | ||
* | - Patch #12886 by thorne: fixed XHTML problem: the bluemarine theme used a ↵ | Dries Buytaert | 2004-11-14 |
| | | | | border=0 attribute on the img tag for the site logo. | ||
* | - Patch #9292 by killes from Carl: fixed a PHP5 compatibility problem with ↵ | Dries Buytaert | 2004-11-08 |
| | | | | file handling. | ||
* | - Patch #12713 by Goba: remove useless t() function from help module. | Dries Buytaert | 2004-11-08 |
| | |||
* | oops | Dries Buytaert | 2004-11-08 |
| | |||
* | - Remove old variables from variable-table. | Dries Buytaert | 2004-11-08 |
| | |||
* | - Refactored the throttle module. Patch by Jeremy and me. | Dries Buytaert | 2004-11-07 |
| | | | | | | | | | | | | * There are only two throttle levels instead of 5, namely 'enabled' and 'disabled'. This makes it a _lot_ easier to predict when the throttle will kick in. However, if you maintain a module that is throttle-aware, it needs to be updated! * The throttle mechanism now uses the current number of anonymous users or the current number of authenticated users to kick in. This is a _lot_ more intuitive than the old throttle mechanism. * The throttle block has been removed -- you can now use the "Who's online" block to determine the good throttle settings. * Most of the documentation has been removed because it was deprecated. * It's less code! | ||
* | - Performance improvement: made 'sid' the primary key of the sessions table. | Dries Buytaert | 2004-11-07 |
| | | | | | | | | | That should improve performance of session handling as well improve performance of the "Who's online"-block. Drupal.org's sessions table contains appr. 40.000 sessions on a slow day and rendering the "Who's online"-block became a performance bottleneck. This change has yet to be tested on a busy site so things might go wrong. | ||
* | - Patch #11427: added 'edit own forum topics' permission. | Dries Buytaert | 2004-11-07 |
| | |||
* | - Patch #12658 by menesis: when an administrator adds a user, the ↵ | Dries Buytaert | 2004-11-07 |
| | | | | 'authenticated user' role was not assigned to the new user. | ||
* | - Make Drupal ping Yahoo.com. | Dries Buytaert | 2004-11-06 |
| | |||
* | - Updated CHANGELOG | Dries Buytaert | 2004-11-06 |
| | |||
* | - On popular demand, patch #10178 by jhriggs: made it possible to expand ↵ | Dries Buytaert | 2004-11-06 |
| | | | | menu items. |