Commit Graph

4313 Commits (b86a5d495a9f6e99f095fa5b7baee39194aa644e)

Author SHA1 Message Date
Dries Buytaert b86a5d495a - Patch #22883 by darix: system_theme_listing() passes scalar to drupal_attributes(). this patch fixes it and wraps the params into array() 2005-05-14 21:32:20 +00:00
Dries Buytaert b0c9983190 - Patch by James/Gerhard: made file_create_path() more robust. 2005-05-14 21:05:08 +00:00
Dries Buytaert 0c4db41309 - Patch by Mathias: database updates for path alias improvements. 2005-05-14 20:59:01 +00:00
Dries Buytaert ae98abc15b - Patch #22652 by Stefan: improved PHPdoc of drupal_set_message(). 2005-05-14 18:32:22 +00:00
Dries Buytaert 33f4134fac - Patch #22723 by ejort: 'from' to 'FROM'. 2005-05-14 18:15:23 +00:00
Dries Buytaert 3a02ee64b2 - Patch #22786 by mathias: now that db_affected_rows() returns the number of rows matched instead of only changed we can get rid of the hacks that worked around this. 2005-05-14 17:26:02 +00:00
Dries Buytaert e5ecab0797 - Patch #22804 by Cvbge: fixed typo in documentation. 2005-05-14 17:23:18 +00:00
Dries Buytaert 14f0d9a90a - Patch #22806 by Neil: replaced left-over <em>foo<em> with theme('placeholder', 'foo') 2005-05-14 17:20:47 +00:00
Dries Buytaert dbd806c41a - Patch #22857 by mathias: removed redundant DISTINCT(). 2005-05-14 17:01:31 +00:00
Dries Buytaert 139ef4027c - Patch #22035 by mathias/mikeryan: improved performance of path aliases. 2005-05-14 09:23:47 +00:00
Dries Buytaert 229e2e4f23 - Bugfix: changed -> access 2005-05-12 16:20:36 +00:00
Dries Buytaert f2d200f51e - Patch #19442 by chx: cache_set sometimes failed.
TODO: this patch lets us clean up more code in code!  Let's have a look
        at this ...
2005-05-12 14:36:43 +00:00
Dries Buytaert 2b7f504dc8 - Added the ability to track page generation times in the statistics module.
(Made some improvements as per the suggestions in the issue.)

- Added extended timer implementation.
2005-05-12 11:21:35 +00:00
Dries Buytaert 91170a4fba - Fixed a braino. 2005-05-11 16:36:06 +00:00
Dries Buytaert 228290553b - Patch #22531 by Morbus: the CHANGELOG for Drupal 4.5 claims that a URL alias of "rss.xml" for "node/feed" was added. This ONLY occurs in updates.inc however - if people grab a fresh 4.5 (or now, 4.6), they are never going to get this added alias. The attached patch adds this INSERT into the default database.* files, adds another update into the updates.inc (so that those who started with a fresh 4.5 or 4.6 will get it via update.php the next time around) and fixes some minor whitespace/style inconsistencies. 2005-05-10 20:48:32 +00:00
Dries Buytaert 55dc257b77 - Patch #22307 by Robert: added missing ')' 2005-05-10 19:59:45 +00:00
Dries Buytaert 7355739be1 - Patch #21252 by baudolino: fixed upgrade path of locale_sources table change. 2005-05-10 19:58:21 +00:00
Dries Buytaert 655289b8f9 - Fixed typo: $block->title -> $block->subject. Spotted by Morbus. 2005-05-10 19:11:04 +00:00
Steven Wittens 49304b34aa - Fixing patch for aggregator block id fix. 2005-05-09 22:46:05 +00:00
Dries Buytaert e4738f1a92 - Patch #22319 by Ber: updated default database schems not to use Xtemplate any more. 2005-05-08 19:11:31 +00:00
Dries Buytaert a1a3d53caa - Patch #22262 by Robert: removed extra comma from SQL query. 2005-05-07 22:37:26 +00:00
Dries Buytaert 74d614c9f0 - Patch #22264 by patryk: made a SQL query PostgreSQL compliant. Thanks Patryk. 2005-05-07 21:53:20 +00:00
Dries Buytaert 39d0fe9a38 - User module improvements: added an 'access' column to the users-table to
keep track of the user's last access. In turn, this allowed me to:

  1. Optimize the "Who's online" block.  On drupal.org, the "Who's online"
     block requires 32 SQL queries.  With this patch, only 2 queries are
     left (eliminated 30 SQL queries), and one of the two remaining queries
     became appr. 20 times faster.

  2. Correct the "Last access" column in the user administration overview
     table.  The presented data was not accurate, which led to the column
     being removed.  You can now sort users by 'last access'.
2005-05-07 11:39:54 +00:00
Steven Wittens 898e2b6688 - #21429: Maximum upload file size was checked in bytes, not megabytes. 2005-05-07 02:00:34 +00:00
Steven Wittens 89ae34de47 - #19621: More sensible status messages for forum admin ("created forum" instead of "created term"). 2005-05-07 01:48:06 +00:00
Steven Wittens cf6e9aa509 - Line-break filter tag matching was not case-insensitive, so it didn't pick up e.g. <PRE> 2005-05-07 00:09:31 +00:00
Steven Wittens 821f619048 - Line-break filter now also ignores <style> (already ignored <pre> and <script>). 2005-05-07 00:06:37 +00:00
Dries Buytaert 4d95035518 - Patch #22118 by Robin Monks: made file_transfer() more robust. 2005-05-06 09:31:45 +00:00
Dries Buytaert 03250bd3e3 - Patch #21397 by jjeff: fixed behavior of theme_image with regard to attributes. 2005-05-06 09:01:46 +00:00
Dries Buytaert 30da942645 - Patch #22123 by Djun: fixed off by one error in printer-friendly book pages. 2005-05-06 08:43:21 +00:00
Dries Buytaert e89e4fbd28 - Patch #22127 by kbahey: fixed search box in PHPTemplate-based core themes. 2005-05-06 08:39:30 +00:00
Steven Wittens 63019040a4 - #22154: Change : in aggregator block IDs to -, the colon is an illegal character and causes problems in CSS. 2005-05-06 06:43:30 +00:00
Steven Wittens 85bf4a010b - Oopsie 2005-05-06 06:41:59 +00:00
Steven Wittens ec4c655f5a - #22154: Change : in aggregator block IDs to -, the colon is an illegal character and causes problems in CSS. 2005-05-06 06:33:45 +00:00
Steven Wittens 0d134850d9 - Missing theme placeholder in forum delete message. 2005-05-06 06:32:13 +00:00
Dries Buytaert 2debcfb1ef - Patch #15595 by Stefan and Djun: improved status messages.
TODO: we should write down a couple guidelines for these document them in
        the PHPDoc code of drupal_set_message()!  .
2005-05-05 22:22:46 +00:00
Dries Buytaert 381853c6b9 - Patch #21221 by Robert: make status values in comment.module defined constants for readability. 2005-05-05 20:12:49 +00:00
Dries Buytaert 65fa603fc5 - Removed the user IDs from the users administration table and added a 'Member for' column. 2005-05-05 11:55:52 +00:00
Dries Buytaert cf1224d57b - Patch #21939 by Usability Poobah Chris: added missing </p> tag. 2005-05-05 11:24:21 +00:00
Dries Buytaert 07cf2c6965 - Added the PHPTemplate port of pushbutton. 2005-05-05 10:58:27 +00:00
Dries Buytaert df9f93f98a - Modified patch #21441 from puregin + RobinMonks: fixed some bugs surrounding the book administration and beautified some code making it more consistent with the rest of Drupal. :-) 2005-05-05 09:36:51 +00:00
Dries Buytaert 77f6f233f8 - Modified patch #21980 by willmoy: made form_group() accept HTML attributes. 2005-05-05 09:07:08 +00:00
Dries Buytaert 6658273b36 - Patch #21855 by TDobes: the recent commit of phptemplate caused a number of problems for non-phptemplate themes. A patch is attached to address these issues.
Changes include:
    * parsing of the primary/secondary links has been moved out of phptemplate and into theme_get_setting.
    * unnecessary and XHTML-invalidating duplicate div#help removed from themes/bluemarine/page.tpl.php (this is already generated by theme_help)
    * weird generation of the "edit primary/secondary links" messages removed from bluemarine and placed in theme.inc
    * unnecessary changes to themes/bluemarine/style.css rolled back (the phptemplate bluemarine had an older version of style.css than the one in core)
    * chameleon updated to work with new link scheme (passes links through theme_links)
2005-05-05 07:35:58 +00:00
Dries Buytaert 381980cb03 - Removed left-over .xtmpl file. 2005-05-05 07:33:19 +00:00
Dries Buytaert 75f748cdad - Rollback to previous version. 2005-05-05 07:32:27 +00:00
Dries Buytaert e274f97c87 - Removed the Xtemplate engine and added the PHPTemplate engine.
- Converted the Bluemarine theme from XTemplate to PHPTemplate.
- Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository.
2005-05-04 18:12:18 +00:00
Dries Buytaert 0021293533 - Patch by Robert: fixed typo in code comments. 2005-05-03 05:22:53 +00:00
Dries Buytaert c085f12868 - Patch #21252 by patryk: fixed size of location field. 2005-05-03 05:19:34 +00:00
Dries Buytaert 1261364dd1 - Patch #21751 by crunchywhelch: added missing check_plain() when emitting the <category>-tag in RSS feeds. 2005-05-02 08:21:41 +00:00
Dries Buytaert 8bfcf2c2e4 - Patch #21445 by Goba: added missing t() function. 2005-05-01 18:37:18 +00:00