natrak
c72b91c6ab
Fixed a small typ that caused the existing real name of an account now being shown when editing it.
2001-03-27 13:54:33 +00:00
Kjartan Mannes
2629c4bd82
Changed the error re-direct URL to the same as $site_url in case a user tries to access a sub-directory that does no exist.
2001-03-27 13:13:42 +00:00
Dries Buytaert
cb5bbdee20
- small improvements as well as 2 bugfixes
2001-03-26 20:22:09 +00:00
Dries Buytaert
51bd1f4079
- fixed home-link when using drupal in a subdirectory
2001-03-26 09:13:59 +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
456c39100f
- improved search functionality
2001-03-25 18:21:30 +00:00
Dries Buytaert
13294dd753
- added a bit of text and a "do not reload" warning
2001-03-25 17:59:08 +00:00
Dries Buytaert
d03a5aeb13
- fixed typo
2001-03-25 17:54:35 +00:00
Dries Buytaert
f39bba80fa
- All comments on the administration page are actually "linked" now: the
...
comments on the drupal page where originally *not* click-able but this
turned out to be confusing only. Now we live in a nodified world, we
can simply link all comments without a single problem! :-)
2001-03-25 16:56:37 +00:00
Dries Buytaert
f4deafca9e
- refactoring, refactoring, refactoring
2001-03-25 16:51:08 +00:00
Dries Buytaert
5fb307f5bf
- refactoring, refactoring, refactoring
2001-03-25 16:42:52 +00:00
Dries Buytaert
5b92e9099f
- reorganized the ./update directory a bit
...
- added 2 new files:
a. 2.00-to-x.xx.sql contains the SQL table changes/additions
b. 2.00-to.x.xx.php is a script which converts your existing
data to the new SQL tables
2001-03-25 11:25:30 +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
d307518998
- see previous commit message
2001-03-25 10:53:16 +00:00
Dries Buytaert
107ac01a51
- nodified headline module
...
(It only exports story headline so we might want to move the export
function to the story.module in the near feature.)
2001-03-25 10:49:14 +00:00
Dries Buytaert
4f07fe1a01
- a small change to the rating algorithm: you get only 1/2 a bonus point
...
for each succesful node and you loose 1/2 a bonus point for all dumped
nodes
2001-03-25 10:44:24 +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
8b6e78075c
- small update to diary.module
2001-03-24 17:12:15 +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
10aaea3342
- simplified the comment code: the SQL queries are less complex, thus
...
faster now.
2001-03-24 17:01:23 +00:00
Dries Buytaert
c5efdeb4b4
- the administration page will only display those links/sections to which
...
one has access (on popular demand)
2001-03-24 16:59:42 +00:00
Dries Buytaert
1475c23a1a
- tidyied up .htaccess a bit
2001-03-24 16:58:03 +00:00
Dries Buytaert
cb67c16a4b
- removed trailing whitespaces and changed tabs in 2 spaces
...
(done automatically by script)
2001-03-24 16:57:12 +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
a9222fe222
- nodified section module
...
(As section are story related and not per se node related, I'm wondering whether we should integrate the section stuff in the story module at some point?)
2001-03-24 16:48:54 +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
811dc1046f
- removed all trailing whitespaces and replaced tabs by 2 spaces
...
(done automatically by my script)
2001-03-24 16:44:21 +00:00
Dries Buytaert
006b1e48fd
- the rating module now thinks in terms of nodes: every new node type that
...
extends node will automatically get involved in the rating game so not
just the stories only. ;-)
2001-03-24 16:42:43 +00:00
Dries Buytaert
fd659b51fa
- some preliminary node code for the "node frenzy noders"(tm)
2001-03-24 16:37:44 +00:00
Dries Buytaert
6275348098
- the "faq module" and the "documentation module" are going to be bundled
...
into a much more powerful and easier to maintain "book module": each
"page" in the big "drop.org/drupal book" is a node and everyone with
a user account can suggest new pages or updates of existing pages.
2001-03-24 16:36:13 +00:00
Dries Buytaert
5586d58c0f
- the "submission.module" is going to be replaced by a "moderation.module"
2001-03-24 16:31:17 +00:00
Dries Buytaert
de7e1fb66a
- fixed potential quote problem: wrapped $story->section in a check_output
...
- removed all $story->update related logic - the update field is redundant
2001-03-24 16:26:56 +00:00
Dries Buytaert
7afe387d9a
- changes to the font
...
- removed all $story->update related logic - the update field is redundant
2001-03-24 16:23:00 +00:00
Dries Buytaert
03e4aef5f0
- we are not going to use story.php anymore: it will be a more generic
...
node.php
2001-03-24 16:14:22 +00:00
Dries Buytaert
9f044b7b73
- updated drupal page
2001-03-24 15:50:24 +00:00
Jeroen Bensch
c1519c908b
Hey,
...
I changed cellpadding="0" to cellpadding is="1" in the box function. I saw on http://drop.org/ that the box subjects sticked to the border. This shoud fix it.
Jeroen.
2001-03-24 09:59:06 +00:00
Steven Wittens
673fa2c31c
Moved the style sheet back IN the theme. It seems Netscape resolves url's inside stylesheets relative to the page it is in, while IE/Opera resolve them relative to the path of the stylesheet.
2001-03-23 22:45:36 +00:00
anonymous
2e9afb67e8
*** empty log message ***
2001-03-23 20:33:21 +00:00
anonymous
8a752cbe89
*** empty log message ***
2001-03-23 20:06:06 +00:00
Dries Buytaert
ec18a2a366
- fixed headline module problem reported by Kristjan
2001-03-23 17:53:49 +00:00
Steven Wittens
33845fa17b
oops
2001-03-23 17:10:35 +00:00
Steven Wittens
ea01dd25b9
theme update
2001-03-23 17:10:09 +00:00
Dries Buytaert
56582dcf86
- fixed quote problem reported by Jared
2001-03-22 17:30:23 +00:00
Dries Buytaert
ab643ce6d2
- fixed slash-problem reported by Jared
2001-03-22 17:29:36 +00:00
Steven Wittens
397d29692f
fixed the background
2001-03-21 14:06:57 +00:00
Steven Wittens
7c1eef9852
Hopefully this will fix the theme, but I doubt it... some very strange things are going on here.
2001-03-21 14:00:55 +00:00
Steven Wittens
b403385407
removed the "add comment" button in the comment moderation box
2001-03-21 13:17:25 +00:00
Steven Wittens
62baf4c24e
Added my new theme "Goofy". It's bright and very summer-ish.
...
Test it out :) (I wouldn't put it on drop.org yet)
2001-03-20 23:40:13 +00:00
Steven Wittens
c79e114b9b
oops small typo
2001-03-20 22:33:32 +00:00