]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2009-08-27 Evan ProdromouMerge branch '0.8.x' into 0.9.x
2009-08-26 Evan Prodromoumore logging in xmppqueuehandler
2009-08-26 Evan Prodromoumore log output in queue handlers
2009-08-25 Craig AndrewsAllow ({['" to preceded #tags
2009-08-25 Sarven CapadisliMerge branch '0.8.x' of git@gitorious.org:laconica...
2009-08-25 Sarven Capadisliuserdesign.go.js was incorrectly removed in commit
2009-08-25 Craig AndrewsHandle grouping symbols ()[]{} correctly. Now passing...
2009-08-25 Craig AndrewsCorrect the hash tag test
2009-08-25 Craig AndrewsAdd UTF-8 encodings of the IDN TLDs
2009-08-25 Craig AndrewsAll tests pass except for those that require matching...
2009-08-25 Craig AndrewsImproved the URL tests, and improve the matcher so...
2009-08-25 Brenda WallaceMerge commit 'mainline/0.8.x' into 0.8.x
2009-08-25 Brenda Wallacebeginning of hashtag tests
2009-08-25 Craig Andrewsftps protocol should be handled the same way as ftp
2009-08-24 Evan ProdromouMerge branch '0.8.x' of git@gitorious.org:laconica...
2009-08-24 Evan Prodromouchange class to rel in unit tests for URL check
2009-08-24 Brenda Wallaceignore the local folder
2009-08-24 Brenda Wallacemoved template folder into it's own method, so can...
2009-08-24 Brenda Wallacefix up tpl/index.php so doesn't throw errors on hosts...
2009-08-24 Evan ProdromouAdd unit test directory and first test
2009-08-24 Evan ProdromouMerge branch '0.8.x' of git@gitorious.org:laconica...
2009-08-22 Craig AndrewsFinally got the IPv6 regex right in the url finder
2009-08-22 Craig AndrewsImprove url finding more. Properly end urls when a...
2009-08-22 Craig AndrewsURLs surrounded by (),{}, and [] are correctly handled...
2009-08-21 Evan Prodromouadd OpenID doc menu item and doc page
2009-08-21 Evan Prodromouremove openid menu item from help menu
2009-08-21 Evan Prodromouuse array for events
2009-08-21 Evan Prodromouadd hooks to allow loading custom help documentation
2009-08-21 Evan Prodromoumove openid docs to OpenID plugin dir
2009-08-21 Evan ProdromouRevert "Added configuration option to only allow OpenID...
2009-08-21 Evan ProdromouRevert "Added a configuration option to disable OpenID."
2009-08-21 Evan ProdromouMerge branch '0.9.x' into openidplugin
2009-08-21 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:laconica...
2009-08-21 Evan ProdromouMerge branch 'dbconfig' into 0.9.x
2009-08-21 Evan Prodromouload configuration options from database at runtime
2009-08-21 Craig AndrewsMerge commit 'brion/searchfix' into 0.9.x
2009-08-21 Brion Vibberkill stupid Finder metadata file that made it into...
2009-08-21 Brion VibberTweak to php-gettext stream reader; initialize local...
2009-08-21 Brion VibberInclude php-gettext 1.0.7 into extlibs; loading it...
2009-08-21 Craig AndrewsLinkifier support many more urls, and less mismatches
2009-08-21 Evan ProdromouMerge branch '0.8.x' into 0.9.x
2009-08-21 Evan ProdromouMerge branch '0.8.x' of git@gitorious.org:laconica...
2009-08-21 Evan ProdromouWe don't need to re-distribute jquery-autocomplete...
2009-08-21 Evan Prodromounew class for configuration settings
2009-08-21 Evan ProdromouAdd table for configuration settings
2009-08-21 Craig AndrewsUse currying to call the url callbacks, and use preg_re...
2009-08-21 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:laconica...
2009-08-21 Evan Prodromouapi update correctly checks max length of notices
2009-08-21 Evan Prodromoufacebook action correctly checks max notice length
2009-08-21 Evan Prodromoumaildaemon correctly checks max notice length
2009-08-21 Evan Prodromoucorrectly check for max notice length in xmppdaemon
2009-08-21 Evan Prodromouurl-shortening check correctly checks max notice length
2009-08-21 Evan Prodromoupostnotice for OMB correctly checks max notice size
2009-08-21 Evan ProdromouWeb UI for notices correctly shows and checks max conte...
2009-08-21 Evan Prodromouvalidation code in Notice correctly checks length of...
2009-08-21 Evan ProdromouNotice class has methods to check content length
2009-08-21 Evan Prodromouregister checks Profile bio length correctly
2009-08-21 Evan Prodromoucheck and show max bio length in profilesettings
2009-08-21 Evan Prodromoucheck correct setting in Profile bio length
2009-08-21 Evan ProdromouProfile class has methods to check bio length
2009-08-21 Evan ProdromouAPI for direct messages correctly checks length
2009-08-21 Evan Prodromoumessage input form correctly shows and check max length
2009-08-21 Evan Prodromoucounter in notice/message form uses global variable...
2009-08-21 Evan Prodromoucorrectly check Message length for d-commands
2009-08-21 Evan Prodromoumethods for Message to check max content length
2009-08-21 Evan Prodromoucorrect instructions for length in groupeditform
2009-08-21 Evan Prodromoucan set group desc limit to unlimited without resetting...
2009-08-21 Evan Prodromou0 means no limit for text (distinct from null)
2009-08-21 Evan Prodromouallow configurable length for user group description
2009-08-21 Evan Prodromouconfiguration options for text limits
2009-08-21 Evan Prodromoudata classes allow >140c in user group descriptions
2009-08-21 Evan Prodromouupdate database to allow >140c in group descriptions
2009-08-21 Evan Prodromoudata classes allow >140 bios in profiles
2009-08-21 Evan ProdromouAllow unlimited-size bios in profiles
2009-08-21 Evan ProdromouMessages can be >140c in classes
2009-08-21 Evan Prodromouallow unlimited text in messages in DB
2009-08-21 Evan Prodromouupdate data classes for TEXT content in notice
2009-08-21 Evan Prodromouupdate database to allow large posts
2009-08-21 Evan Prodromoumake common_config() handle nulls correctly
2009-08-21 Evan Prodromoureformat groupeditform.php
2009-08-21 Adrian LangUpdate libomb, fix some omb handling stuff, improve...
2009-08-20 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:laconica...
2009-08-20 Eric Helgesonvar empty check did not function as expected.
2009-08-20 mEDIadd $config['attachments']['path'] to the config.php...
2009-08-20 Marcel van... Change the notice type defines all into class constants...
2009-08-20 Craig AndrewsMerge commit 'cvollick/resolveAliases' into 0.8.x
2009-08-20 Francois MarierFix the default value of ['server']['path'] when runnin...
2009-08-19 Christopher... Resolve Group Aliases in showgroup.php
2009-08-19 Zach CopleyMerge branch '0.8.x' of git@gitorious.org:laconica...
2009-08-19 Zach CopleyUpdated Twitter bridge section
2009-08-19 Craig AndrewsRemoved all the redundant logic in common_replace_urls_...
2009-08-18 Zach CopleyBetter logging
2009-08-18 Zach CopleyReturn null if all columns in the compound primary...
2009-08-18 Zach CopleyKick user out if she doesn't have FB cookies
2009-08-18 Craig AndrewsIPv4 and IPv6 addresses are picked up in URLs
2009-08-17 brionUse spinner icon while performing AJAX submissions...
2009-08-16 Craig AndrewsMerge commit 'jeff-themovie/0.8.x-openid-enabled' into...
2009-08-16 brionFix bug bug 1563 "opensearch content type incorrectly...
2009-08-16 brionFix for search regression introduced by rename of NOTIC...
2009-08-16 Evan ProdromouRevert "Revert "Return a 404 when a page is request...
next