Project

General

Profile

Download (4.86 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ff074bf9 01/18/2006 09:05 PM Scott Ullrich

Remove trailing newline

fab14377 07/26/2005 06:58 PM Colin Smith

Fix close_notice().

cebc42e6 07/16/2005 02:34 AM Colin Smith

If the notices array is empty, unlink our queue file. This fixes are_notices_pending().

6e2ec568 07/15/2005 10:22 PM Scott Ullrich
  • Restore are_notices_pending(). Getting the actual message is expensive on smaller devices if none are pending.
  • Remove trailing file space.
9e0b3dce 07/15/2005 10:04 PM Colin Smith

Modify get_notices() to work with XMLRPC. This isn't ideal.

d09f5292 07/13/2005 02:55 AM Scott Ullrich

remove trailing space

c6e2b163 07/13/2005 02:02 AM Colin Smith

Make $url optional.

73ef871b 07/11/2005 08:53 PM Scott Ullrich
  • Add are_notices_pending()
  • Remove trailing space
e2c48999 07/10/2005 05:58 PM Colin Smith

file_notice(): Return the notice's unique timestamp for future reference.

20d4d05e 07/10/2005 04:52 AM Colin Smith
  • Fix close_notice().
  • Add print_notice_box.
  • get_notices(): Return false if $notices is null.
6f10078a 07/10/2005 04:26 AM Colin Smith

Make $url optional.

669e1adb 07/04/2005 09:00 PM Bill Marquette

Various code cleanups and a few actual bugfixes courtesy of Zend

08421c0d 06/15/2005 03:51 AM Colin Smith

Use strtolower when comparing categories.

9774f564 06/15/2005 03:47 AM Colin Smith

Add notices facility. You may now: * File a new notice. * Dump notices to an XML file. * Close notices by timestamp or ID. * Get all notices or those in certain categories. * Print a list of notices (for print_info_box()).