------------------------------------------------------------------------ r407 | michael | 2006-07-28 21:13:14 +0800 | 1 line Changed the reset button to be a . ------------------------------------------------------------------------ r406 | steveo | 2006-07-23 04:18:12 +0800 | 1 line removed 'number' from localization in link_pages() function calls since it's a parameter ------------------------------------------------------------------------ r405 | steveo | 2006-07-23 04:09:59 +0800 | 1 line Changed reset button to css so it can be styled. Added text localization. ------------------------------------------------------------------------ r404 | zeo | 2006-07-22 23:31:49 +0800 | 1 line Now it's possible to rename Archives Page. fixes #308 ------------------------------------------------------------------------ r403 | zeo | 2006-07-21 19:57:25 +0800 | 1 line Added missing trailing slash to Blog URL. fixes #302. ------------------------------------------------------------------------ r402 | zeo | 2006-07-21 11:39:23 +0800 | 1 line Yet another wp-blog-header.php absolute path fix. Fixes #306. ------------------------------------------------------------------------ r401 | zeo | 2006-07-20 19:38:26 +0800 | 1 line We won't be needing this AJAX commenting conditional statement for FORM anymore ------------------------------------------------------------------------ r400 | zeo | 2006-07-20 19:14:26 +0800 | 1 line Some misc comment tweaks. Now with spinners. ------------------------------------------------------------------------ r399 | zeo | 2006-07-20 18:52:46 +0800 | 1 line Updating Scriptaculous library so that we can use new cool stuff. This is known to break the LiveSearch+RollingArchives pagination. ------------------------------------------------------------------------ r398 | zeo | 2006-07-20 18:18:38 +0800 | 1 line This basically won't work. I'm trying to upgrade the libraries. ------------------------------------------------------------------------ r397 | zeo | 2006-07-20 14:43:05 +0800 | 1 line Same as revision 395. ------------------------------------------------------------------------ r396 | zeo | 2006-07-19 18:09:48 +0800 | 1 line Set slider value to 1 on initialize (again). Add missing semicolon in initRollingArchives() ------------------------------------------------------------------------ r395 | zeo | 2006-07-19 01:00:05 +0800 | 1 line Still figuring how to get ABSPATH to work correctly. If this broke your installation the bug tracker is always open. ------------------------------------------------------------------------ r394 | michael | 2006-07-18 23:26:17 +0800 | 1 line Ehm, scratch that last revision. Only worked under some conditions. ------------------------------------------------------------------------ r393 | michael | 2006-07-18 20:34:49 +0800 | 1 line Changed require("../../../wp-blog-header.php"); to require(ABSPATH . 'wp-blog-header.php'); in theloop.php and rollingarchives.php. Should be better for everyone. ------------------------------------------------------------------------ r392 | michael | 2006-07-18 19:47:50 +0800 | 1 line Static page links now works when RA is off but LS is on and being used. Hat tip to Zeo. ------------------------------------------------------------------------ r391 | michael | 2006-07-18 03:21:07 +0800 | 1 line Fixed a Firefox issue with the placement of the reset button for livesearch. ------------------------------------------------------------------------ r390 | michael | 2006-07-18 01:18:58 +0800 | 1 line It is now possible to change the text 'Blog' in the header navigation. ------------------------------------------------------------------------ r389 | michael | 2006-07-18 00:59:43 +0800 | 1 line Added an absolute path to the livesearch reset image. ------------------------------------------------------------------------ r388 | michael | 2006-07-18 00:17:27 +0800 | 3 lines Livesearch works without RA turned on. However, the 'next page' and 'previous page' links do not work, due to the way they create their links. I don't know what to do about that. ------------------------------------------------------------------------ r387 | michael | 2006-07-17 15:03:52 +0800 | 1 line Fixed some alignment issues in the header area. ------------------------------------------------------------------------ r386 | michael | 2006-07-17 15:03:31 +0800 | 1 line Fixed missing description in header and tidied up ever so slightly. ------------------------------------------------------------------------ r385 | michael | 2006-07-17 07:02:45 +0800 | 1 line LS now has a reset button. The fade-in is a bit flimsy because it fades in every time a key is hit, but it's working though. ------------------------------------------------------------------------ r384 | michael | 2006-07-17 04:39:07 +0800 | 8 lines Optimized some RA JS. Things to fix: - LS on other pages than frontpage. - RA disabling when only one page. - Globalize RA input. - Build new nav system. - Sweeten it up :) ------------------------------------------------------------------------ r383 | michael | 2006-07-17 04:30:01 +0800 | 1 line Removed a copyright notice, to save some space. ------------------------------------------------------------------------ r382 | michael | 2006-07-17 02:31:37 +0800 | 1 line Aligned header text to center. ------------------------------------------------------------------------ r381 | michael | 2006-07-17 02:27:00 +0800 | 1 line Updated the Rolling Archives and Livesearch integration. Still some work to be done, but it works better now. ------------------------------------------------------------------------ r380 | zeo | 2006-07-16 03:32:06 +0800 | 1 line Random picture and Manage Pictures traverse hidden directories patch from schulte. Only affect users that checkout directly from svn not nightlies. fixes #299. ------------------------------------------------------------------------ r379 | zeo | 2006-07-16 03:22:40 +0800 | 1 line Temporary fix for rolling archives NULL error. Prototype Insertion? ------------------------------------------------------------------------ r378 | zeo | 2006-07-16 03:09:15 +0800 | 1 line Set slider value to 1 on initialize. ------------------------------------------------------------------------ r377 | zeo | 2006-07-16 03:04:17 +0800 | 1 line This is a very old patch for Tag archives page feature request. fixes #287. ------------------------------------------------------------------------ r376 | zeo | 2006-07-16 02:56:50 +0800 | 1 line Remove remnant feed copy.png. Thanks schulte. fixes #301 ------------------------------------------------------------------------ r375 | zeo | 2006-07-16 02:52:09 +0800 | 2 lines Add trailing slash for blog home URL from michealmh. Fixes #302. ------------------------------------------------------------------------ r374 | michael | 2006-07-15 23:10:10 +0800 | 1 line livesearch.php is no longer used by livesearch. Instead theloop.php is used. So out it goes. ------------------------------------------------------------------------ r373 | steveo | 2006-07-04 06:50:20 +0800 | 2 lines Removed redundant in_category check. Content filters are now applied to sidebar asides: http://getk2.com/bugs/view.php?id=219 and http://getk2.com/bugs/view.php?id=297 ------------------------------------------------------------------------ r372 | steveo | 2006-07-01 03:42:05 +0800 | 1 line fixed bug #298. now accessing the style file via it's local path. workarounds no longer needed. ------------------------------------------------------------------------ r371 | zeo | 2006-06-23 00:46:11 +0800 | 2 lines The $k2countpages variable can save few bunch of queries. ------------------------------------------------------------------------ r370 | michael | 2006-06-20 13:45:35 +0800 | 1 line Minor bugfix for Hasse Ramlev's picture upload. ------------------------------------------------------------------------ r369 | michael | 2006-06-16 04:28:29 +0800 | 1 line Fixed a few minor details like www. in front of binarybonsai.com and added preliminary support for Hasse Ramlev's K2 upload plugin. I couldn't get it to work, but it should be up and running shortly, allowing people to upload new pictures for their headers as well as control the header area more. ------------------------------------------------------------------------ r368 | zeo | 2006-06-13 11:13:53 +0800 | 2 lines This should fix the noteworthy icon positioning. ------------------------------------------------------------------------ r367 | zeo | 2006-06-12 15:14:38 +0800 | 2 lines Fix some misplaced r366 code from nybble asides fix. http://getk2.com/bugs/view.php?id=293 ------------------------------------------------------------------------ r366 | michael | 2006-06-11 16:02:33 +0800 | 1 line Fix sidebar asides (Thanks Nybble). ------------------------------------------------------------------------ r365 | michael | 2006-06-07 14:16:13 +0800 | 1 line Minor in-file cosmetic tweaks and a bug fix I can't remember... Dang, I'm getting old! ------------------------------------------------------------------------ r364 | zeo | 2006-06-04 23:07:24 +0800 | 1 line Updating the 'stale' POT file and some other related stuff. ------------------------------------------------------------------------ r363 | zeo | 2006-06-04 22:16:40 +0800 | 1 line Added missing time() that call the time_since() function. http://getk2.com/bugs/view.php?id=290 ------------------------------------------------------------------------ r362 | zeo | 2006-06-04 21:58:58 +0800 | 1 line No need to specify language attribute since its been deprecated. ------------------------------------------------------------------------ r361 | michael | 2006-05-30 03:14:01 +0800 | 5 lines Started making some moves towards removing our 'proprietary' plugin support and make K2 more compatible with WordPress Widgets. So far I've fixed the default search widget to work with livesearch and made sure Brian's Latest Comments are working as well. Also made some changes to headers style. ------------------------------------------------------------------------ r360 | michael | 2006-05-28 17:31:23 +0800 | 3 lines Added Steve Lam to the various places he needs to be listed. Removed our collective names from the footer. We take up too much space by now :) Added Wiki, Forum and Bug links in the description in styles.css and moved some of the text in there to the Wiki. ------------------------------------------------------------------------ r359 | michael | 2006-05-28 05:07:29 +0800 | 2 lines Added a new 'staticpage' class for when viewing a ... ehm... static page. Updated some styling for headers on static pages. ------------------------------------------------------------------------ r358 | michael | 2006-05-28 04:47:38 +0800 | 1 line Tweaked a bit in theloop.php, around the entry metadata. ------------------------------------------------------------------------ r357 | michael | 2006-05-28 04:36:28 +0800 | 2 lines Fixed another bug I had introduced while cleaning up the code. Added categories on theloop.php again (don't know who took those out, but they definitely need to be there!), only I integrated the nice categories plugin by Mark Jaquith (txfx.net) with his permission, into info.php. The 'and' in that plugin might need some localization. ------------------------------------------------------------------------ r356 | michael | 2006-05-26 15:27:43 +0800 | 1 line Fixed a bug I had made :( ------------------------------------------------------------------------ r355 | michael | 2006-05-26 15:14:36 +0800 | 1 line Cleaned up the sidebar code and layout. ------------------------------------------------------------------------ r354 | michael | 2006-05-26 03:22:54 +0800 | 1 line I'm working on integrating livesearch with rolling archives. It's not working yet. ------------------------------------------------------------------------ r353 | michael | 2006-05-25 06:08:52 +0800 | 1 line ------------------------------------------------------------------------ r352 | michael | 2006-05-25 06:06:35 +0800 | 1 line ------------------------------------------------------------------------ r351 | michael | 2006-05-25 06:06:17 +0800 | 1 line ------------------------------------------------------------------------ r350 | michael | 2006-05-25 06:06:12 +0800 | 1 line ------------------------------------------------------------------------ r349 | michael | 2006-05-25 06:06:05 +0800 | 1 line ------------------------------------------------------------------------ r348 | michael | 2006-05-25 06:05:52 +0800 | 1 line ------------------------------------------------------------------------ r347 | michael | 2006-05-25 06:05:46 +0800 | 1 line ------------------------------------------------------------------------ r346 | michael | 2006-05-25 02:55:19 +0800 | 1 line I streamlined some code. ------------------------------------------------------------------------ r345 | zeo | 2006-05-09 18:57:23 +0800 | 1 line Create a new onSubmit event handler --function ajaxComment() and move it to ajax_comments.js. ------------------------------------------------------------------------ r344 | zeo | 2006-05-05 14:05:27 +0800 | 1 line Asides fix Part 2. http://getk2.com/bugs/view.php?id=144 ------------------------------------------------------------------------ r343 | zeo | 2006-04-21 09:24:25 +0800 | 1 line Do not display 'truncated' message at home or paged. http://getk2.com/bugs/view.php?id=279 ------------------------------------------------------------------------ r342 | zeo | 2006-04-20 10:50:55 +0800 | 1 line Temporary move get_k2_ping_type function to options/app/info.php. ------------------------------------------------------------------------ r341 | zeo | 2006-04-19 18:28:12 +0800 | 1 line Change Stylesheet 'Theme URI' to getk2.com ------------------------------------------------------------------------ r340 | zeo | 2006-04-17 15:37:49 +0800 | 3 lines Excerpt tag archive entries. "truncated" message in About block will not be shown in Asides category. ------------------------------------------------------------------------ r339 | zeo | 2006-04-16 20:54:40 +0800 | 1 line Adding is_tag to 'current_page_item' menu styling. ------------------------------------------------------------------------ r338 | zeo | 2006-04-16 14:41:21 +0800 | 1 line Better RSS feed link for 'Sidebar Asides' ------------------------------------------------------------------------ r337 | zeo | 2006-04-16 13:07:11 +0800 | 1 line Adding notes regarding 'Asides Sidebar' and code cleaning. ------------------------------------------------------------------------ r336 | chrisjdavis | 2006-04-16 01:05:49 +0800 | 12 lines We need to maintain consistency of coding practices. That means this is correct: function bob { $some_stuff } And this is not: function bob { $some_stuff; } ------------------------------------------------------------------------ r335 | zeo | 2006-04-16 01:00:45 +0800 | 1 line Forgot to comment back WP_Query. ------------------------------------------------------------------------ r334 | zeo | 2006-04-16 00:40:33 +0800 | 1 line This should fix issue #144 regarding 'asides sidebar'. Props to Carsten Albrecht. ------------------------------------------------------------------------ r333 | zeo | 2006-04-15 19:54:33 +0800 | 1 line Add missing 'single quote' on my previous changes. ------------------------------------------------------------------------ r332 | zeo | 2006-04-15 17:31:27 +0800 | 1 line Since Aside entries are not truncated, there's no need to show the 'truncated' notice in About block. ------------------------------------------------------------------------ r331 | zeo | 2006-04-15 17:14:57 +0800 | 1 line Add missing $k2asidescategory var scope. ------------------------------------------------------------------------ r330 | zeo | 2006-04-15 11:32:20 +0800 | 1 line On Tag Archive page, show asides inline no matter what. ------------------------------------------------------------------------ r329 | zeo | 2006-04-14 08:24:38 +0800 | 1 line h1 a:hover not h1:hover. ------------------------------------------------------------------------ r328 | zeo | 2006-04-14 02:41:28 +0800 | 2 lines Fixed sidebar-custom.php missing single quotes and path issue. http://getk2.com/bugs/view.php?id=276 Minor changes to previous revision 323. ------------------------------------------------------------------------ r327 | zeo | 2006-04-13 21:05:02 +0800 | 1 line Add 2 new string to POT file. ------------------------------------------------------------------------ r326 | zeo | 2006-04-13 20:56:40 +0800 | 1 line Add missing heading for Tag Archive. ------------------------------------------------------------------------ r325 | zeo | 2006-04-13 19:12:22 +0800 | 2 lines Add missing Asides 'Tags: '. UTW doesn't work within attachment.php afaik. ------------------------------------------------------------------------ r324 | zeo | 2006-04-13 01:00:19 +0800 | 1 line Add TITLE for tag and search query. This code is courtesy of Binarybonsai.com. ------------------------------------------------------------------------ r323 | zeo | 2006-04-13 00:20:55 +0800 | 1 line Fixed 'open_basedir restriction in effect' if the server PHP open_base_dir setting is ON. http://getk2.com/bugs/view.php?id=277 ------------------------------------------------------------------------ r322 | zeo | 2006-04-12 00:07:31 +0800 | 2 lines If we have compression/output_handler active it would cause archive corruption when sending content length. Thus we simply don't do it in this case. ------------------------------------------------------------------------ r321 | zeo | 2006-04-11 22:41:39 +0800 | 1 line This should localize Archives Page and K2 ELA options. In order to work, re-enable 'Archives Page' and reconfigure ELA from K2 Options. ------------------------------------------------------------------------ r320 | zeo | 2006-04-11 00:22:23 +0800 | 1 line I'm adding template support for WordPress 2.0 attachment?\226?\128?\153s page. ------------------------------------------------------------------------ r319 | zeo | 2006-04-10 11:35:16 +0800 | 1 line Cleaning up my mess :P ------------------------------------------------------------------------ r318 | michael | 2006-04-09 19:08:21 +0800 | 1 line Testing my new SVN install, sorry for the clutter. ------------------------------------------------------------------------ r317 | zeo | 2006-04-08 14:56:09 +0800 | 2 lines If WordPress Permalink Structure option is set to default, don't use custom ID for page BODY else otherwise. http://getk2.com/bugs/view.php?id=270 ------------------------------------------------------------------------ r316 | zeo | 2006-04-08 14:18:12 +0800 | 1 line I wonder if there's any other way to do this return proper parameter for comment type. ------------------------------------------------------------------------ r315 | zeo | 2006-04-08 11:37:04 +0800 | 1 line We don't need 'k2_comment_type_detection' function anymore. ------------------------------------------------------------------------ r314 | zeo | 2006-04-07 22:04:08 +0800 | 1 line Minor update to remove unnecessary translation strings. ------------------------------------------------------------------------ r313 | zeo | 2006-04-07 13:46:44 +0800 | 1 line http://getk2.com/bugs/view.php?id=235#727. Still have room for improvement. ------------------------------------------------------------------------ r312 | zeo | 2006-04-06 18:52:09 +0800 | 1 line POT update and chronodata reloaded. Hope that this fixes issue http://getk2.com/bugs/view.php?id=235#728. Props to Richard Quadling. ------------------------------------------------------------------------ r311 | zeo | 2006-04-06 14:42:51 +0800 | 1 line l10n update. http://getk2.com/bugs/view.php?id=235#729 ------------------------------------------------------------------------ r310 | zeo | 2006-04-04 11:30:52 +0800 | 1 line Fixes a Zlib output compression problem that conflicts with PHP setting. ------------------------------------------------------------------------ r309 | zeo | 2006-04-03 17:30:03 +0800 | 1 line I'm reverting the chronodata line (r167). Having lot's of problem with this since I don't speak other language, someone please bump in http://getk2.com/bugs/view.php?id=235. Furthermore there's a problem with Nice Category does not 'return' the output correctly. ------------------------------------------------------------------------ r308 | zeo | 2006-04-02 16:33:05 +0800 | 1 line Forgot to update POT file ------------------------------------------------------------------------ r307 | zeo | 2006-04-02 15:44:55 +0800 | 1 line Some localization update Part 12. Cleaning 'Response' heading ------------------------------------------------------------------------ r306 | zeo | 2006-04-01 11:07:37 +0800 | 1 line Cleaning up Gravatar code. ------------------------------------------------------------------------ r305 | zeo | 2006-03-31 21:16:52 +0800 | 1 line Some localization update Part 11. sidebar.php UTW tag and POT update. I hope this works. ------------------------------------------------------------------------ r304 | zeo | 2006-03-31 11:10:14 +0800 | 1 line Some localization update Part 10. POT update too. ------------------------------------------------------------------------ r303 | chrisjdavis | 2006-03-30 09:46:02 +0800 | 1 line we don't actually need to include snoopy anymore ------------------------------------------------------------------------ r302 | zeo | 2006-03-29 17:07:24 +0800 | 1 line Localization update http://getk2.com/bugs/view.php?id=235#699. ------------------------------------------------------------------------ r301 | zeo | 2006-03-28 10:26:05 +0800 | 1 line Updating POT creation date. ------------------------------------------------------------------------ r300 | zeo | 2006-03-27 20:53:58 +0800 | 1 line I thought I already deleted this file. ------------------------------------------------------------------------ r299 | zeo | 2006-03-27 20:51:12 +0800 | 1 line Updating K2 POT file. Translator should update their PO according to this POT. Need more feedback and suggestion. ------------------------------------------------------------------------ r298 | michael | 2006-03-26 23:42:22 +0800 | 1 line Livesearch is now in a working state, as far as I can tell. I have not submitted it to extensive testing. Currently you cannot page back into your search results, but I will integrate it with rolling archives asap. ------------------------------------------------------------------------ r297 | zeo | 2006-03-26 12:40:30 +0800 | 1 line Hide Asides block completely from sidebar if 'No Asides' option is choosen. ------------------------------------------------------------------------ r296 | zeo | 2006-03-26 10:44:25 +0800 | 1 line An update to Michael's previous 'Minor fix'. And also fixed LiveSearch input box width. ------------------------------------------------------------------------ r295 | michael | 2006-03-25 23:45:06 +0800 | 1 line Minor fix. ------------------------------------------------------------------------ r294 | michael | 2006-03-25 23:25:46 +0800 | 1 line Just need to get these changes into SVN. New livesearch is still broken, figuring out how to do this class thing with Prototype is ... interesting. ------------------------------------------------------------------------ r293 | michael | 2006-03-25 23:22:10 +0800 | 1 line Fixed a messed up class on Body. Also, it should be noted, I put 'k2' as a class on body, so people can create plugins and widgets that know when they're dealing with K2. ------------------------------------------------------------------------ r292 | zeo | 2006-03-25 22:41:07 +0800 | 3 lines Support for styles inside a subdirectory http://getk2.com/bugs/view.php?id=255. Props to stevester. All custom styles/schemes should now belong to their own directory inside styles folder i.e styles/sample/sample.css. Style authors should now update their custom style/scheme according to the new directory structure. ------------------------------------------------------------------------ r291 | zeo | 2006-03-25 15:56:06 +0800 | 1 line Minor h1 heading adjustment to vader.css ------------------------------------------------------------------------ r290 | zeo | 2006-03-25 15:41:15 +0800 | 1 line Remove 'favorite' inline IMG to stylesheet and rename the class to 'noteworthy'. Replace favorite.gif to Silk icon heart.png. ------------------------------------------------------------------------ r289 | zeo | 2006-03-24 16:27:59 +0800 | 1 line Fix 'Rolling Archive' navigation styling for IE. Should look much better now. ------------------------------------------------------------------------ r288 | michael | 2006-03-24 04:57:53 +0800 | 1 line I've started implementing a new livesearch. This means there's some wonkiness with the whole livesearch system. ------------------------------------------------------------------------ r287 | michael | 2006-03-24 01:33:48 +0800 | 1 line I've implemented support for the upcoming WordPress Widget plugin. I'm hoping to pull out some of our sidebar things and either rely on others to create widgets for them, or create our own. ------------------------------------------------------------------------ r286 | zeo | 2006-03-23 23:20:34 +0800 | 1 line Localization update. Also change the_date() to the_time() have the same reason why theloop.php use this instead. ------------------------------------------------------------------------ r285 | zeo | 2006-03-23 18:58:37 +0800 | 1 line Some localization update Part 9. Cleaning up some mess. ------------------------------------------------------------------------ r284 | zeo | 2006-03-23 11:20:03 +0800 | 1 line Minor footer l10n enchancement. ------------------------------------------------------------------------ r283 | michael | 2006-03-23 05:23:06 +0800 | 1 line Minor updates here and there to RA ------------------------------------------------------------------------ r282 | michael | 2006-03-23 05:01:35 +0800 | 1 line Now the slider is integrated with the older/newer links, and it starts the right way around. ------------------------------------------------------------------------ r281 | zeo | 2006-03-23 00:01:36 +0800 | 1 line Some localization update part 8. Revisit options/display/form.php. ------------------------------------------------------------------------ r280 | zeo | 2006-03-22 18:23:46 +0800 | 1 line Some localization update Part 7. Revisit comments.php. ------------------------------------------------------------------------ r279 | zeo | 2006-03-22 15:26:05 +0800 | 1 line Some localization update Part 6. The hardest part of this entire process is dealing with plugin. Remove 'chronodata:after' selector. ------------------------------------------------------------------------ r278 | michael | 2006-03-22 05:48:10 +0800 | 3 lines Now the RA has slightly better styling. PS: Currently the slider won't change when you click the 'older' and 'newer' links. I'll try and see if I can figure something out. ------------------------------------------------------------------------ r277 | michael | 2006-03-22 05:40:52 +0800 | 3 lines Though the styling isn't where it's supposed to be, I've now added a slider to the rolling archives, which lets you quickly choose an approximate place in the history to roll back to. There are lots more improvements coming for RA. ------------------------------------------------------------------------ r276 | michael | 2006-03-22 04:07:50 +0800 | 1 line I've segregated the rolling archives navigational elements out into their own file. This way I can work on that without disrupting theloop.php. ------------------------------------------------------------------------ r275 | zeo | 2006-03-22 00:09:04 +0800 | 2 lines Fix footer num queries and timer type specifier. ------------------------------------------------------------------------ r274 | zeo | 2006-03-20 10:56:40 +0800 | 1 line Style Info update http://getk2.com/bugs/view.php?id=253. Props to steveo. ------------------------------------------------------------------------ r273 | zeo | 2006-03-19 11:37:39 +0800 | 1 line Minor tweak to comment JS. ------------------------------------------------------------------------ r272 | zeo | 2006-03-18 19:54:49 +0800 | 1 line Some localization update Part 5. This changes is inevitable afaik. ------------------------------------------------------------------------ r271 | zeo | 2006-03-18 17:28:05 +0800 | 1 line No need to load hideUtils if user logged in. ------------------------------------------------------------------------ r270 | zeo | 2006-03-18 17:20:47 +0800 | 1 line Image alignment need some attention. ------------------------------------------------------------------------ r269 | zeo | 2006-03-18 17:07:09 +0800 | 1 line Fixing live commenting Option value. ------------------------------------------------------------------------ r268 | zeo | 2006-03-18 13:45:08 +0800 | 1 line Some localization update Part 4. There's still room for improvement. ------------------------------------------------------------------------ r267 | michael | 2006-03-18 06:09:47 +0800 | 1 line More RA tweaks. ------------------------------------------------------------------------ r266 | michael | 2006-03-18 05:05:18 +0800 | 1 line Removed default about blurp. I don't think there's a need for it. ------------------------------------------------------------------------ r265 | michael | 2006-03-18 04:59:13 +0800 | 1 line Updated RA to be more smooth. ------------------------------------------------------------------------ r264 | michael | 2006-03-18 01:49:03 +0800 | 1 line Changed the parameter values for some of the options on the options panel, so now 1 is 'on' and 0 is 'off. This will require people to reset their options. ------------------------------------------------------------------------ r263 | zeo | 2006-03-17 20:31:31 +0800 | 1 line Replace quotation mark to single quote from 'title' element ------------------------------------------------------------------------ r262 | zeo | 2006-03-17 19:49:18 +0800 | 1 line Some localization update Part 4. ------------------------------------------------------------------------ r261 | zeo | 2006-03-17 18:38:21 +0800 | 1 line Updating patch from http://getk2.com/bugs/view.php?id=249. Props to zamoose. ------------------------------------------------------------------------ r260 | zeo | 2006-03-17 17:28:45 +0800 | 1 line Separate Blockquote style for global use and authorcomment. ------------------------------------------------------------------------ r259 | zeo | 2006-03-17 15:41:37 +0800 | 1 line Fix validation error. ------------------------------------------------------------------------ r258 | michael | 2006-03-17 05:43:03 +0800 | 1 line Now we check for both curl and fopen ------------------------------------------------------------------------ r257 | michael | 2006-03-17 05:42:07 +0800 | 1 line Implemented a quick hack which'll tell you if the style-info won't work on your server. I hope it works :P ------------------------------------------------------------------------ r256 | michael | 2006-03-17 05:41:21 +0800 | 1 line Removed some legacy code from Matt's Asides. Not needed anymore. ------------------------------------------------------------------------ r255 | michael | 2006-03-17 05:31:45 +0800 | 1 line Moved