Dries Buytaert
a31b1b3876
- Patch #7684 by MrRoot/grohk: order taxonomy terms by vocabulary weight, then term weight.
2005-05-21 12:15:54 +00:00
Dries Buytaert
2a744f8950
- Patch #11791 by kps: trim passwords to avoid copy-paste mistakes.
2005-05-21 11:57:59 +00:00
Dries Buytaert
4bedad588c
- Patch #22469 by mathias: added missing DISTINCT()s to two SQL queries.
2005-05-21 11:35:45 +00:00
Dries Buytaert
cdec2f7e3e
- Patch #16303 by Gerhard: fixed some warnings.
2005-05-21 11:33:03 +00:00
Dries Buytaert
62427644eb
- Patch #23320 by Chris Messina: made it easier to theme the printer-friendly book pages.
2005-05-21 09:59:15 +00:00
Dries Buytaert
235a39e589
- Removing the /*! USE INDEX */. It actually degrades performance significantly.
2005-05-20 11:04:06 +00:00
Dries Buytaert
52c383d2e4
- Patch #23160 by drumm: fixed status message by adding a missing string substition.
2005-05-19 19:33:49 +00:00
Dries Buytaert
e7b70296be
- Renamed "top users" page to "top visitors" and added some page generation times per user.
...
This make it trivial to spot evil crawlers.
2005-05-19 19:05:27 +00:00
Steven Wittens
5154c3aca4
- Fixing some plain/url check calls.
2005-05-18 21:12:17 +00:00
Dries Buytaert
fa2469c1dd
- Patch #23028 by chx: fixed file_check_location() problems.
2005-05-17 20:49:54 +00:00
Dries Buytaert
a5489b7b1c
- Patch by chx: added a db_rewrite_sql() in node_load() just to make sure.
2005-05-17 20:24:33 +00:00
Dries Buytaert
ecd7cfed48
- Improvement: avoid people hitting 'Send message' without checking the category/subject.
2005-05-16 11:17:41 +00:00
Dries Buytaert
85cbb1be6e
- Modified patch #22878 by Junyor: made all terms on the taxonomy overview page links to the taxonomy term list page.
2005-05-14 21:40:42 +00:00
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
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
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
Steven Wittens
49304b34aa
- Fixing patch for aggregator block id fix.
2005-05-09 22:46:05 +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
30da942645
- Patch #22123 by Djun: fixed off by one error in printer-friendly book pages.
2005-05-06 08:43:21 +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
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
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
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
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
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