Commit Graph

1053 Commits (6cde632962a461d2dc2acef0917b592823e123f8)

Author SHA1 Message Date
natrak 6fbd8403df comment.inc
- removed comment_controls().
- modified comment_render() to use $theme->comment_controls().

theme.inc
- added BaseTheme->comment_controls().

locale.module
- can now search for status independant of language.
- string is now a regular expression. For wildcard searches do .*text.*.
- can search in modules + pages, all modules or a specific module.

account.php
- fixed viewing other accounts info would show the active users name in the
  real name field.
- now shows users recent contributions and comments (if the user has access to
  them).
2001-07-25 08:31:52 +00:00
Kjartan Mannes 3894f24f6e locale.module
- Made the module search a little less picky so it also shows admin strings.
2001-07-24 10:00:45 +00:00
Kjartan Mannes 5dbdef7c07 locale.module
- fixed some minor HTML issues.
- added some search/filter capabilities.
2001-07-24 09:58:26 +00:00
Kjartan Mannes 4c89ab8a13 account.php
- real name is now shown to all users.

page.module
- improved the locale support.

comment.inc
- added a wrapper table for comment_thread_max() as suggested by nick.
2001-07-24 08:49:58 +00:00
natrak 845888fef9 account.php
- real name is now shown to all users.

page.module
- improved the locale support.

comment.inc
- added a wrapper table for comment_thread_max() as suggested by nick.
2001-07-24 08:49:57 +00:00
Kjartan Mannes 13bfd9ca64 database.mysql
- Added link to the SQL definition.
2001-07-24 08:37:52 +00:00
Kjartan Mannes 908d399074 page.module
- removed access checking for links.
2001-07-20 10:09:24 +00:00
Kjartan Mannes fe8222e7e9 drupal.module
- removed. page.module now serves this purpose on its own.
2001-07-20 10:08:31 +00:00
natrak cbcd94c24e account.php
- Added real name in the for when the user is looking at their own information
  as reported by Gerhard Killesreiter
2001-07-20 09:53:51 +00:00
Dries Buytaert 8f74184a58 - Fixed '" should be &' problem in feeds. 2001-07-18 20:21:16 +00:00
Dries Buytaert a2fcf24980 - import.module:
+ parser improvements: we can now parse some (if not all) of the
     Userland RSS 0.91 feeds
2001-07-18 11:28:05 +00:00
Dries Buytaert a3b9b7e92d - node.module:
+ added missing t()-functions (reported by Nick).

- locale.module:
    + renamed '$lang' to '$language' (reported by Nick).
2001-07-18 08:09:46 +00:00
natrak bc6e55b24d page.module
- added a links option so pages can be displayed on the links of the site in an
  easy way. (Requires an SQL update.)
- made HTML and text type pages be $theme->box()ed again.
- made the page body hidden in a comment during editing, in case things
  crash you should still be able to retrieve your code. Will keep working on a
  better solution.

node.module
- made all node types be listed in the node listings.
2001-07-17 20:08:06 +00:00
Kjartan Mannes 6fdef17257 page.module
- added a links option so pages can be displayed on the links of the site in an
  easy way. (Requires an SQL update.)
- made HTML and text type pages be $theme->box()ed again.
- made the page body hidden in a comment during editing, in case things
  crash you should still be able to retrieve your code. Will keep working on a
  better solution.

node.module
- made all node types be listed in the node listings.
2001-07-17 20:08:05 +00:00
Dries Buytaert 64ce2fb5fb - meta.module:
+ fixed meta_save() warning as reported by Kristjan
2001-07-17 16:16:50 +00:00
Kjartan Mannes 934b3989e6 - moved format_size() from file.module to common.inc. 2001-07-17 09:04:33 +00:00
Kjartan Mannes ed6cbd4981 - minor update to system.module. Each module config now has a <A NAME>
tag.
2001-07-17 08:48:02 +00:00
Dries Buytaert 67388cad9b - cloud.module:
+ small update
2001-07-17 07:05:33 +00:00
Dries Buytaert bbc5d4a152 - blog.module:
+ missing ', 1' parameter to check_output()
2001-07-17 06:26:33 +00:00
Dries Buytaert 04369e6a68 - cron.php:
+ potential improvement (thanks KJ)
2001-07-16 14:43:56 +00:00
Dries Buytaert 85341253b4 - Various updates, mostly related to our RDF/RSS backend. 2001-07-15 17:32:33 +00:00
Dries Buytaert f959b1ba2f - Removed old export framework. 2001-07-15 17:20:55 +00:00
Dries Buytaert 021cced421 - import.module:
+ let's get the order of the items in the admin page right
2001-07-15 17:05:32 +00:00
Dries Buytaert 39df1cba7f - Various updates, mostly related to our RDF/RSS backend. 2001-07-15 17:00:24 +00:00
Dries Buytaert af7d8ebeed - Various updates, mostly related to our RDF/RSS backend. 2001-07-15 16:56:44 +00:00
Dries Buytaert 18f2a5e38a - system.module:
+ code review -> small improvements
   + XHTML-ified
2001-07-15 16:19:19 +00:00
Dries Buytaert 55b6e7ac02 - import.module:
+ fixed typo
2001-07-15 12:23:37 +00:00
Dries Buytaert f086779890 - import.module:
+ added new "tab" to import.module called "news sources".
   + improvement to import.module navigation.

- theme.inc:
   + renamed 'your contributions' to 'your submissions'.
2001-07-15 11:32:46 +00:00
Dries Buytaert 5ba6852f28 - import.module:
+ small improvements to feed administration
    + added some additional error/watchdog message upon failure
    + improved the robustness of the parser routine; more feeds
      get parsed succesfully now.
2001-07-15 09:29:22 +00:00
Dries Buytaert 8271f6c361 - A lot of (a) visual and (b) navigational improvements to import.module. 2001-07-14 19:02:36 +00:00
Dries Buytaert 8f0c3fb52e - blog.module:
+ another bugfix
2001-07-14 15:09:56 +00:00
natrak 01a8b5edad - Adding the rewrite rule for blog until a better system can be implemented. 2001-07-14 14:28:32 +00:00
Dries Buytaert 501353f297 - blog.module:
+ oops, fix small bug
2001-07-14 14:19:45 +00:00
Dries Buytaert 18ec47d71b - blog.module:
+ small visual improvement
2001-07-14 13:56:59 +00:00
Dries Buytaert cd16e265ba - blog.module:
+ added RSS 0.91(5) feeds to the blog module which makes it possible
    to both syndicate an particular user's latest blog entries, or the
    latest entries of all users.
2001-07-14 13:40:47 +00:00
Dries Buytaert e724f18db9 - blog.module:
+ added RSS 0.91(5) feeds to the blog module which makes it possible
     to both syndicate an particular user's latest blog entries, or the
     latest entries of all users.
2001-07-14 13:36:38 +00:00
Dries Buytaert b99d4d7a42 - theme system:
+ added $theme->images()

- blog.module:
    + improved user-friendliness and rewrote most of the output routines
    + made quoted text /italic/ by default
    + integrated discussion system like it should
    + ...

- marvin.theme:
    + small visual improvements
2001-07-14 12:12:41 +00:00
Steven Wittens e62e3417f7 Update of the box function in themes to allow a difference in style/output/look of a box() depending on the position on the page.
Basically this is a 'nice version' of a hack that you could do as a theme author.
I've updated all the standard themes, but 3rd party themes will of course have to be updated by their authors, in the following manner:

- Replace the box() declaration:
< function box($subject, $content) {
> function box($subject, $content, $region = "main") {

- Replace the theme_account call:
< theme_account($this);
> theme_account("region", $this);

Note that you'll have to replace "region" with the correct region that the box is placed in. However if you have a one-column theme, you should use "all", and not for example "left" (if all boxes are on the left).
Usually the "region" here should be the same as the nearest theme_blocks() call.

Those theme authors who want to can make boxes that appear in the center look different from those that appear in the sides for example.
2001-07-14 01:01:45 +00:00
Dries Buytaert bab8da0208 - import.module:
+ changed the link name to "news feeds"
   + changed the link on the "latest news" page
2001-07-14 00:05:30 +00:00
Steven Wittens 95a818107d - Made horizontal rulers flat instead of 3D 2001-07-13 22:40:29 +00:00
Steven Wittens d7684e4757 - Made the font in the links bar a bit smaller to accomodate for the increase in links lately 2001-07-13 22:19:05 +00:00
Steven Wittens 54e1557e1b - Increased width to 100% to reduce wasted space (and that link bar at the top was getting too wide) 2001-07-13 22:00:18 +00:00
Dries Buytaert 038b9cc19b - cloud.module:
+ Fixed "rotten date" (as remco like to calls it).
    + Added "URL to monitor" field.
    + Added some error checking.
    + Apply the updates in 2.00-to-x.xx.sql.
2001-07-13 19:51:42 +00:00
Dries Buytaert 6acfa4ef24 - import.module:
+ fixed typo
2001-07-13 10:53:02 +00:00
Dries Buytaert e81c014937 - blog.module:
+ fixed visual glitch with 'read more' link (blog comments)
   + made it possible to delete your last blog item
   + fixed timestamp bug when previewing a new blog
   + fixed potential problem with blog_save()
   + fixed a few HTML/XHTML tinkos.

- statistics.module:
   + "yoursite.com" should no longer show up under "external referrers"
   + fixed "Referers of the last 31 years 37 weeks 1 hour 46 min 40 sec" bug
   + xhtml-ified

- node.inc:
   + fixed watchdog message

- import.module:
   + small block improvement
2001-07-12 20:36:40 +00:00
Dries Buytaert 63814764da - Two small bugfixes. 2001-07-12 16:50:12 +00:00
natrak b885ccb824 - Fixed "Recent nodes" showing not showing "No nodes recently" in
account_track_site().
2001-07-12 15:14:15 +00:00
Dries Buytaert 170cf2f4a4 - Fixed "Blog this item" as reported by Natrak. 2001-07-12 12:50:11 +00:00
Dries Buytaert 17516b25bb - blog.module:
+ fixed tiny bug in blog_save()
2001-07-12 11:36:51 +00:00
Dries Buytaert e52d2c3252 - blog.module, import.module:
+ 2 small improvements wrt to access rights
2001-07-12 10:39:15 +00:00