Dries Buytaert
d8113fda7e
- Small code improvements.
2004-11-29 09:31:28 +00:00
Dries Buytaert
254233da61
- Fixed typo and reworded the filter.
2004-11-28 14:15:12 +00:00
Dries Buytaert
167c59e4da
- Beautified the contents of the table.
...
- Removed some dead code.
2004-11-28 13:55:17 +00:00
Dries Buytaert
a9ae831493
- Made it possible to sort the referrers by last visit.
2004-11-28 13:46:26 +00:00
Dries Buytaert
c9f8c6697b
- Changed aid from tinyint to int.
2004-11-28 13:35:11 +00:00
Dries Buytaert
3981e571f9
- Fixed typo.
2004-11-28 13:31:51 +00:00
Dries Buytaert
70fcf51e84
- Refactored the statistics and watchdog module (views). The most important
...
changes are:
1. Simplified the statistics pages: there are less pages and on the
remaining pages there is a lot less visual clutter (less columns and
better presentation).
2. Reorganized the 'administer - logs' menu: flattened the menu structure
and removed a number of links.
3. Improved performance. Most statistics pages used about 160 slow SQL
queries which made the statistics pages fairly unusable on my system.
The new pages use at least 10 times less SQL queries and render much
faster. They are actually usable.
4. There is now a 'track'-tab on node pages, and a second subtrab on the
user accounts 'track'-tab for people with the 'access statistics'
permission. They can be used to resp. track the node and the user.
This makes the statistics more accessible.
5. Changed the way watchdog messages are filtered. This makes it easier
to introduce new watchdog types.
6. Reworked the statistics module's permissions.
7. Less code: 223 insertions(+), 343 deletions(-).
8. Fixed several glitches: for example, the statistics pages sorted the
'Name' column by user ID instead of by name. Unfortunately, it is
too difficult to backport these to DRUPAL-4-5.
TODO:
1. Review the statistics modules help pages.
2. Help fine-tune the interfaces/views.
NOTES:
1. You'll want to run update.php.
2004-11-28 12:28:35 +00:00
Dries Buytaert
76eace311e
- Usability improvement: only display subtabs if there is more than one subtab. If there is only one, make sure it is the set to be the default subtab and all is well.
2004-11-28 12:03:11 +00:00
Dries Buytaert
9b8afe1620
- Patch #12606 by Gerhard: corrected the pattern of the download link in the installation instructions.
2004-11-27 11:28:55 +00:00
Dries Buytaert
a964d08f0f
- Patch #13030 by killes: fixed invalid CSS code in bluemarine's stylesheet.
2004-11-27 11:23:42 +00:00
Dries Buytaert
e1cf88e7f8
- Modified patch #11840 by Stefan: added conctext-sensitive help text to the 'revision'-page.
2004-11-27 10:02:06 +00:00
Dries Buytaert
b8a556b81b
- Bug 13503: updating the locale settings might impact the interface (eg. menu's) so we have to flush the cache.
2004-11-27 09:52:57 +00:00
Dries Buytaert
8b2f6699e4
- Patch #10693 by Ax: fixed broken (external) link in the taxonomy module's help.
2004-11-27 09:30:32 +00:00
Steven Wittens
ff5f6429f4
#6400 : Improved pushbutton arrows.
2004-11-27 01:36:40 +00:00
Dries Buytaert
0c6a18cb44
- Patch #5942 by TDobes: fixed theme stuff after multi-site configuration patch.
2004-11-25 06:17:03 +00:00
Dries Buytaert
5d0dfeb562
- Patch #13405 by Moshe:
...
+ Make bootstrap functionality work with HEAD.
+ Move functions into bootstrap.inc so that statistics_exit() works for cached pages. (Does this close any issues?)
2004-11-25 06:14:59 +00:00
Dries Buytaert
4726c93156
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
2004-11-24 22:56:21 +00:00
Dries Buytaert
4e4e2aa777
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
2004-11-24 22:50:25 +00:00
Dries Buytaert
5d759ccbb9
- Patch #5942 by jhriggs and Adrian:
...
+ added support for multi-site configurations.
+ tidied up some old cruft and added code comments.
2004-11-24 22:44:01 +00:00
Dries Buytaert
062a8abdea
- Patch #10990 by TDobes: adds a "create new blog entry" link at the top of 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.
2004-11-24 20:06:10 +00:00
Dries Buytaert
30110a8770
- Patch #6166 by Moshe: node preview should not display links. Push the 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().
2004-11-23 23:11:59 +00:00
Dries Buytaert
9574766ad8
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
2004-11-23 22:20:41 +00:00
Dries Buytaert
e19a3cf42d
- Patch #12363 : fixed glitch in user_access() as pointed out by TDobes.
2004-11-23 21:52:13 +00:00
Dries Buytaert
256a0466cb
- Patch #13334 by Axel: added a simple script to prefix a database scheme.
2004-11-23 06:43:21 +00:00
Dries Buytaert
b442fad027
- Patch #13263 and #13265 by arnab: added word-based truncation and made the comment module use it to extract subjects.
2004-11-21 20:17:44 +00:00
Dries Buytaert
5f29fc9d0d
- Removed hardcode font size from drupal.css as per #13095 .
2004-11-21 08:34:57 +00:00
Dries Buytaert
fa97839088
- Patch 13180 by chx: renamed check_query() to db_escape_string() and 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."
2004-11-21 08:25:17 +00:00
Steven Wittens
dc32e54f31
Search.module:
...
- Caching index statistics
- Minor code cleanup
2004-11-18 21:28:34 +00:00
Steven Wittens
90e67a3acb
Search indexing bug: last updated timestamp needs to take last comment timestamp into account.
2004-11-18 21:16:30 +00:00
Dries Buytaert
41bd0e1234
- Fixed typo.
2004-11-18 21:00:32 +00:00
Dries Buytaert
aeaf6669e9
- Updated CHANGELOG.txt
2004-11-18 20:14:28 +00:00
Dries Buytaert
dba51ebbf0
- Patch #13121 by Goba: valid_url() should allow the use of '+' in URLs.
2004-11-18 19:57:39 +00:00
Dries Buytaert
38c91a8d95
- Patch #8506 by Gerhard: added basic node_load() caching.
2004-11-17 22:14:43 +00:00
Dries Buytaert
4dafd85f54
- Adding the missing flood tables. Sorry.
2004-11-16 18:46:48 +00:00
Dries Buytaert
9bf33e5ac8
- Added generic flood control mechanism to throttle certain operations per hostname (eg. posting comments, requesting passwords, sending e-mails). See flood_register_event() and flood_is_allowed() for details.
2004-11-15 21:17:25 +00:00
Dries Buytaert
f67c046d40
- Modified patch #8552 by Gerhard: added 'add child page' link to book pages you can edit.
2004-11-15 12:49:59 +00:00
Dries Buytaert
918d33f41f
- Modified patch #7235 : do a better job checking the OS and acting upon it.
2004-11-15 12:04:44 +00:00
Dries Buytaert
c0ea04814a
- Removed some cruft.
2004-11-15 12:00:32 +00:00
Dries Buytaert
a03579fcaf
- Patch #12795 by thorne: added documentation for overriding variables from
...
the configuration file.
2004-11-15 11:32:13 +00:00
Dries Buytaert
f37a65cab9
- Patch #12353 by Stefan: usability improvement: don't show 'throttle fields' unless the throttle module is enabled.
2004-11-15 11:26:04 +00:00
Dries Buytaert
9979aceab0
- Patch #12783 by Stefan: various small consistency/usability improvements.
2004-11-15 11:16:39 +00:00
Dries Buytaert
c13abe1655
- Patch #12885 by Ber: improved the Doxygen documentation of drupal_set_html_head().
2004-11-15 10:47:18 +00:00
Dries Buytaert
52d9dd1b01
- Patch #11977 by matteo: taxonomy_term_count() did not take node-level permissions into account and could return an incorrect number.
2004-11-15 10:00:50 +00:00
Dries Buytaert
40f6197c5b
- Patch #11940 by kps: if the user is not allowed to view a newly submitted node, redirect him to the main page.
2004-11-15 09:55:28 +00:00
Dries Buytaert
ef95773b1c
- Modified patch by Jeremy: throttle module improvements and fixes:
...
+ 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
2004-11-14 20:20:09 +00:00
Dries Buytaert
9998d2a148
- Patch #12886 by thorne: fixed XHTML problem: the bluemarine theme used a border=0 attribute on the img tag for the site logo.
2004-11-14 19:34:09 +00:00
Dries Buytaert
63ee97f65d
- Patch #9292 by killes from Carl: fixed a PHP5 compatibility problem with file handling.
2004-11-08 22:31:18 +00:00
Dries Buytaert
05676eda20
- Patch #12713 by Goba: remove useless t() function from help module.
2004-11-08 22:27:34 +00:00
Dries Buytaert
bb0f78ecb5
oops
2004-11-08 08:50:23 +00:00
Dries Buytaert
b6172b6653
- Remove old variables from variable-table.
2004-11-08 08:27:42 +00:00