Commit Graph

4441 Commits (13954f90dde57a05aa54e0b269f7399f6d767c6e)

Author SHA1 Message Date
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
Dries Buytaert 38402b6c91 - Bug #21452 reported by njivy: added missing return to tracker_user_page().
It did not return nor print its output.
2005-05-01 16:09:52 +00:00
Dries Buytaert 15cf9e1a72 - Patch #21252 by patryk: increased the length of the location field in the locale_sources table. 2005-05-01 16:05:26 +00:00
Dries Buytaert 4d80b374e9 - Modified patch #21617 by Robin: added confirmation screen to delete profile fields. (I tidied up the coding style and fixed two typos.) 2005-05-01 09:41:23 +00:00
Dries Buytaert 92b10946ac - Patch #21686 by Robin Monks: added two missing t() functions. 2005-05-01 09:34:17 +00:00
Dries Buytaert bca14f8991 - Patch #21687 by faago: fixed boroken 'delete'-link on the book administration page. 2005-04-30 21:34:41 +00:00
Dries Buytaert a93cf89665 - Patch #21353 by chx: implemented PHP-mode for blocks. 2005-04-30 18:16:38 +00:00
Dries Buytaert a10eac3291 - Patch #21517 by Stefan and TDobes: theme system improvements. 2005-04-30 17:47:57 +00:00
Dries Buytaert 8bedd376fe - Patch #21344 by Moshe: admin/user/create results in a blank page 2005-04-30 09:27:19 +00:00
Steven Wittens ea36711d11 - #20910: Centralize print theme page fixes 2005-04-28 19:23:19 +00:00
Steven Wittens e08bde4def - PGSQL Fix: missing columns in GROUP BY (aggregator news -> sources was broken). 2005-04-27 17:19:20 +00:00
Steven Wittens 195f672075 - Missing parameter for variable_get 2005-04-27 17:07:03 +00:00
Dries Buytaert 23957cdfdd - Patch by James: made the aggregator cache less in case of mass-feeds. 2005-04-26 16:29:31 +00:00
Dries Buytaert 6fd73703d9 - Patch #21249 by patryk: made SQL query work with PostgreSQL by correcting a 'GROUP BY'-clause. 2005-04-25 17:57:03 +00:00
Dries Buytaert 5d70aa892c - Patch #21246 by patryk: made the prefix.sh script work with PostgreSQL. 2005-04-25 17:51:40 +00:00
Dries Buytaert 55a7065fda - Patch #21282 by Walkah: fixed theme('page') problem with aggregator module. 2005-04-25 17:49:43 +00:00
Steven Wittens c99f000c6f - #20910: print -> return 2005-04-24 22:09:16 +00:00
Steven Wittens 3361d9e7e9 - #21195: book admin broken under php5 2005-04-24 20:57:38 +00:00
Dries Buytaert a76a1e1f3f - Patch 20910 by chx: centralize print theme page. 2005-04-24 16:34:36 +00:00
Dries Buytaert 79a5700c57 - Usability improvement: made the markers easier to understand. 2005-04-24 16:22:30 +00:00
Dries Buytaert 4650917cb1 - Moving the queue module to contrib. This has been discussed months ago. Who wants to be the maintainer? 2005-04-24 13:49:58 +00:00
Dries Buytaert e2b256dcf6 - Patch #18719 by Jose: reworked the 'request new password' functionality. 2005-04-24 11:43:08 +00:00
Dries Buytaert 45c5344f15 - Don't jump to the homepage 2005-04-24 09:50:35 +00:00