Commit Graph

1360 Commits (75d4c15f0725d9d730d44713b4c1346b40b88adb)

Author SHA1 Message Date
Steven Wittens 75d4c15f07 Cosmetic bugfix:
Level 0 comments were still wrapped with a zero-width indentation table. Because the indentation-column contains a space, there was still a slight margin.
2002-04-25 20:59:50 +00:00
Dries Buytaert ea6682bb23 - Wrapped admin_page() in page_header() and page_footer() calls, and made
it display an "access denied" message when access without the proper
  access rights.  Patch by Moshe.
2002-04-25 18:44:22 +00:00
Dries Buytaert dbf9469d52 - Made the date strings configurable. Patch by Simon Lindsay. 2002-04-24 21:04:37 +00:00
Dries Buytaert 681dfc4ac0 - Bugfix: solve problem with locales being "disabled". Reported by Jerritt,
fixed by Marco.
2002-04-24 20:55:20 +00:00
Kjartan Mannes be5f1d2e9d - fixing that persistant <br \> 2002-04-22 09:30:13 +00:00
Kjartan Mannes de5b9a168d - bug fixes:
* fixed mails not being parsed properly.
    * tracker now shows user name when you view your own recent
      comments.
    * link to submission queue now points to the right place.
    * fixed jabber module.
    * theme is now activated when changed.
- applied Gerhards coding style patch.
2002-04-22 09:05:36 +00:00
Steven Wittens 5b5551674d Poll.module:
Forgot to change a 'lid' into a 'nid'
2002-04-21 20:53:30 +00:00
Dries Buytaert 8043cb998f - Applied Marco's big patch, including contributions from Moshe:
+ Changed the db_query() API.

    + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions.

    + XHTML-ified some HTML.

    + Wrapped a lot of text in the administrative pages in a t()
      function.

    + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri().

    + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg.
      RSS code).

    + Fixed some bugs in the taxonomy module (eg. tree making bug), added
      new functionality (eg. new APIs for use by other modules), included
      Moshe's taxonomy extensions, and some documentation udpates.

    + ...
2002-04-20 11:52:50 +00:00
Steven Wittens 0a966e1ed4 Updated poll.module:
- Removed obsolete lid column (changed update.php and database.mysql)
- Added short help
2002-04-20 01:51:05 +00:00
Dries Buytaert ab551f8c47 - Fixed some typos. 2002-04-19 11:36:33 +00:00
Dries Buytaert 27bad26041 - Updated the MAINTAINERS file a lil'. 2002-04-18 20:48:31 +00:00
Kjartan Mannes 1b573fb0ba - book log is now saved and shown when necessary.
- fixed poll title not showing up.
2002-04-17 10:15:13 +00:00
Kjartan Mannes 0bd45edcb7 - changing regex. Fixes http://www.drupal.org/node.php?id=107 2002-04-15 22:06:27 +00:00
Kjartan Mannes 6840a20935 Patch by Moshe (thanks)
- fix mail templating bugs
- fix admin account editing (related to theme changeover)
- fix description when editing a Jabber ID.
2002-04-15 21:47:13 +00:00
Kjartan Mannes 03c4b3c308 - submit page will no longer give errors.
- empty taxonomy sets should now be well behaved.
2002-04-15 16:39:26 +00:00
Kjartan Mannes 7e6acb5bbd - fixing bug reported by Remco. 2002-04-15 15:10:06 +00:00
Dries Buytaert d8cd54969c - Added Marco's long-awaited taxonmy module and patches - a replacement
for the meta system.  The patches add some extra functionality to the
  comment system (for example, comments can be set read-only) and fix a
  couple of small problems.

  + I integrated the required SQL updates from the varius *.mysql files
    into the "update.php" script.  Upgrading should be easy ...

  + I did not apply/commit the "user.diff" as requested by Marco ...

  + I didn't know what to do with "forum.module" and "forum2.module":
    what do you want me to do with it Marco?  Which one should go in?

  + Can we remove "node_index()" now; both from "node.module" and the
    themes?

  + Thanks Marco!
2002-04-14 20:46:41 +00:00
Kjartan Mannes e5fd671307 - made a typo in one of the updated t()'s. 2002-04-14 20:40:27 +00:00
Dries Buytaert b7326a33e9 - Removed the meta.module. We are about to replace it ... 2002-04-14 20:02:26 +00:00
Kjartan Mannes 6c0db2de16 - modified the SQL update to lowercase all user theme settings to let them
keep their settings.
- Change author fields in marvin and example theme. Dries is picky about his
  name ;)
2002-04-14 19:59:39 +00:00
Kjartan Mannes 5592761620 This is a major change to the system, needs more testing!
Committing Changes by Moshe Weitzman:
- admin_user_account(), user_edit(), and user_view() no longer have any
  hard code for authentication modules. instead authentication modules
  implement the _user hook.
- fixed a couple 'help' typos.
- linked the 'REGISTER' text in the login block to the register page.
  this page now advertises DA better if site employs DA.
- admins may now edit everything about a user account (was a feature
  request).
- user #1 may now login immediately, in addition to receiving his
  password via email.

Other changes:
- modules and themes are now enabled/disabled in the administrative /
  settings / modules | themes pages. Requires SQL update and things must
  be enabled before your site returns to normal. TODO: enable all
  functionality. (For now just do UPDATE system SET status = 1;)
- removed $themes from conf.php.
- added a $theme->system() function where theme can specify settings.
  All themes in the Drupal CVS have been updated to use this.
- added _system hook to modules. TODO: update modules to use this.
- changed strange use of sprintf to the usual strtr. The disadvantage of
  sprintf is that it requires translations to keep the string order,
  which may not be possible in all languages.
- an invalid/nonexisting theme in a user profile will now fallback to the
  BaseTheme instead of crashing.
2002-04-14 19:34:04 +00:00
Kjartan Mannes 3ffe07f57c - moving cvs-to-sql to contrib. 2002-04-13 22:34:20 +00:00
Kjartan Mannes 933fd5e7fd - removing robots.txt and cvs.module
- commiting patch to cloud.module from Remco.
2002-04-12 19:17:12 +00:00
Dries Buytaert 5d9a8e34a9 - Made the cloud module a lot more configurable: both the update interval
and the number of bytes required for an update, can be changed now.
2002-04-08 19:50:28 +00:00
Steven Wittens 9e4e2dd57c Rewrite of poll.module... improvements:
- Anonymous users' voting is controlled by IP
- Correct handling of multiple polls on one page
- CVS compatible
2002-04-07 17:22:59 +00:00
Kjartan Mannes 7dfd5f0b7e - my editor got set up to insert tabs instead of spaces. Cleaning up. 2002-04-05 18:11:42 +00:00
Steven Wittens 6d959ebe3f Fixed bug: the first node's id is not calculated correctly 2002-04-04 18:22:56 +00:00
Kjartan Mannes 873ee86a56 - trying to finally close bug #85. 2002-04-02 12:15:42 +00:00
Kjartan Mannes 1e4308a939 - made the user information block into two different blocks. One for
login and one for user information.
- added link to help in book module (post-patch, see below).
- applied various patches:
  Patch by Greg Tyrelle <greg@tyrelle.net>
  - tracker module now shows usernames next to comments.

  Patch by Moshe Weitzman <moshe@wallaware.com>
  - book module has a more complete help.
  - added administrative link to export book to html
  - fixed non book nodes not showing up in trees.

  Patch by moshe weitzman <weitzman@tejasa.com>
  - links can be defined in the configuration file.
2002-04-02 09:45:57 +00:00
Dries Buytaert 1e8c9d8192 - Included documentation contributed by Moshe. 2002-03-26 21:33:45 +00:00
Dries Buytaert 9111bfa901 - Small bugfix. 2002-03-26 21:33:23 +00:00
Dries Buytaert 7ef784077f - Added the bloggerapi module to CVS. 2002-03-24 21:10:57 +00:00
Kjartan Mannes edfc930a41 - queued nodes can now be viewed by the author and the people who voted
for it.
- comments are shown below the queued node, can be disabled in the admin /
  settings and filters.
2002-03-20 20:04:23 +00:00
Kjartan Mannes c7b58a1e63 - page node's can now be promoted to the front page and the abstract will
show instead of the whole content.
2002-03-19 19:33:42 +00:00
Kjartan Mannes 4ec8a9323f - made some design changes to the user block. 2002-03-09 18:11:28 +00:00
Kjartan Mannes 52c9f26332 - made a link relative instead of absolute. 2002-03-09 17:56:19 +00:00
Kjartan Mannes 0dfd15efc6 - fixing some access issues. 2002-03-09 17:08:43 +00:00
Kjartan Mannes 35a9fd1e35 - specifying an invalid module will redirect you to the index page instead of
showing a blank page.
2002-03-05 22:53:51 +00:00
Kjartan Mannes 1fe8d6b195 - more typo bugs. 2002-03-05 22:10:21 +00:00
Kjartan Mannes e3d2c46f04 - applied search patch.
- added who is online block.
- made weblog module more configurable.
- users may now delete their own accounts (Feature #8)
- users may now request a password using email address *or* username.
  formerly required both items to match an account which was onerous.
- the link to request a new password is now presented whenever a user
  fails login.
- there is now a confirmation message after submitting edits to your
  user information.
- error messages in user.module may now be stylized by themes.
- <hook>_form has a $param setting you can fill with form parameters.
- improved wording for a few config settings.
- fixed various non-coding standard things.
2002-03-05 20:15:17 +00:00
Kjartan Mannes f8372fa306 - added access check to the menu.create links. 2002-02-28 20:05:56 +00:00
Kjartan Mannes 2410cf51c8 - changed the access on the menu.create link to post content.
http://www.drupal.org/node.php?id=91
2002-02-28 10:52:23 +00:00
Dries Buytaert 147cd225c9 - Added missing translation, reported by Nick. 2002-02-25 20:37:21 +00:00
Dries Buytaert c5fcdd3194 - Included the documentation contributed by Moshe. 2002-02-25 20:26:38 +00:00
Dries Buytaert 460f0e54df - Added documentation contributed by Moshe. 2002-02-22 19:44:22 +00:00
Dries Buytaert 9c58e68f97 - Added documentation contributed by Moshe. 2002-02-22 19:23:04 +00:00
Kjartan Mannes 64c1b5f110 - updated configuration/user.module to use ini_get("sendmail_from") as
default value.
2002-02-20 22:44:25 +00:00
Kjartan Mannes fc88037a63 - minor modification to node_page(). It now acts like node.php. 2002-02-19 23:19:53 +00:00
Kjartan Mannes a6f0fd4dae - removed some warnings caused by implode. 2002-02-19 22:58:33 +00:00
Kjartan Mannes c9fc36fcdc - made username check case insensitive. 2002-02-19 22:56:17 +00:00