Commit Graph

942 Commits (a3b9b7e92d5c9b47793c7b0e619c45352472890b)

Author SHA1 Message Date
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
Dries Buytaert bebb256d43 - fixed blog.module bugs reported by Remco. 2001-07-12 09:58:47 +00:00
Dries Buytaert a9bdf3775b - blog.module:
+ fixed bug reported by killes.
2001-07-12 06:16:11 +00:00
Dries Buytaert d6d60de3cc - Added blog.module to replace diary.module (contrubeted by Julian):
+ feedback wanted

- Added updated import.module (contributed by Julian):
   + user page do browse the headlines by feed and bundle, to display
     the item descriptions, etc.

- Fixed small bug in common.inc.

- Updated database.mysql
2001-07-11 22:06:24 +00:00
Steven Wittens ee12d11165 poll.module - made the poll-durations a lot more locale friendly (using format_interval();) 2001-07-11 14:27:03 +00:00
Dries Buytaert 48029fe280 - cloud.module:
+ small visual change

- import.module:
    + added suggestions made by Julian along with some extras.
2001-07-09 18:13:53 +00:00
Steven Wittens 9ae0dff61f Typo in a permission check: diary admin interface was not available for admins with userid != 1. 2001-07-08 21:06:36 +00:00
Dries Buytaert b765109651 *** empty log message *** 2001-07-08 16:37:40 +00:00
Dries Buytaert 7db59b2bba - locale.module:
+ fixed typo: 'return' -> 'print'
2001-07-08 15:34:10 +00:00
Dries Buytaert 4ac70d708f - Updated database.mysql 2001-07-08 15:01:37 +00:00
Dries Buytaert d3fc6962bc - cloud.module:
+ more small visual updates (last time today)
2001-07-08 14:57:52 +00:00
Dries Buytaert 96098ce3be - cloud.module:
+ made 1 few visual change.
2001-07-08 14:06:21 +00:00