]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Zach Copley [Thu, 5 Mar 2009 02:14:52 +0000 (18:14 -0800)]
Stubs for Twitter-compatible API search methods
Zach Copley [Thu, 5 Mar 2009 01:03:01 +0000 (17:03 -0800)]
Fixed wrong date on my msg in the laconica.spec changelog section
Zach Copley [Thu, 5 Mar 2009 00:55:33 +0000 (16:55 -0800)]
Bumped the version number in laconica.spec in prep for a 0.7.2. RPM
Zach Copley [Thu, 5 Mar 2009 00:37:35 +0000 (16:37 -0800)]
Merge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into review/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
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.
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
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
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
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.
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
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'.
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.
Evan Prodromou [Wed, 4 Mar 2009 14:13:05 +0000 (06:13 -0800)]
update README with new install instructions
Evan Prodromou [Wed, 4 Mar 2009 13:53:04 +0000 (05:53 -0800)]
Make a loop instead of repeating almost identical text in install
Evan Prodromou [Wed, 4 Mar 2009 13:47:37 +0000 (05:47 -0800)]
run foreign services script
Evan Prodromou [Wed, 4 Mar 2009 13:47:24 +0000 (05:47 -0800)]
all inserts in one statement for foreign services
Evan Prodromou [Wed, 4 Mar 2009 13:44:29 +0000 (05:44 -0800)]
add notice source data on install
Evan Prodromou [Tue, 3 Mar 2009 02:25:10 +0000 (18:25 -0800)]
add notice source to default install
Evan Prodromou [Sun, 1 Mar 2009 18:12:16 +0000 (10:12 -0800)]
check posted parameters
Evan Prodromou [Wed, 4 Mar 2009 13:42:03 +0000 (05:42 -0800)]
run sms carrier script on install
Evan Prodromou [Wed, 4 Mar 2009 13:29:21 +0000 (05:29 -0800)]
fix pagination links with new URL mapper
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.
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
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.
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.
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
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
CiaranG [Tue, 3 Mar 2009 20:18:26 +0000 (20:18 +0000)]
PostgreSQL - added new emailnotifyattn field to user table, to match MySQL version
Sarven Capadisli [Mon, 2 Mar 2009 00:06:29 +0000 (00:06 +0000)]
Updated typography and layout
Evan Prodromou [Sun, 1 Mar 2009 05:01:33 +0000 (21:01 -0800)]
check some prereqs for installation
Evan Prodromou [Sun, 1 Mar 2009 04:33:22 +0000 (20:33 -0800)]
first pass at a working install.php
Evan Prodromou [Sun, 1 Mar 2009 04:32:53 +0000 (20:32 -0800)]
don't use semicolons in comments
Evan Prodromou [Sun, 1 Mar 2009 04:32:31 +0000 (20:32 -0800)]
automatically handle non-laconica-named databases
ken.sedgwick [Sun, 1 Mar 2009 04:13:37 +0000 (20:13 -0800)]
Added some missing php dependencies.
Made the avatar directory apache owned.
Evan Prodromou [Sun, 1 Mar 2009 01:42:27 +0000 (17:42 -0800)]
show a form for installation
Evan Prodromou [Sun, 1 Mar 2009 01:42:12 +0000 (17:42 -0800)]
Add a flag for if there's no config file
ken.sedgwick [Sun, 1 Mar 2009 01:35:36 +0000 (17:35 -0800)]
Switched tarball ext ".bz2" -> ".gz" in spec file.
ken.sedgwick [Sun, 1 Mar 2009 01:33:20 +0000 (17:33 -0800)]
Added RPM spec file.
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
Evan Prodromou [Sat, 28 Feb 2009 23:17:49 +0000 (15:17 -0800)]
fix problem with dupe tags in profile
Sarven Capadisli [Sat, 28 Feb 2009 23:10:40 +0000 (23:10 +0000)]
Slightly toned down the text-shadow on navigation
Adrian Lang [Wed, 25 Feb 2009 15:59:32 +0000 (16:59 +0100)]
Add route for new message to user.
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.
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.
Adrian Lang [Sun, 22 Feb 2009 13:27:09 +0000 (14:27 +0100)]
Route for remote subscribe link on profile page.
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.
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).
Adrian Lang [Sun, 22 Feb 2009 12:32:14 +0000 (13:32 +0100)]
Fix replyto parameter in newnotice
Adrian Lang [Sun, 22 Feb 2009 12:31:50 +0000 (13:31 +0100)]
More routes.
Adrian Lang [Sat, 21 Feb 2009 21:50:59 +0000 (22:50 +0100)]
Broadcast profile via OMB after avatar change.
Adrian Lang [Sat, 21 Feb 2009 21:48:30 +0000 (22:48 +0100)]
Add finishremotesubscribe to the unrouted actions list.
Adrian Lang [Sat, 21 Feb 2009 21:41:24 +0000 (22:41 +0100)]
Correctly handle avatars at updateProfile
Adrian Lang [Sat, 21 Feb 2009 18:43:18 +0000 (19:43 +0100)]
Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.
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.
Adrian Lang [Sat, 21 Feb 2009 17:51:56 +0000 (18:51 +0100)]
Adds some missing routes.
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
Sarven Capadisli [Tue, 24 Feb 2009 05:09:23 +0000 (05:09 +0000)]
Print stylesheet - Added license and cleanup
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
Sarven Capadisli [Tue, 24 Feb 2009 04:31:31 +0000 (04:31 +0000)]
Print stylesheet
Evan Prodromou [Mon, 23 Feb 2009 21:27:22 +0000 (13:27 -0800)]
Make allrss.php work with phpcs
Zach Copley [Mon, 23 Feb 2009 04:04:47 +0000 (20:04 -0800)]
Ticket #1108 - Added 'social graph' methods to the API
Zach Copley [Mon, 23 Feb 2009 02:01:55 +0000 (18:01 -0800)]
Minor routing fix for friends_timeline API method
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
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
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
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
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
Sarven Capadisli [Fri, 20 Feb 2009 23:54:17 +0000 (23:54 +0000)]
Minor positioning: using absolute right instead of left
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
Sarven Capadisli [Fri, 20 Feb 2009 23:47:24 +0000 (23:47 +0000)]
Hooks for: local navigation
Zach Copley [Fri, 20 Feb 2009 23:07:59 +0000 (15:07 -0800)]
Fixed routing for direct messages and favorites in the API
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.
Evan Prodromou [Fri, 20 Feb 2009 22:29:40 +0000 (17:29 -0500)]
fix notices in lib/grouplist.php
Evan Prodromou [Fri, 20 Feb 2009 22:14:13 +0000 (17:14 -0500)]
don't use SUP in group rss
Evan Prodromou [Fri, 20 Feb 2009 22:02:34 +0000 (17:02 -0500)]
fix some notices in omb.php
Evan Prodromou [Fri, 20 Feb 2009 21:58:19 +0000 (16:58 -0500)]
use return value of common_check_user() in login.php
Evan Prodromou [Fri, 20 Feb 2009 21:51:39 +0000 (16:51 -0500)]
fix notice in searchaction
Evan Prodromou [Fri, 20 Feb 2009 21:50:05 +0000 (16:50 -0500)]
make check for ->value better
Evan Prodromou [Fri, 20 Feb 2009 21:48:49 +0000 (16:48 -0500)]
change static in router to var
Evan Prodromou [Fri, 20 Feb 2009 21:46:26 +0000 (16:46 -0500)]
accidentally used as a global in index.php
Evan Prodromou [Fri, 20 Feb 2009 21:44:56 +0000 (16:44 -0500)]
avoid notices on undefined array elements
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
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
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
Leslie Michael Orchard [Wed, 18 Feb 2009 04:25:00 +0000 (23:25 -0500)]
PROFILES_PER_PAGE already defined in lib/common.php
Leslie Michael Orchard [Wed, 18 Feb 2009 04:24:10 +0000 (23:24 -0500)]
Ignoring VIM swap files, log files, and httpd.conf
Evan Prodromou [Fri, 20 Feb 2009 15:04:28 +0000 (10:04 -0500)]
make tagother work with router
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
Evan Prodromou [Fri, 20 Feb 2009 14:58:38 +0000 (14:58 +0000)]
handle if-modified-since in RSS feeds
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
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
Sarven Capadisli [Thu, 19 Feb 2009 02:55:04 +0000 (02:55 +0000)]
Minor CSS cleanup.
Evan Prodromou [Wed, 18 Feb 2009 23:43:26 +0000 (23:43 +0000)]
more correct handling of etags and last-modified
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
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".
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
Evan Prodromou [Wed, 18 Feb 2009 14:35:59 +0000 (09:35 -0500)]
move peoplesearchresults to its own module
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
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