]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Thu, 5 Mar 2009 00:21:37 +0000 (16:21 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoMade /api/account/verify_credentials.format return an extended user object. Updates...
Zach Copley [Thu, 5 Mar 2009 00:17:40 +0000 (16:17 -0800)]
Made /api/account/verify_credentials.format return an extended user object. Updates to status and user API objects.

15 years agoYahoo! SearchMonkey applications:
Sarven Capadisli [Wed, 4 Mar 2009 21:05:26 +0000 (21:05 +0000)]
Yahoo! SearchMonkey applications:
* Displays user profile information http://identi.ca
* Displays user's XFN on http://identi.ca

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Wed, 4 Mar 2009 19:05:58 +0000 (11:05 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoPlugins - added a new event (RouterInitialized) which allows a plugin to register...
CiaranG [Wed, 4 Mar 2009 15:34:04 +0000 (15:34 +0000)]
Plugins - added a new event (RouterInitialized) which allows a plugin to register new paths to be routed

15 years agoPostgreSQL - made all 'weight' calculating SQL expressions compatible with both datab...
CiaranG [Wed, 4 Mar 2009 15:32:26 +0000 (15:32 +0000)]
PostgreSQL - made all 'weight' calculating SQL expressions compatible with both databases, and made some GROUP BY queries more explicit about the fields they are selecting, for the same reason.

15 years agoPostgreSQL - added defaults for 'created' fields, so they work the same as the MySQL...
CiaranG [Wed, 4 Mar 2009 15:30:17 +0000 (15:30 +0000)]
PostgreSQL - added defaults for 'created' fields, so they work the same as the MySQL version, and made sure all 'modified' fields are not null

15 years agoError actions use HTTP code name for title
Evan Prodromou [Wed, 4 Mar 2009 14:27:30 +0000 (06:27 -0800)]
Error actions use HTTP code name for title

Change the title of error actions to the HTTP code name, like
'internal server error'.

15 years agoCheck for config file when running
Evan Prodromou [Wed, 4 Mar 2009 14:24:33 +0000 (06:24 -0800)]
Check for config file when running

When running the full system, check for a config file, and throw an
error if none is found.

15 years agoupdate README with new install instructions
Evan Prodromou [Wed, 4 Mar 2009 14:13:05 +0000 (06:13 -0800)]
update README with new install instructions

15 years agoMake a loop instead of repeating almost identical text in install
Evan Prodromou [Wed, 4 Mar 2009 13:53:04 +0000 (05:53 -0800)]
Make a loop instead of repeating almost identical text in install

15 years agorun foreign services script
Evan Prodromou [Wed, 4 Mar 2009 13:47:37 +0000 (05:47 -0800)]
run foreign services script

15 years agoall inserts in one statement for foreign services
Evan Prodromou [Wed, 4 Mar 2009 13:47:24 +0000 (05:47 -0800)]
all inserts in one statement for foreign services

15 years agoadd notice source data on install
Evan Prodromou [Wed, 4 Mar 2009 13:44:29 +0000 (05:44 -0800)]
add notice source data on install

15 years agoadd notice source to default install
Evan Prodromou [Tue, 3 Mar 2009 02:25:10 +0000 (18:25 -0800)]
add notice source to default install

15 years agocheck posted parameters
Evan Prodromou [Sun, 1 Mar 2009 18:12:16 +0000 (10:12 -0800)]
check posted parameters

15 years agorun sms carrier script on install
Evan Prodromou [Wed, 4 Mar 2009 13:42:03 +0000 (05:42 -0800)]
run sms carrier script on install

15 years agofix pagination links with new URL mapper
Evan Prodromou [Wed, 4 Mar 2009 13:29:21 +0000 (05:29 -0800)]
fix pagination links with new URL mapper

15 years agoHooks for: Public group nav in order to place a list-anchor item at
Sarven Capadisli [Wed, 4 Mar 2009 05:23:41 +0000 (05:23 +0000)]
Hooks for: Public group nav in order to place a list-anchor item at
the start or end of the list.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Wed, 4 Mar 2009 05:15:41 +0000 (05:15 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoAvatar crop fix for shrinking/stretching of images when user doesn't
Sarven Capadisli [Wed, 4 Mar 2009 05:11:18 +0000 (05:11 +0000)]
Avatar crop fix for shrinking/stretching of images when user doesn't
scale it with the Jcrop tool (but hits Crop). This will use the lower
value from width/height.

15 years agoAdditional (optional, defaults to off) logging of PEAR error details, which allows...
CiaranG [Wed, 4 Mar 2009 00:23:34 +0000 (00:23 +0000)]
Additional (optional, defaults to off) logging of PEAR error details, which allows database issues to be more easily diagnosed.

15 years agoCatch bad replyto IDs before saving a new notice to avoid a constraint violation...
CiaranG [Tue, 3 Mar 2009 21:33:52 +0000 (21:33 +0000)]
Catch bad replyto IDs before saving a new notice to avoid a constraint violation. This happens, for example, when posting for the first time on a fresh install

15 years agoUse single quotes for data literals on inserts to notice_index, so it works on pgsql...
CiaranG [Tue, 3 Mar 2009 21:32:47 +0000 (21:32 +0000)]
Use single quotes for data literals on inserts to notice_index, so it works on pgsql as well as mysql

15 years agoPostgreSQL - added new emailnotifyattn field to user table, to match MySQL version
CiaranG [Tue, 3 Mar 2009 20:18:26 +0000 (20:18 +0000)]
PostgreSQL - added new emailnotifyattn field to user table, to match MySQL version

15 years agoUpdated typography and layout
Sarven Capadisli [Mon, 2 Mar 2009 00:06:29 +0000 (00:06 +0000)]
Updated typography and layout

15 years agocheck some prereqs for installation
Evan Prodromou [Sun, 1 Mar 2009 05:01:33 +0000 (21:01 -0800)]
check some prereqs for installation

15 years agofirst pass at a working install.php
Evan Prodromou [Sun, 1 Mar 2009 04:33:22 +0000 (20:33 -0800)]
first pass at a working install.php

15 years agodon't use semicolons in comments
Evan Prodromou [Sun, 1 Mar 2009 04:32:53 +0000 (20:32 -0800)]
don't use semicolons in comments

15 years agoautomatically handle non-laconica-named databases
Evan Prodromou [Sun, 1 Mar 2009 04:32:31 +0000 (20:32 -0800)]
automatically handle non-laconica-named databases

15 years agoshow a form for installation
Evan Prodromou [Sun, 1 Mar 2009 01:42:27 +0000 (17:42 -0800)]
show a form for installation

15 years agoAdd a flag for if there's no config file
Evan Prodromou [Sun, 1 Mar 2009 01:42:12 +0000 (17:42 -0800)]
Add a flag for if there's no config file

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sat, 28 Feb 2009 23:18:06 +0000 (15:18 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agofix problem with dupe tags in profile
Evan Prodromou [Sat, 28 Feb 2009 23:17:49 +0000 (15:17 -0800)]
fix problem with dupe tags in profile

15 years agoSlightly toned down the text-shadow on navigation
Sarven Capadisli [Sat, 28 Feb 2009 23:10:40 +0000 (23:10 +0000)]
Slightly toned down the text-shadow on navigation

15 years agoAdd route for new message to user.
Adrian Lang [Wed, 25 Feb 2009 15:59:32 +0000 (16:59 +0100)]
Add route for new message to user.

15 years agoHopefully fixes #1260: Mess with norwegian languages. Moreover corrected ltr/rtl...
Adrian Lang [Wed, 25 Feb 2009 00:36:58 +0000 (01:36 +0100)]
Hopefully fixes #1260: Mess with norwegian languages. Moreover corrected ltr/rtl for Italian and Hebrew and added Finnish.

15 years agoFixes #1258: A period in a hashtag leads to the tag being interpreted as url and...
Adrian Lang [Sun, 22 Feb 2009 16:45:26 +0000 (17:45 +0100)]
Fixes #1258: A period in a hashtag leads to the tag being interpreted as url and hence breaking the tag.

15 years agoRoute for remote subscribe link on profile page.
Adrian Lang [Sun, 22 Feb 2009 13:27:09 +0000 (14:27 +0100)]
Route for remote subscribe link on profile page.

15 years agoCompletely refactored noticesearch list, now using subclassing for highlighting....
Adrian Lang [Sun, 22 Feb 2009 13:02:17 +0000 (14:02 +0100)]
Completely refactored noticesearch list, now using subclassing for highlighting. Fixes #1240 and probably other bugs.

15 years agoFixes #1241: in-reply-to links were broken due to copy and paste error (Variable...
Adrian Lang [Sun, 22 Feb 2009 12:38:16 +0000 (13:38 +0100)]
Fixes #1241: in-reply-to links were broken due to copy and paste error (Variable name was wrong).

15 years agoFix replyto parameter in newnotice
Adrian Lang [Sun, 22 Feb 2009 12:32:14 +0000 (13:32 +0100)]
Fix replyto parameter in newnotice

15 years agoMore routes.
Adrian Lang [Sun, 22 Feb 2009 12:31:50 +0000 (13:31 +0100)]
More routes.

15 years agoBroadcast profile via OMB after avatar change.
Adrian Lang [Sat, 21 Feb 2009 21:50:59 +0000 (22:50 +0100)]
Broadcast profile via OMB after avatar change.

15 years agoAdd finishremotesubscribe to the unrouted actions list.
Adrian Lang [Sat, 21 Feb 2009 21:48:30 +0000 (22:48 +0100)]
Add finishremotesubscribe to the unrouted actions list.

15 years agoCorrectly handle avatars at updateProfile
Adrian Lang [Sat, 21 Feb 2009 21:41:24 +0000 (22:41 +0100)]
Correctly handle avatars at updateProfile

15 years agoAuth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.
Adrian Lang [Sat, 21 Feb 2009 18:43:18 +0000 (19:43 +0100)]
Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.

15 years agoFixes #1067: Avatar stretched on authorize remote subscription page. The img tag...
Adrian Lang [Sat, 21 Feb 2009 18:04:27 +0000 (19:04 +0100)]
Fixes #1067: Avatar stretched on authorize remote subscription page. The img tag used a wrong class which had a width: 100% applied.

15 years agoAdds some missing routes.
Adrian Lang [Sat, 21 Feb 2009 17:51:56 +0000 (18:51 +0100)]
Adds some missing routes.

15 years agoHook for setting document content type, charset, language, DOCTYPE and
Sarven Capadisli [Thu, 26 Feb 2009 19:56:31 +0000 (19:56 +0000)]
Hook for setting document content type, charset, language, DOCTYPE and
html element properties

15 years agoPrint stylesheet - Added license and cleanup
Sarven Capadisli [Tue, 24 Feb 2009 05:09:23 +0000 (05:09 +0000)]
Print stylesheet - Added license and cleanup

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Tue, 24 Feb 2009 04:32:28 +0000 (04:32 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoPrint stylesheet
Sarven Capadisli [Tue, 24 Feb 2009 04:31:31 +0000 (04:31 +0000)]
Print stylesheet

15 years agoMake allrss.php work with phpcs
Evan Prodromou [Mon, 23 Feb 2009 21:27:22 +0000 (13:27 -0800)]
Make allrss.php work with phpcs

15 years agoTicket #1108 - Added 'social graph' methods to the API
Zach Copley [Mon, 23 Feb 2009 04:04:47 +0000 (20:04 -0800)]
Ticket #1108 - Added 'social graph' methods to the API

15 years agoMinor routing fix for friends_timeline API method
Zach Copley [Mon, 23 Feb 2009 02:01:55 +0000 (18:01 -0800)]
Minor routing fix for friends_timeline API method

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Mon, 23 Feb 2009 01:03:41 +0000 (17:03 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoTicket #925 - make verify_credentials return 'Authorized' if no return type specified
Zach Copley [Mon, 23 Feb 2009 01:01:41 +0000 (17:01 -0800)]
Ticket #925 - make verify_credentials return 'Authorized' if no return type specified

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sat, 21 Feb 2009 15:10:33 +0000 (07:10 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Sat, 21 Feb 2009 01:19:08 +0000 (17:19 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoNew doc page for Identi.ca badge and minor updates to badge's js
Zach Copley [Sat, 21 Feb 2009 01:17:20 +0000 (17:17 -0800)]
New doc page for Identi.ca badge and minor updates to badge's js

15 years agoMinor positioning: using absolute right instead of left
Sarven Capadisli [Fri, 20 Feb 2009 23:54:17 +0000 (23:54 +0000)]
Minor positioning: using absolute right instead of left

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Fri, 20 Feb 2009 23:47:40 +0000 (23:47 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoHooks for: local navigation
Sarven Capadisli [Fri, 20 Feb 2009 23:47:24 +0000 (23:47 +0000)]
Hooks for: local navigation

15 years agoFixed routing for direct messages and favorites in the API
Zach Copley [Fri, 20 Feb 2009 23:07:59 +0000 (15:07 -0800)]
Fixed routing for direct messages and favorites in the API

15 years agoChange common_local_url() to take 4 arguments
Evan Prodromou [Fri, 20 Feb 2009 22:30:09 +0000 (17:30 -0500)]
Change common_local_url() to take 4 arguments

I changed common_local_url() to take an additional optional argument
-- for query parameters. Being persnickety, I made it the third of
four, and moved the last one ($fragment) down a slot. That required
changing a couple of calls.

15 years agofix notices in lib/grouplist.php
Evan Prodromou [Fri, 20 Feb 2009 22:29:40 +0000 (17:29 -0500)]
fix notices in lib/grouplist.php

15 years agodon't use SUP in group rss
Evan Prodromou [Fri, 20 Feb 2009 22:14:13 +0000 (17:14 -0500)]
don't use SUP in group rss

15 years agofix some notices in omb.php
Evan Prodromou [Fri, 20 Feb 2009 22:02:34 +0000 (17:02 -0500)]
fix some notices in omb.php

15 years agouse return value of common_check_user() in login.php
Evan Prodromou [Fri, 20 Feb 2009 21:58:19 +0000 (16:58 -0500)]
use return value of common_check_user() in login.php

15 years agofix notice in searchaction
Evan Prodromou [Fri, 20 Feb 2009 21:51:39 +0000 (16:51 -0500)]
fix notice in searchaction

15 years agomake check for ->value better
Evan Prodromou [Fri, 20 Feb 2009 21:50:05 +0000 (16:50 -0500)]
make check for ->value better

15 years agochange static in router to var
Evan Prodromou [Fri, 20 Feb 2009 21:48:49 +0000 (16:48 -0500)]
change static  in router to var

15 years agoaccidentally used as a global in index.php
Evan Prodromou [Fri, 20 Feb 2009 21:46:26 +0000 (16:46 -0500)]
accidentally used  as a global in index.php

15 years agoavoid notices on undefined array elements
Evan Prodromou [Fri, 20 Feb 2009 21:44:56 +0000 (16:44 -0500)]
avoid notices on undefined array elements

15 years agoNOTICES_PER_SECTION already defined in lib/noticesection.php, causing a warning
Leslie Michael Orchard [Wed, 18 Feb 2009 03:59:48 +0000 (22:59 -0500)]
NOTICES_PER_SECTION already defined in lib/noticesection.php, causing a warning

15 years agoAttempt to access non-existent OPENID_COOKIE_KEY cookie causing a warning
Leslie Michael Orchard [Wed, 18 Feb 2009 04:09:57 +0000 (23:09 -0500)]
Attempt to access non-existent OPENID_COOKIE_KEY cookie causing a warning

15 years agoFixing a bunch of undefined variable warnings in OpenID signup process
Leslie Michael Orchard [Wed, 18 Feb 2009 04:22:56 +0000 (23:22 -0500)]
Fixing a bunch of undefined variable warnings in OpenID signup process

15 years agoPROFILES_PER_PAGE already defined in lib/common.php
Leslie Michael Orchard [Wed, 18 Feb 2009 04:25:00 +0000 (23:25 -0500)]
PROFILES_PER_PAGE already defined in lib/common.php

15 years agoIgnoring VIM swap files, log files, and httpd.conf
Leslie Michael Orchard [Wed, 18 Feb 2009 04:24:10 +0000 (23:24 -0500)]
Ignoring VIM swap files, log files, and httpd.conf

15 years agomake tagother work with router
Evan Prodromou [Fri, 20 Feb 2009 15:04:28 +0000 (10:04 -0500)]
make tagother work with router

15 years agoMerge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.x
Evan Prodromou [Fri, 20 Feb 2009 14:59:02 +0000 (09:59 -0500)]
Merge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.x

15 years agohandle if-modified-since in RSS feeds
Evan Prodromou [Fri, 20 Feb 2009 14:58:38 +0000 (14:58 +0000)]
handle if-modified-since in RSS feeds

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Fri, 20 Feb 2009 14:54:50 +0000 (09:54 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoMerge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.x
Evan Prodromou [Fri, 20 Feb 2009 14:54:17 +0000 (09:54 -0500)]
Merge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.x

15 years agoMinor CSS cleanup.
Sarven Capadisli [Thu, 19 Feb 2009 02:55:04 +0000 (02:55 +0000)]
Minor CSS cleanup.

15 years agomore correct handling of etags and last-modified
Evan Prodromou [Wed, 18 Feb 2009 23:43:26 +0000 (23:43 +0000)]
more correct handling of etags and last-modified

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Wed, 18 Feb 2009 23:41:02 +0000 (15:41 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoOpen the /api/laconica/config.format API method so clients can determine whether...
Zach Copley [Wed, 18 Feb 2009 23:33:52 +0000 (15:33 -0800)]
Open the /api/laconica/config.format API method so clients can determine whether a site is "private".

15 years agoMerge branch 'master' of git://gitorious.org/laconica/mainline into 0.7.x
Evan Prodromou [Wed, 18 Feb 2009 23:31:28 +0000 (23:31 +0000)]
Merge branch 'master' of git://gitorious.org/laconica/mainline into 0.7.x

15 years agomove peoplesearchresults to its own module
Evan Prodromou [Wed, 18 Feb 2009 14:35:59 +0000 (09:35 -0500)]
move peoplesearchresults to its own module

15 years agoMerge branch 'dev-0.7.x' into framebusting
Meitar Moscovitz [Wed, 18 Feb 2009 02:01:52 +0000 (13:01 +1100)]
Merge branch 'dev-0.7.x' into framebusting

Conflicts:
lib/action.php

15 years agoMerge branch 'ticket-1053' of git://gitorious.org/laconica/meitar into review
Sarven Capadisli [Tue, 17 Feb 2009 21:24:06 +0000 (21:24 +0000)]
Merge branch 'ticket-1053' of git://gitorious.org/laconica/meitar into review

15 years agoMerge branch 'mobile-style' of git://gitorious.org/laconica/meitar into review
Sarven Capadisli [Tue, 17 Feb 2009 20:32:19 +0000 (20:32 +0000)]
Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into review

Conflicts:

lib/action.php

15 years agoanother system message
Evan Prodromou [Tue, 17 Feb 2009 17:08:53 +0000 (12:08 -0500)]
another system message

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Tue, 17 Feb 2009 15:23:19 +0000 (10:23 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoMerge branch 'master' into 0.7.x
Evan Prodromou [Tue, 17 Feb 2009 15:22:42 +0000 (10:22 -0500)]
Merge branch 'master' into 0.7.x

15 years agoFixed #1170: Auto-linking bug when URL cotains special chars.
Sean Murphy [Mon, 9 Feb 2009 22:29:27 +0000 (17:29 -0500)]
Fixed #1170: Auto-linking bug when URL cotains special chars.

15 years agoFixes ticket:1053; removes spacing between hash and tag on profile page.
Meitar Moscovitz [Tue, 17 Feb 2009 07:37:02 +0000 (18:37 +1100)]
Fixes ticket:1053; removes spacing between hash and tag on profile page.

15 years agoUpdated README with section about installing the Facebook app, and added info about...
Zach Copley [Tue, 17 Feb 2009 01:58:24 +0000 (17:58 -0800)]
Updated README with section about installing the Facebook app, and added info about twitterqueuehandler.php and facebookqueuehandler.php.