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
c3cf0622b6
- Patch by Drumm: one more attempt at fixing file_create_path().
2005-05-18 05:17:11 +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
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