Dries Buytaert
3f2b0e0b3f
Flushing my backlog (in case Natrak wants to make more changes):
...
- tidied up some of the code
- fixed a small problems
2001-03-28 07:03:47 +00:00
Kjartan Mannes
6bb49b4bb8
Made a few cosmetic changes. Mostly just checking out how much work it
...
would be to support more databases :-)
2001-03-27 14:59:49 +00:00
Dries Buytaert
cb5bbdee20
- small improvements as well as 2 bugfixes
2001-03-26 20:22:09 +00:00
Dries Buytaert
63409676be
- restored check_textarea: I changed it for debugging purpose but forgot to
...
switch it back
2001-03-25 18:23:34 +00:00
Dries Buytaert
5fb307f5bf
- refactoring, refactoring, refactoring
2001-03-25 16:42:52 +00:00
Dries Buytaert
1f79863053
- large commit of everything else that has been queued in my backlog:
...
it's not 100% stable yet
2001-03-25 10:57:01 +00:00
Dries Buytaert
a45fc1a20e
- themes now get there header/footer links through theme_link();
...
- tidied up example.theme
2001-03-24 17:50:08 +00:00
Dries Buytaert
73f26a53fe
- added check_select to format selection boxes
...
- improved check_input so that it won\\\'t escape charachters more
than once
- added [linking] mechanism - more about this later
2001-03-24 17:06:19 +00:00
Dries Buytaert
68f2112b4d
- nodified index.php:
...
the index page will only display stories for now but this will/can
change in the near future
- all other files now thinks in terms of nodes, rather then stories
2001-03-24 17:04:11 +00:00
Dries Buytaert
93f66c06d3
- added nodified story module: story extends node
...
- removed includes/story.inc as we no longer need it: story.module
is *really* modular now.
2001-03-24 16:56:10 +00:00
Dries Buytaert
fe095f5a24
- simplified the comment code: the SQL queries are less complex, thus
...
faster now.
2001-03-24 16:46:11 +00:00
Dries Buytaert
fd659b51fa
- some preliminary node code for the "node frenzy noders"(tm)
2001-03-24 16:37:44 +00:00
Steven Wittens
b403385407
removed the "add comment" button in the comment moderation box
2001-03-21 13:17:25 +00:00
Dries Buytaert
8113d31f3b
- update
2001-03-18 08:44:01 +00:00
Dries Buytaert
a4b93e3cc4
- forgot to commit this last night but this should fix deekayen's small
...
Windows glitch
2001-03-12 14:53:13 +00:00
Dries Buytaert
266167b976
- fixed small glitch as a result from David's patch
2001-03-10 18:46:47 +00:00
Dries Buytaert
8af189197e
- fixed "AdNewz.com" vs "ADNEWS.COM" glitch reported by Peter Beckman
2001-03-10 18:38:47 +00:00
Dries Buytaert
accd5f0c31
- applied David Norman's patch to turn all <?'s into fully qualified
...
<?php's.
2001-03-10 11:07:52 +00:00
Dries Buytaert
5d08572dc6
- fixed two-side-bar-theme-bug-with-latest-headlines
2001-03-08 21:00:28 +00:00
Dries Buytaert
a1b158334a
- more small improvements
2001-03-08 19:30:41 +00:00
Dries Buytaert
fc6eaa5e83
*** empty log message ***
2001-03-08 17:44:10 +00:00
Dries Buytaert
87916cf8bb
- small bugfix
2001-03-08 17:30:41 +00:00
Dries Buytaert
3d78f736e1
*** empty log message ***
2001-03-08 10:49:26 +00:00
Dries Buytaert
3958a714cd
- some important changes to our theme API which can be summerized as:
...
abstract() + article() = story()
abstract() and article() have been merged into a new function story()
which looks like:
function story($story_object, $reply) {
if (!reply) {
// full story
}
else {
// main page version / abstract
}
}
This should allow you to "compress" your theme as abstract() and
article() tended to be 98% identical.
=> I didn't really merge your themes so I leave it up to *you* to
improved the code!!! Do it ASAP as we release drupal 2.00 in 7
days.
In future we'll have similar functions for other content types as
for example:
review($review, $reply);
enquete($enquete, $reply);
...
2001-03-08 08:16:23 +00:00
Dries Buytaert
f516626a29
A rather large and important update:
...
revised most of the SQL queries and tried to make drupal as secure as possible (while trying to avoid redundant/duplicate checks). For drupal's sake, try to screw something up. See the mail about PHPNuke being hacked appr. 6 days ago. The one who finds a problem is rewarded a beer (and I'm willing to ship it to Norway if required). I beg you to be evil. Try dumping a table a la "http://localhost/index.php?date=77778;DROP TABLE users" or something. ;)
2001-03-07 21:29:40 +00:00
Dries Buytaert
d684b1f10a
- various smaller updates before I start watching Formula 1 with [a] a
...
0.5 liter box of Haagen-Dhaz (Belgian Choclate) and [b] my laptop on
my lap for drupal hacking. Life hardly can get any better than this.
2001-03-04 12:06:13 +00:00
Steven Wittens
167594dc09
Added "db_insert_id()", a wrapper for mysql_insert_id();
2001-03-03 22:59:11 +00:00
Dries Buytaert
16e6b6f137
code revision:
...
- fixed a "visual-quote-glitch", i.e. a missing stripslashes()
2001-03-03 15:30:15 +00:00
Dries Buytaert
728249cbc4
- fixed small translation glitch in format_interval
...
- added a couple of missing t() functions
- improved the comments module, fixed the score problem Jeroen
reported earlier -> it's slicker but I hope it won't break anything
2001-03-01 21:34:09 +00:00
Dries Buytaert
57e5f6a4d1
- fixed bug in block placement when (1) using a theme with 2 side bars
...
and (2) being logged out.
(reported by Jeroen)
- themed "Editor's note" in theme marvin.
(reported by Jeroen)
2001-02-27 20:58:51 +00:00
Dries Buytaert
d00469cd05
- improved RDF backend class to support more backend formats
2001-02-22 23:44:53 +00:00
Dries Buytaert
86e315e2b4
- locale module: added documentation (first draft)
...
- locale module: improved administration interface
- headline module: fixed small visual glitch in export function
- account: small improvements
2001-02-21 08:25:21 +00:00
Dries Buytaert
4371b627d5
- added fine-grained user permission system which allows us to give
...
certain users access to specific administration sections only.
Ex. a FAQ maintainer can only edit the FAQ, and members of an
"editorial board" can only edit comments, diaries and
stories, ..
- code review => rewrote include/user.inc which is much easier now
- fixed 4 small bugs
2001-02-18 15:14:56 +00:00
Dries Buytaert
da8aaa7672
- improved layout story.module
...
- fixed bug in translation
2001-02-17 15:52:40 +00:00
Dries Buytaert
a60edc7508
- improved the "menu" hook
...
- replaced the "open submission queue" (submission.php and submission.inc)
with an optional module (submission.module).
- tidied up the HTML code of some files
2001-02-17 15:38:37 +00:00
Dries Buytaert
52a1d1bbe8
- More updates on the translation support
2001-02-17 12:59:24 +00:00
Dries Buytaert
e7f043c30a
- updates
2001-02-14 09:32:33 +00:00
Dries Buytaert
db554e857d
- initial import of the preliminary translation code.
...
- added timer.inc for benchmarking purpose
- bugfix for php-clean
- bugfix for account.php
- removed redundant format_data
- ...
2001-02-12 20:40:43 +00:00
Dries Buytaert
282fbfd26a
- fixed problem with user_permission (reported by Kirstjan)
2001-02-10 17:52:21 +00:00
Dries Buytaert
171479fcfa
- a 2nd batch of various updates
2001-02-10 14:36:49 +00:00
Dries Buytaert
d6ce51e4ce
- added a "search framework" which allows for easy searching
...
(to be continued)
- tidyied up some existing code
2001-02-10 11:59:06 +00:00
Dries Buytaert
b26c49d3d8
- last night's fix
2001-02-09 14:13:00 +00:00
Dries Buytaert
9d36ccaca1
- small fix for 4.0.4
2001-02-06 08:48:09 +00:00
Dries Buytaert
429c8a0022
- documentation updates contributed by Michael O'Henly <michael@tenzo.com>
...
and myself
2001-02-05 16:42:38 +00:00
Dries Buytaert
de2e393933
- various updates, bugfixes and improvements
2001-02-04 22:09:38 +00:00
Dries Buytaert
32c89442d3
- removed all tabs
2001-01-26 14:41:44 +00:00
Dries Buytaert
d386c110f4
- removed redundant spaces
2001-01-26 13:38:46 +00:00
Dries Buytaert
abe57bbb42
- added port + directory patch for loading configuration files
2001-01-26 10:03:59 +00:00
Dries Buytaert
f162723fe4
- fixed ieni-wienie small bug in comment.inc (reported by NotZen)
2001-01-25 15:29:45 +00:00
Dries Buytaert
e87e7816c8
- fix for the "block problem" reported by martin@abol.com:
...
it only happened when you hosted drupal in a subdirectory a la
http://yourserver.com/drupal/
2001-01-24 08:24:37 +00:00