| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2006/03/19 21:39:51 | 139 | 139 | dpavlin | fix encoding while storing in database |
| 2006/03/19 21:29:46 | 138 | 138 | dpavlin | use first line of note as title for rss item |
| 2006/03/19 20:57:43 | 137 | 137 | dpavlin | update to new upstream version (and minor tweaks in Webnote.pm to return text/xml) |
| 2006/03/19 19:46:07 | 135 | 135 | dpavlin | use Encode everywhere instead of Text::Iconv, fixed POSTDATA= problem, fixed saving of empty notes |
| 2005/03/29 20:18:19 | 102 | 102 | dpavlin | fix RSS urls, encode whitescape characters in notes |
| 2005/03/29 17:46:02 | 99 | 99 | dpavlin | fix for default and documentation update |
| 2005/03/29 16:02:32 | 98 | 98 | dpavlin | create run() method to move main loop in module |
| 2005/03/29 15:48:57 | 97 | 97 | dpavlin | documentation improvements |
| 2005/03/26 21:30:14 | 96 | 96 | dpavlin | decode UTF-8 only if I created some UTF-8. |
| 2005/03/26 20:59:21 | 95 | 95 | dpavlin | save workspace in transaction, another round of fixes (I will never get this right, it seems) |
| 2005/03/26 18:40:25 | 94 | 94 | dpavlin | fix smartquotes and other misc annoyances |
| 2005/03/26 15:42:50 | 93 | 93 | dpavlin | store data in database in different encoding (by default, webnote uses UTF-8). cleanup and fixes |
| 2005/03/26 12:29:51 | 92 | 92 | dpavlin | stats order by date desc, fixed timezone for dc:date |
| 2005/03/26 12:20:17 | 91 | 91 | dpavlin | added /stats method which generate RSS 1.0 feed of statistics |
| 2005/03/25 23:44:02 | 90 | 90 | dpavlin | create div with class="webnote" |
| 2005/03/25 21:40:32 | 88 | 88 | dpavlin | create colored RSS feed, fetch notes by noteid desc from database |
| 2005/03/25 21:29:43 | 87 | 87 | dpavlin | implemented RSS feed and strange js_unescape function, I should really store data in database in readable form, and not JavaScript escaped. |
| 2005/03/25 18:25:03 | 86 | 86 | dpavlin | added checkTimeout variable (interval to check for new updates), added some debugging, support /save method from Internet Explorer |
| 2005/03/25 17:24:05 | 85 | 85 | dpavlin | /getdates and /getrecent now work as expected |
| 2005/03/24 22:36:44 | 83 | 83 | dpavlin | fix encoding of characters comming from bookmarklet |