]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoFixed PHP Notice "Undefined index: enclosures" (and a possible one for 'tags')
Jeffery To [Sun, 2 Aug 2009 11:38:03 +0000 (19:38 +0800)]
Fixed PHP Notice "Undefined index:  enclosures" (and a possible one for 'tags')

14 years agoFixed PHP Notice "Use of undefined constant session_name - assumed 'session_name'"
Jeffery To [Sun, 2 Aug 2009 11:36:09 +0000 (19:36 +0800)]
Fixed PHP Notice "Use of undefined constant session_name - assumed 'session_name'"

14 years agoAdded a url field to hold the permalink. I believe this field is very useful for...
Craig Andrews [Fri, 31 Jul 2009 02:43:07 +0000 (22:43 -0400)]
Added a url field to hold the permalink. I believe this field is very useful for api consumers.

14 years agoImplemented the "show" method of the laconica groups api
Craig Andrews [Fri, 31 Jul 2009 02:15:24 +0000 (22:15 -0400)]
Implemented the "show" method of the laconica groups api

14 years agoRemoved default values from <input>s. JavaScript will now get the
Sarven Capadisli [Thu, 30 Jul 2009 20:44:51 +0000 (20:44 +0000)]
Removed default values from <input>s. JavaScript will now get the
colours from the theme. This approach removes data that was
previously available in HTML. It was only necessary if the user wanted
to know the site's default values.

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Thu, 30 Jul 2009 20:25:38 +0000 (16:25 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoSite-wide design configuration
Evan Prodromou [Thu, 30 Jul 2009 20:24:04 +0000 (16:24 -0400)]
Site-wide design configuration

I added some code so that the site-wide design can be set, using the
configuration interface.

I also moved the configuration option from
$config['site']['design']['background'] to just
$config['design']['background'], but the old syntax will still work.

14 years agoFix the router entries for the oEmbed endpoint so they don't accidentally catch too...
Craig Andrews [Thu, 30 Jul 2009 19:37:35 +0000 (15:37 -0400)]
Fix the router entries for the oEmbed endpoint so they don't accidentally catch too much

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Thu, 30 Jul 2009 18:57:04 +0000 (14:57 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years ago/check-fancy now works when installed in root dir.
Tom Adams [Wed, 29 Jul 2009 23:12:18 +0000 (00:12 +0100)]
/check-fancy now works when installed in root dir.

14 years agoPass $fancy to *_db_installer.
Tom Adams [Tue, 28 Jul 2009 05:21:18 +0000 (06:21 +0100)]
Pass $fancy to *_db_installer.

14 years agoUse <?php not <?.
Tom Adams [Tue, 28 Jul 2009 05:19:02 +0000 (06:19 +0100)]
Use <?php not <?.

14 years agomove oEmbed router connection after plugins, so other endpoints (such as main/faceboo...
Craig Andrews [Wed, 29 Jul 2009 19:33:09 +0000 (15:33 -0400)]
move oEmbed router connection after plugins, so other endpoints (such as main/facebooklogin) from plugins don't get accidentally intercepted

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Wed, 29 Jul 2009 15:49:01 +0000 (11:49 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoNew algorithm for reply_to saving
Evan Prodromou [Wed, 29 Jul 2009 15:45:32 +0000 (11:45 -0400)]
New algorithm for reply_to saving

I changed the reply-to algorithm so that we only say a notice is in
reply to another notice if a) we receive that information from the Web
or API or b) it's in a "low bandwidth" (XMPP, SMS) channel, and begins
with "@nickname" or "T NICKNAME".

The goal is to avoid false-positives and make conversation trees more
accurate and useful.

14 years agoAvoid potentially double encoding already utf-8 encoded messages
Craig Andrews [Wed, 29 Jul 2009 02:47:32 +0000 (22:47 -0400)]
Avoid potentially double encoding already utf-8 encoded messages

14 years agoHandle UTF-8 encoded text in emails.
Craig Andrews [Wed, 29 Jul 2009 02:22:07 +0000 (22:22 -0400)]
Handle UTF-8 encoded text in emails.

Thanks to jaakko for pointing this out! http://identi.ca/notice/7169471

14 years agoSplitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b
Eric Helgeson [Wed, 29 Jul 2009 01:17:20 +0000 (20:17 -0500)]
Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b
Add session table to pg.sql

14 years agoMinor UI fix for IE6 notice-options
Sarven Capadisli [Tue, 28 Jul 2009 17:14:11 +0000 (17:14 +0000)]
Minor UI fix for IE6 notice-options

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Tue, 28 Jul 2009 14:02:39 +0000 (10:02 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agopgsql's install had windows newlines. ran db/laconica_pg.sql
Eric Helgeson [Mon, 27 Jul 2009 23:29:11 +0000 (18:29 -0500)]
pgsql's install had windows newlines. ran db/laconica_pg.sql
Thanks grim26

14 years agotrim the subject line of invite emails
Craig Andrews [Mon, 27 Jul 2009 20:02:03 +0000 (16:02 -0400)]
trim the subject line of invite emails

Thanks semjaza

http://laconi.ca/trac/ticket/1746

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Craig Andrews [Mon, 27 Jul 2009 20:01:28 +0000 (16:01 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agochange front page to link to max member groups
Evan Prodromou [Mon, 27 Jul 2009 19:07:39 +0000 (15:07 -0400)]
change front page to link to max member groups

14 years agobetter check for existing DB connection runs SET NAMES UTF8 less
Evan Prodromou [Mon, 27 Jul 2009 17:51:40 +0000 (13:51 -0400)]
better check for existing DB connection runs SET NAMES UTF8 less

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Craig Andrews [Mon, 27 Jul 2009 17:42:48 +0000 (13:42 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoSanitize html returned by oEmbed providers to protect laconica from XSS attacks
Craig Andrews [Mon, 27 Jul 2009 17:42:03 +0000 (13:42 -0400)]
Sanitize html returned by oEmbed providers to protect laconica from XSS attacks

14 years agowant a minimum of 10 subs per user
Evan Prodromou [Mon, 27 Jul 2009 17:26:53 +0000 (13:26 -0400)]
want a minimum of 10 subs per user

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Mon, 27 Jul 2009 17:12:18 +0000 (13:12 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoscript to create a simulation database
Evan Prodromou [Mon, 27 Jul 2009 17:11:46 +0000 (13:11 -0400)]
script to create a simulation database

14 years agoAdded config options for site's default design value
Sarven Capadisli [Mon, 27 Jul 2009 16:57:30 +0000 (16:57 +0000)]
Added config options for site's default design value

14 years agoBetter error handling when updating Facebook
Zach Copley [Mon, 27 Jul 2009 02:54:51 +0000 (02:54 +0000)]
Better error handling when updating Facebook

14 years agoMerge commit 'br3nda/0.8.x-lowercaseutf8' into 0.8.x
Craig Andrews [Sun, 26 Jul 2009 04:59:41 +0000 (00:59 -0400)]
Merge commit 'br3nda/0.8.x-lowercaseutf8' into 0.8.x

14 years agolowercase tags using mb_convert_case(), which understands many more alphabets than...
Brenda Wallace [Sun, 26 Jul 2009 04:34:27 +0000 (16:34 +1200)]
lowercase tags using mb_convert_case(), which understands many more alphabets than I do.

14 years agoUpdated pigeontheme to reflect the changes made to entry-content
Sarven Capadisli [Sat, 25 Jul 2009 18:30:18 +0000 (18:30 +0000)]
Updated pigeontheme to reflect the changes made to entry-content
structure

14 years agoMinor change to timestamp selector
Sarven Capadisli [Sat, 25 Jul 2009 18:29:30 +0000 (18:29 +0000)]
Minor change to timestamp selector

14 years agoRemoved <dl> structure from NoticeListItem::showContext. Same as
Sarven Capadisli [Sat, 25 Jul 2009 18:26:00 +0000 (18:26 +0000)]
Removed <dl> structure from NoticeListItem::showContext. Same as
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.

14 years agoRemoved <dl> structure from NoticeListItem::showNoticeSource. Same as
Sarven Capadisli [Sat, 25 Jul 2009 18:22:05 +0000 (18:22 +0000)]
Removed <dl> structure from NoticeListItem::showNoticeSource. Same as
commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.

14 years agoRemoved <dl> structure from NoticeListItem::showNoticeLink. Reason:
Sarven Capadisli [Sat, 25 Jul 2009 18:04:45 +0000 (18:04 +0000)]
Removed <dl> structure from NoticeListItem::showNoticeLink. Reason:
Arguably, the earlier structure was unnecessarily verbose. Same as commit
e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.

14 years agoUpdated pigeonthoughts theme
Sarven Capadisli [Sat, 25 Jul 2009 17:53:37 +0000 (17:53 +0000)]
Updated pigeonthoughts theme

14 years agoRemoved <dl> structure from NoticeListItem::showReplyLink. Reason:
Sarven Capadisli [Sat, 25 Jul 2009 17:44:19 +0000 (17:44 +0000)]
Removed <dl> structure from NoticeListItem::showReplyLink. Reason:
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.

14 years agoRemoved <dl> structure from NoticeListItem::showDeleteLink. Reason:
Sarven Capadisli [Sat, 25 Jul 2009 17:37:37 +0000 (17:37 +0000)]
Removed <dl> structure from NoticeListItem::showDeleteLink. Reason:
To speed up DOM load by cutting down 3 nodes in each notice list item.
Generally each notice option should be a list item in a <ul>, however,
there is no tangible benefit for the user using this approach. In this
case, minimalism is favoured. Similarly, the new approach will make 5
fewer function calls on the server side.

14 years agoIf cannot connect, then stop the installation
Craig Andrews [Sat, 25 Jul 2009 04:19:12 +0000 (00:19 -0400)]
If cannot connect, then stop the installation

14 years agocheck the postgresql database is UTF8 before allowing installation to proceed
Brenda Wallace [Sat, 25 Jul 2009 03:58:42 +0000 (15:58 +1200)]
check the postgresql database is UTF8 before allowing installation to proceed

14 years agoMore IE fixes for Cloudy theme
Sarven Capadisli [Fri, 24 Jul 2009 15:38:58 +0000 (15:38 +0000)]
More IE fixes for Cloudy theme

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Fri, 24 Jul 2009 15:06:07 +0000 (15:06 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoCloudy theme IE (mostly 7/8) fixes
Sarven Capadisli [Fri, 24 Jul 2009 15:04:00 +0000 (15:04 +0000)]
Cloudy theme IE (mostly 7/8) fixes

14 years agodbqueuemanager a little more sane about sleeping
Evan Prodromou [Thu, 23 Jul 2009 21:56:21 +0000 (14:56 -0700)]
dbqueuemanager a little more sane about sleeping

14 years agowhitespace in dbqueuemanager
Evan Prodromou [Thu, 23 Jul 2009 21:50:47 +0000 (14:50 -0700)]
whitespace in dbqueuemanager

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Thu, 23 Jul 2009 21:45:44 +0000 (14:45 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoMerge branch 'master' into 0.8.x
Evan Prodromou [Thu, 23 Jul 2009 21:45:21 +0000 (14:45 -0700)]
Merge branch 'master' into 0.8.x

Conflicts:
scripts/twitterstatusfetcher.php

14 years agochange NOTICE_GATEWAY to Notice::GATEWAY so autoloading works
Evan Prodromou [Thu, 23 Jul 2009 21:22:22 +0000 (14:22 -0700)]
change NOTICE_GATEWAY to Notice::GATEWAY so autoloading works

14 years agoRevert "0.9.0 dev version"
Craig Andrews [Thu, 23 Jul 2009 17:00:34 +0000 (13:00 -0400)]
Revert "0.9.0 dev version"

This reverts commit 7cfb2f569dbda8ef84149604cec88b2349d95306.

This should have never been committed to the 0.8.x branch.

14 years agoMerge commit 'br3nda/0.8.x-tagrssfix' into 0.8.x
Craig Andrews [Thu, 23 Jul 2009 15:16:50 +0000 (11:16 -0400)]
Merge commit 'br3nda/0.8.x-tagrssfix' into 0.8.x

14 years agoMerge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.x
Craig Andrews [Thu, 23 Jul 2009 15:13:27 +0000 (11:13 -0400)]
Merge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.x

14 years agoMinor top value for cloudy theme
Sarven Capadisli [Thu, 23 Jul 2009 15:07:33 +0000 (15:07 +0000)]
Minor top value for cloudy theme

14 years agoUpdated cloudy theme
Sarven Capadisli [Thu, 23 Jul 2009 15:01:42 +0000 (15:01 +0000)]
Updated cloudy theme

14 years agoCall $this->getNotices() always, becuase $this will be the right class.
Brenda Wallace [Thu, 23 Jul 2009 09:46:20 +0000 (21:46 +1200)]
Call $this->getNotices() always, becuase $this will be the right class.
e.g.
TagrssAction
 or
PublicrssAction

14 years agofixed up a limit offset to be ANSI SQL compliant
Brenda Wallace [Thu, 23 Jul 2009 03:07:28 +0000 (15:07 +1200)]
fixed up a limit offset to be ANSI SQL compliant

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Craig Andrews [Thu, 23 Jul 2009 00:02:55 +0000 (20:02 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoMerge commit 'br3nda/0.8.x-pg_tables' into 0.8.x
Craig Andrews [Thu, 23 Jul 2009 00:02:15 +0000 (20:02 -0400)]
Merge commit 'br3nda/0.8.x-pg_tables' into 0.8.x

14 years agoChanged file back to 0644.
Eric Helgeson [Wed, 22 Jul 2009 15:21:49 +0000 (10:21 -0500)]
Changed file back to 0644.
Blame: 0adaaa1b9de61eaa8f7e4c622cda27fb634b53a5

14 years agoMerge commit 'jeff-themovie/private-rss' into 0.8.x
Craig Andrews [Wed, 22 Jul 2009 14:25:22 +0000 (10:25 -0400)]
Merge commit 'jeff-themovie/private-rss' into 0.8.x

14 years agoMerge commit 'br3nda/0.8.x-attachmentfix' into 0.8.x
Craig Andrews [Wed, 22 Jul 2009 14:24:34 +0000 (10:24 -0400)]
Merge commit 'br3nda/0.8.x-attachmentfix' into 0.8.x

14 years agoMerge commit 'br3nda/0.8.x-hashtags' into 0.8.x
Craig Andrews [Wed, 22 Jul 2009 14:23:17 +0000 (10:23 -0400)]
Merge commit 'br3nda/0.8.x-hashtags' into 0.8.x

14 years agoFix help text for getvaliddaemons.php
CiaranG [Wed, 22 Jul 2009 10:21:49 +0000 (11:21 +0100)]
Fix help text for getvaliddaemons.php

14 years agomoved design table earlier - needs to be before "user" becuase of the foreign key
Brenda Wallace [Wed, 22 Jul 2009 09:46:23 +0000 (21:46 +1200)]
moved design table earlier - needs to be before "user" becuase of the foreign key

14 years agomore changes to file_id copied from mysql schema change in 05e51228020fecaa894523b515...
Brenda Wallace [Wed, 22 Jul 2009 09:39:53 +0000 (21:39 +1200)]
more changes to file_id copied from mysql schema change in 05e51228020fecaa894523b5159bc412d48e5b19

14 years agofixes file_redirection table to match mysql schema change in commit 05e51228020fecaa8...
Brenda Wallace [Wed, 22 Jul 2009 09:33:59 +0000 (21:33 +1200)]
fixes file_redirection table to match mysql schema change in commit 05e51228020fecaa894523b5159bc412d48e5b19

14 years agoFixes file_oembed to march mysql schema change that happened in commit 05e51228020fec...
Brenda Wallace [Wed, 22 Jul 2009 09:28:47 +0000 (21:28 +1200)]
Fixes file_oembed to march mysql schema change that happened in commit 05e51228020fecaa894523b5159bc412d48e5b19

14 years agoadded missing columns in file table
Brenda Wallace [Wed, 22 Jul 2009 04:46:32 +0000 (16:46 +1200)]
added missing columns in file table

14 years agoStop daemons using 100% CPU and hammering the DB server when the queue is empty ...
CiaranG [Wed, 22 Jul 2009 08:25:27 +0000 (09:25 +0100)]
Stop daemons using 100% CPU and hammering the DB server when the queue is empty (DBQueueManager-based only)

14 years agoFixed "User" table - added design_id and viewdesigns
Brenda Wallace [Wed, 22 Jul 2009 05:52:43 +0000 (17:52 +1200)]
Fixed "User" table - added design_id and viewdesigns

14 years agofixed SQL in checking for monthly quota - works in postgres and mysql
Brenda Wallace [Wed, 22 Jul 2009 05:05:44 +0000 (17:05 +1200)]
fixed SQL in checking for monthly quota - works in postgres and mysql

14 years agoadded missing columns in file table
Brenda Wallace [Wed, 22 Jul 2009 04:46:32 +0000 (16:46 +1200)]
added missing columns in file table

14 years agomissing AND in the SQL
Brenda Wallace [Wed, 22 Jul 2009 01:45:38 +0000 (13:45 +1200)]
missing AND in the SQL

14 years agoAdd <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as for Atom...
Craig Andrews [Tue, 21 Jul 2009 22:01:22 +0000 (18:01 -0400)]
Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as for Atom and RSS 2.0.

http://laconi.ca/trac/ticket/864

14 years agoAdded hidden input to showRecoverForm() so form can be submitted without error in...
Steve Winton [Thu, 11 Jun 2009 14:32:16 +0000 (15:32 +0100)]
Added hidden input to showRecoverForm() so form can be submitted without error in IE by pressing <return>

14 years agoCheck if mod_rewrite is installed before trying to use it
Brenda Wallace [Wed, 15 Jul 2009 10:13:50 +0000 (22:13 +1200)]
Check if mod_rewrite is installed before trying to use it
stops those apache 500 errors when it's not installed

14 years agoupdate dbqueuemanager to respect handler timeout values
Evan Prodromou [Tue, 21 Jul 2009 19:50:32 +0000 (12:50 -0700)]
update dbqueuemanager to respect handler timeout values

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Tue, 21 Jul 2009 19:50:45 +0000 (12:50 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoupdate dbqueuemanager to respect handler timeout values
Evan Prodromou [Tue, 21 Jul 2009 19:50:32 +0000 (12:50 -0700)]
update dbqueuemanager to respect handler timeout values

14 years agoSet the global $_cur current user so that preferences are loaded.
Craig Andrews [Tue, 21 Jul 2009 19:17:54 +0000 (15:17 -0400)]
Set the global $_cur current user so that preferences are loaded.

Thanks singpolyma

http://laconi.ca/trac/ticket/1573

14 years agoFixed: Browser language preference's not used when using Google Chrome
Craig Andrews [Tue, 21 Jul 2009 19:10:00 +0000 (15:10 -0400)]
Fixed: Browser language preference's not used when using Google Chrome

Thanks bambeeq

http://laconi.ca/trac/ticket/620

14 years agoAdd Cellular South to list of SMS Carriers
Craig Andrews [Tue, 21 Jul 2009 18:45:48 +0000 (14:45 -0400)]
Add Cellular South to list of SMS Carriers

Thanks jacroe

http://laconi.ca/trac/ticket/1520

14 years agocorrectly gc sessions
Evan Prodromou [Tue, 21 Jul 2009 18:31:34 +0000 (11:31 -0700)]
correctly gc sessions

14 years agocorrectly gc sessions
Evan Prodromou [Tue, 21 Jul 2009 18:31:34 +0000 (11:31 -0700)]
correctly gc sessions

14 years agoFixed: If the site name contains "." or "@" (and perhaps others), then notification...
Craig Andrews [Tue, 21 Jul 2009 18:03:08 +0000 (14:03 -0400)]
Fixed: If the site name contains "." or "@" (and perhaps others), then notification emails (such as the email confirmation email) fail with the error "LOG_ERR: PEAR error: Validation failed for:
SITE_NAME <noreply@HOSTNAME> :"

Thanks jk3us

http://laconi.ca/trac/ticket/1356

14 years agoFixed: The installer checks if the avatar and background directories are writable...
Craig Andrews [Tue, 21 Jul 2009 17:59:34 +0000 (13:59 -0400)]
Fixed: The installer checks if the avatar and background directories are writable, but fails to check the file directory used for attachments.

Thanks brion

http://laconi.ca/trac/ticket/1703

14 years agoDetect xmpp uri's and make them into hyperlinks
Craig Andrews [Tue, 21 Jul 2009 17:52:59 +0000 (13:52 -0400)]
Detect xmpp uri's and make them into hyperlinks

http://laconi.ca/trac/ticket/1592

14 years agoDisable email attachment posting when $config['attachments']['uploads'] = false
Craig Andrews [Tue, 21 Jul 2009 14:12:37 +0000 (10:12 -0400)]
Disable email attachment posting when $config['attachments']['uploads'] = false

http://laconi.ca/trac/ticket/1721

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Mon, 20 Jul 2009 23:12:13 +0000 (23:12 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoReduced content width slightly for IE6
Sarven Capadisli [Mon, 20 Jul 2009 23:11:23 +0000 (23:11 +0000)]
Reduced content width slightly for IE6

14 years agoBetter handle multipart emails (especially those with multipart/alternative contents)
Craig Andrews [Mon, 20 Jul 2009 18:02:42 +0000 (14:02 -0400)]
Better handle multipart emails (especially those with multipart/alternative contents)

14 years agoUpdated pigeonthoughts content/aside_primary layout values
Sarven Capadisli [Mon, 20 Jul 2009 14:56:01 +0000 (14:56 +0000)]
Updated pigeonthoughts content/aside_primary layout values

14 years agoUpdated pigeonthoughts theme
Sarven Capadisli [Mon, 20 Jul 2009 04:02:43 +0000 (04:02 +0000)]
Updated pigeonthoughts theme

14 years agoturn into canonical terms before checking for unique-ness of a tag in a notice
Brenda Wallace [Mon, 20 Jul 2009 02:18:48 +0000 (14:18 +1200)]
turn into canonical terms before checking for unique-ness of a tag in a notice

14 years agoallow full unicode into links for tags
Brenda Wallace [Mon, 20 Jul 2009 02:02:52 +0000 (14:02 +1200)]
allow full unicode into links for tags

14 years agoshow full utf8 in tags
Brenda Wallace [Mon, 20 Jul 2009 02:02:26 +0000 (14:02 +1200)]
show full utf8 in tags

14 years agolook for full unicode when saving tags
Brenda Wallace [Mon, 20 Jul 2009 02:01:51 +0000 (14:01 +1200)]
look for full unicode when saving tags