]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
move the goal posts
authorEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 14:05:32 +0000 (10:05 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 14:05:32 +0000 (10:05 -0400)
change the version numbers for an internal 0.1 test release (putting
it on the server!).

Also, added some tweedly date formatting, just to have something
there. Needs some thought.

darcs-hash:20080517140532-84dde-b316b4b425cced5c31fc2ecd0dd81217d5f91365.gz

doc/TODO
lib/common.php

index 1eaad981a1f2f7ca01ef735e061f16d68c3edb86..0093f35590b3805a34344b19fdc9eb82aa4ca975 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -19,6 +19,9 @@
 + footer menu
 + disallow direct to PHP files
 + common_local_url()
+- configuration for DB_DataObject
++ date formatting
+- release 0.1
 - require valid nicknames
 - store canonical username for comparison and fetch
 - use only canonical usernames
@@ -34,7 +37,7 @@
 - design from Open Source Web Designs
 - TOS checkbox on register
 - pretty URLs
-- release 0.1
+- release 0.2
 - content negotiation for interface language
 - content negotiation for content type
 - content negotiation for encoding
@@ -54,7 +57,7 @@
 - RDFa for stream pages
 - RDFa for subscriber pages
 - RDFa for subscribed pages
-- release 0.2
+- release 0.3
 - @ messages
 - # tags
 - L: location
@@ -64,7 +67,7 @@
 - image notices
 - video notices
 - audio notices
-- release 0.3
+- release 0.4
 - forward notices to Jabber
 - forward notices to other IM
 - forward notices to mobile phone
@@ -72,7 +75,7 @@
 - receive notices from other IM
 - receive notices from mobile phone
 - machine tags
-- release 0.4
+- release 0.5
 - include twitter subscriptions
 - include Pownce subscriptions
 - privacy
index 2625d08ef4652328320af618126ed99f563e2530..f7b93011c36df904c6cd2410c00b5d645ab49a3c 100644 (file)
@@ -267,6 +267,11 @@ function common_local_url($action, $args) {
        return "/index.php?action=${action}${extra}";
 }
 
+function commmon_date_string($dt) {
+       // XXX: do some sexy date formatting
+       return date(DATE_RFC822);
+}
+
 // XXX: set up gettext
 
 function _t($str) { $str }