]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoMerge branch '0.7.x' into 0.8.x
Evan Prodromou [Mon, 23 Mar 2009 19:55:07 +0000 (15:55 -0400)]
Merge branch '0.7.x' into 0.8.x

15 years agoshow subscribe button and block form again
Evan Prodromou [Mon, 23 Mar 2009 19:44:17 +0000 (15:44 -0400)]
show subscribe button and block form again

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sun, 22 Mar 2009 21:06:19 +0000 (17:06 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoOne function for producing Atom entry for a Notice
Evan Prodromou [Sun, 22 Mar 2009 20:58:38 +0000 (16:58 -0400)]
One function for producing Atom entry for a Notice

Took the various places that we create an atom entry for a notice, and
jammed them together into one function of the notice class, and then
used that function. Also, added Atom threading extension and
categories for hashtags.

15 years agoPassword recover and change form markup updated.
Sarven Capadisli [Sun, 22 Mar 2009 20:21:32 +0000 (20:21 +0000)]
Password recover and change form markup updated.

15 years agovariable name error
Evan Prodromou [Sun, 22 Mar 2009 19:23:40 +0000 (15:23 -0400)]
variable name error

15 years agoadd Mobidentica
Evan Prodromou [Sun, 22 Mar 2009 14:51:00 +0000 (10:51 -0400)]
add Mobidentica

15 years agoFix to Net_URL_Mapper to make search pagination work. See Ticket #1333
CiaranG [Sat, 21 Mar 2009 14:24:19 +0000 (14:24 +0000)]
Fix to Net_URL_Mapper to make search pagination work. See Ticket #1333

15 years agoRSS 1.0 actions were reading the stream from the database twice. Inefficient, but...
CiaranG [Sat, 21 Mar 2009 14:18:38 +0000 (14:18 +0000)]
RSS 1.0 actions were reading the stream from the database twice. Inefficient, but more importantly made notice search RSS fail with a DB error due to double search on a DB_DataObject instance

15 years agoChanges to router setup to make notice search RSS feed work
CiaranG [Sat, 21 Mar 2009 14:16:54 +0000 (14:16 +0000)]
Changes to router setup to make notice search RSS feed work

15 years agoUse correct page information for notice search. See ticket #1333
CiaranG [Fri, 20 Mar 2009 22:02:35 +0000 (22:02 +0000)]
Use correct page information for notice search. See ticket #1333

15 years agoA couple more 'Join Now' messages that need disabling when the site is closed or...
CiaranG [Thu, 19 Mar 2009 21:55:03 +0000 (21:55 +0000)]
A couple more 'Join Now' messages that need disabling when the site is closed or invite only

15 years agoRemove 'Register' from login group nav when site is closed or inviteonly. See ticket...
CiaranG [Thu, 19 Mar 2009 21:07:31 +0000 (21:07 +0000)]
Remove 'Register' from login group nav when site is closed or inviteonly. See ticket #1335

15 years agoGet rid of 'Join now...' message if site is closed or invite only. See ticket #1335
CiaranG [Thu, 19 Mar 2009 18:08:49 +0000 (18:08 +0000)]
Get rid of 'Join now...' message if site is closed or invite only. See ticket #1335

15 years agoredirect to original URL or URI for remote notices
Evan Prodromou [Thu, 19 Mar 2009 15:36:24 +0000 (11:36 -0400)]
redirect to original URL or URI for remote notices

15 years agoMerge branch 'master' into 0.7.x
Evan Prodromou [Thu, 19 Mar 2009 15:03:07 +0000 (11:03 -0400)]
Merge branch 'master' into 0.7.x

15 years agoSomewhat better behaviour with mixed caps in search
Evan Prodromou [Thu, 19 Mar 2009 15:01:58 +0000 (11:01 -0400)]
Somewhat better behaviour with mixed caps in search

Deal somewhat better with mixed caps in people and notice search.

15 years agoping handler returns proper boolean response
Evan Prodromou [Thu, 19 Mar 2009 13:21:50 +0000 (09:21 -0400)]
ping handler returns proper boolean response

The ping queue handler wasn't returning a true value -- filling up the
queue with ping requests. It now returns a true value.

15 years agoping handler returns proper boolean response
Evan Prodromou [Thu, 19 Mar 2009 13:21:50 +0000 (09:21 -0400)]
ping handler returns proper boolean response

The ping queue handler wasn't returning a true value -- filling up the
queue with ping requests. It now returns a true value.

15 years agofix bug in profile list owner check
Evan Prodromou [Wed, 18 Mar 2009 20:34:41 +0000 (16:34 -0400)]
fix bug in profile list owner check

15 years agofix bug in profile list owner check
Evan Prodromou [Wed, 18 Mar 2009 20:34:41 +0000 (16:34 -0400)]
fix bug in profile list owner check

15 years agoAdd `apple-touch-icon.png` support; favicons for the iPhone OS.
Meitar Moscovitz [Mon, 16 Mar 2009 22:03:58 +0000 (18:03 -0400)]
Add `apple-touch-icon.png` support; favicons for the iPhone OS.

15 years agoOutput code to explicitly reference favicons.
Meitar Moscovitz [Mon, 16 Mar 2009 21:42:24 +0000 (17:42 -0400)]
Output code to explicitly reference favicons.

This makes favicons work when Laconica is not installed at a web
server's DOCUMENT_ROOT. I've also added the capability to override the
Laconica default favicon.ico file with a theme-specific one simply by
dropping a themed favicon.ico in the appropriate theme directory.

15 years agoMerge branch 'master' into 0.7.x
Evan Prodromou [Sun, 15 Mar 2009 03:26:20 +0000 (23:26 -0400)]
Merge branch 'master' into 0.7.x

15 years agoAdd Adium to notice sources
Evan Prodromou [Sun, 15 Mar 2009 03:25:43 +0000 (23:25 -0400)]
Add Adium to notice sources

15 years agoFix typo in the the newmessage route.
Adrian Lang [Fri, 13 Mar 2009 21:06:02 +0000 (22:06 +0100)]
Fix typo in the the newmessage route.

15 years agoFix typo in the the newmessage route.
Adrian Lang [Fri, 13 Mar 2009 21:06:02 +0000 (22:06 +0100)]
Fix typo in the the newmessage route.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Fri, 13 Mar 2009 12:56:04 +0000 (08:56 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoPiwik analytics plugin
Tobias Diekershoff [Fri, 13 Mar 2009 12:52:01 +0000 (08:52 -0400)]
Piwik analytics plugin

Piwik (http://piwik.org/) is an Open Source analytics engine. This
plugin lets you include Piwik in your Laconica installation.

15 years agoFixed an error in the README - path setting for installed in root is '', not '/'
CiaranG [Thu, 12 Mar 2009 17:58:20 +0000 (17:58 +0000)]
Fixed an error in the README - path setting for installed in root is '', not '/'

15 years agoupdate version number to 0.7.2.1
Evan Prodromou [Thu, 12 Mar 2009 16:45:03 +0000 (12:45 -0400)]
update version number to 0.7.2.1

15 years agoupdate q-factors for new translations
Evan Prodromou [Thu, 12 Mar 2009 16:39:57 +0000 (12:39 -0400)]
update q-factors for new translations

15 years agoUpdate from Pootle on 12 Mar 2009
root [Thu, 12 Mar 2009 16:28:27 +0000 (16:28 +0000)]
Update from Pootle on 12 Mar 2009

Automated update from Pootle on 12 Mar 2009

15 years agoMerge branch '0.7.x' into 0.8.x
Evan Prodromou [Thu, 12 Mar 2009 15:56:23 +0000 (11:56 -0400)]
Merge branch '0.7.x' into 0.8.x

Conflicts:

classes/Notice.php
lib/action.php
lib/router.php
lib/twitter.php

15 years agoRevert "trac #201 Add flowplayer to enable multimedia playback capability."
Evan Prodromou [Thu, 12 Mar 2009 04:13:28 +0000 (00:13 -0400)]
Revert "trac #201 Add flowplayer to enable multimedia playback capability."

This reverts commit 9c9b6790ce78296c0b182f03b5f6f2c035e43a7c.

This code wasn't ready for release, so I've reverted it for now.

Conflicts:

lib/action.php
lib/util.php

15 years agoadd missing PEAR_Exception file
Evan Prodromou [Thu, 12 Mar 2009 04:02:25 +0000 (00:02 -0400)]
add missing PEAR_Exception file

15 years agofixup config errors
Evan Prodromou [Thu, 12 Mar 2009 03:43:03 +0000 (23:43 -0400)]
fixup config errors

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Thu, 12 Mar 2009 02:43:55 +0000 (22:43 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoUpdate README and version number
Evan Prodromou [Thu, 12 Mar 2009 02:28:42 +0000 (22:28 -0400)]
Update README and version number

Update the README and the version number for this release.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
CiaranG [Wed, 11 Mar 2009 23:47:06 +0000 (23:47 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoPostgreSQL - a few more query compatibility issues (submitted by oxygene)
CiaranG [Wed, 11 Mar 2009 23:41:30 +0000 (23:41 +0000)]
PostgreSQL - a few more query compatibility issues (submitted by oxygene)

15 years agoAdd initial trackback support
Evan Prodromou [Wed, 11 Mar 2009 23:42:53 +0000 (19:42 -0400)]
Add initial trackback support

15 years agoDocument the site-logo configuration option
Evan Prodromou [Wed, 11 Mar 2009 20:21:10 +0000 (16:21 -0400)]
Document the site-logo configuration option

The configuration option for site logo wasn't well documented, so I
added it to the README file, config.php.sample, and common.php.

15 years agoUpdated update_pot.sh to point to renamed file and generated new laconica.po with...
CiaranG [Wed, 11 Mar 2009 16:37:03 +0000 (16:37 +0000)]
Updated update_pot.sh to point to renamed file and generated new laconica.po with all the latest translatable text included

15 years agoDefine undefined variable.
Adrian Lang [Sat, 7 Mar 2009 22:38:42 +0000 (23:38 +0100)]
Define undefined variable.

15 years agoAdd nullcheck for foreign profile.
Adrian Lang [Sat, 7 Mar 2009 22:22:57 +0000 (23:22 +0100)]
Add nullcheck for foreign profile.

15 years agoCheck if that $_SERVER param is set before accessing.
Adrian Lang [Sat, 7 Mar 2009 01:19:38 +0000 (02:19 +0100)]
Check if that $_SERVER param is set before accessing.

15 years agoAnother undefined object member.
Adrian Lang [Sat, 7 Mar 2009 01:03:45 +0000 (02:03 +0100)]
Another undefined object member.

15 years agoRemove comparison with member variable of null variable, cleaned code a bit.
Adrian Lang [Sat, 7 Mar 2009 00:43:55 +0000 (01:43 +0100)]
Remove comparison with member variable of null variable, cleaned code a bit.

15 years agoFix array access on possibly undefined index.
Adrian Lang [Fri, 6 Mar 2009 20:50:19 +0000 (21:50 +0100)]
Fix array access on possibly undefined index.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Adrian Lang [Wed, 11 Mar 2009 09:14:32 +0000 (10:14 +0100)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoCorrection to recently added dupe-checking feature - was using wrong config value
CiaranG [Wed, 11 Mar 2009 09:12:39 +0000 (09:12 +0000)]
Correction to recently added dupe-checking feature - was using wrong config value

15 years agoMerge branch '0.7.x' of http://git.gitorious.org/laconica/erichelgeson-clone into...
Adrian Lang [Wed, 11 Mar 2009 09:07:41 +0000 (10:07 +0100)]
Merge branch '0.7.x' of http://git.gitorious.org/laconica/erichelgeson-clone into review/0.7.x

15 years agoFix xml:lang attr
Zach Copley [Wed, 11 Mar 2009 01:30:58 +0000 (18:30 -0700)]
Fix xml:lang attr

15 years agoMake search API Atom feeds more valid
Zach Copley [Wed, 11 Mar 2009 01:17:20 +0000 (18:17 -0700)]
Make search API Atom feeds more valid

15 years agoFix tag URIs in Atom feeds for search thru the API
Zach Copley [Wed, 11 Mar 2009 00:20:43 +0000 (17:20 -0700)]
Fix tag URIs in Atom feeds for search thru the API

15 years agoAllow unauthenticated users to view /api/statuses/replies/id.format
Zach Copley [Tue, 10 Mar 2009 23:48:14 +0000 (16:48 -0700)]
Allow unauthenticated users to view /api/statuses/replies/id.format
(they can already see @replies via friends_timeline anyway).

15 years agoUpdated config.php.sample with example Tag URI configs
Zach Copley [Tue, 10 Mar 2009 23:24:46 +0000 (16:24 -0700)]
Updated config.php.sample with example Tag URI configs

15 years agoUpdates to the API to improve Atom feeds
Zach Copley [Tue, 10 Mar 2009 23:15:57 +0000 (16:15 -0700)]
Updates to the API to improve Atom feeds

15 years agoChanged all $config[][] calls to common_config()
Eric Helgeson [Tue, 10 Mar 2009 01:01:35 +0000 (20:01 -0500)]
Changed all $config[][] calls to common_config()

15 years agoPostgreSQL - a couple more GROUP BY queries that needed to be explicit
CiaranG [Mon, 9 Mar 2009 20:24:56 +0000 (20:24 +0000)]
PostgreSQL - a couple more GROUP BY queries that needed to be explicit

15 years agoUpdated URL patterns for identica Profiles for YahooSearchMonkey app.
Sarven Capadisli [Mon, 9 Mar 2009 19:43:46 +0000 (19:43 +0000)]
Updated URL patterns for identica Profiles for YahooSearchMonkey app.

Added app to show custom identica notices.

Note that these files can be used as templates for other laconica
instances.

15 years agoFixes #1277: Typo in variable name in actions/twitapidirect_messages.php.
Adrian Lang [Mon, 9 Mar 2009 08:45:40 +0000 (09:45 +0100)]
Fixes #1277: Typo in variable name in actions/twitapidirect_messages.php.

15 years agoImprove handling of null values in profile parameters.
Adrian Lang [Tue, 3 Mar 2009 15:12:05 +0000 (16:12 +0100)]
Improve handling of null values in profile parameters.

This commit fixes two issues:
- Allowing remote users to clear profile parameters via OMB.
- Improved handling of profile parameters which evaluate to
  false ('0' for example)

15 years agoRemove additional output as response to updateprofile.
Adrian Lang [Sun, 8 Mar 2009 16:09:09 +0000 (17:09 +0100)]
Remove additional output as response to updateprofile.

This output breaks our own response validation and is not part of the OMB spec.

15 years agoDefine undefined variable.
Adrian Lang [Sat, 7 Mar 2009 01:19:18 +0000 (02:19 +0100)]
Define undefined variable.

15 years agoTypo in lib/omb.php updateprofile request handling.
Adrian Lang [Sun, 8 Mar 2009 16:04:48 +0000 (17:04 +0100)]
Typo in lib/omb.php updateprofile request handling.

15 years agoAdd subedit to the main/ routes.
Adrian Lang [Sun, 8 Mar 2009 00:54:21 +0000 (01:54 +0100)]
Add subedit to the main/ routes.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sun, 8 Mar 2009 18:52:45 +0000 (11:52 -0700)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agofirst version of plugin for pingback and trackback (no trackback yet)
Evan Prodromou [Sun, 8 Mar 2009 18:50:55 +0000 (11:50 -0700)]
first version of plugin for pingback and trackback (no trackback yet)

15 years agouse call_user_func for callbacks
Evan Prodromou [Sun, 8 Mar 2009 18:49:34 +0000 (11:49 -0700)]
use call_user_func for callbacks

15 years agoAdded the new pinghandler to the stopdaemons script and improved the behaviour and...
CiaranG [Sun, 8 Mar 2009 17:40:45 +0000 (17:40 +0000)]
Added the new pinghandler to the stopdaemons script and improved the behaviour and output of the script

15 years agoPostgreSQL - some more fixes to make queries compatible with both databases. (submitt...
CiaranG [Sun, 8 Mar 2009 16:16:10 +0000 (16:16 +0000)]
PostgreSQL - some more fixes to make queries compatible with both databases. (submitted by oxygene)

15 years agoPostgreSQL - use the specific sequence names required by DB_DataObject, otherwise...
CiaranG [Sun, 8 Mar 2009 15:51:31 +0000 (15:51 +0000)]
PostgreSQL - use the specific sequence names required by DB_DataObject, otherwise rebuilding can't work

15 years agoPostgreSQL - added equivalent of the MySQL-specific rebuilddb.sh script, for upgrading
CiaranG [Sun, 8 Mar 2009 11:58:27 +0000 (11:58 +0000)]
PostgreSQL - added equivalent of the MySQL-specific rebuilddb.sh script, for upgrading

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
CiaranG [Sun, 8 Mar 2009 09:25:23 +0000 (09:25 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agotrying to kill the can't-leave-a-group bug
Evan Prodromou [Sun, 8 Mar 2009 01:47:43 +0000 (17:47 -0800)]
trying to kill the can't-leave-a-group bug

15 years agoFix bug in dupe checking on notice post when there is no notice in cache.
Adrian Lang [Sat, 7 Mar 2009 22:04:30 +0000 (23:04 +0100)]
Fix bug in dupe checking on notice post when there is no notice in cache.

15 years agoyou can _so_ leave a group if you're its admin
Evan Prodromou [Sun, 8 Mar 2009 01:43:59 +0000 (17:43 -0800)]
you can _so_ leave a group if you're its admin

15 years agoRevert "Remove leave button from grouplist if current user is admin of that group."
Evan Prodromou [Sun, 8 Mar 2009 01:16:52 +0000 (17:16 -0800)]
Revert "Remove leave button from grouplist if current user is admin of that group."

People shouldn't be forced to be part of a group, even if they are the
admin. If a group has no admin, we need to figure out what to do with
it, but it's wrong to force anyone to be part of a group.

This reverts commit f9a7ae27b8879569a3f0eff478cbd3b650bdca28.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sun, 8 Mar 2009 01:14:55 +0000 (17:14 -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
CiaranG [Sun, 8 Mar 2009 01:11:22 +0000 (01:11 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoRemove leave button from grouplist if current user is admin of that group.
Adrian Lang [Sun, 8 Mar 2009 00:31:25 +0000 (01:31 +0100)]
Remove leave button from grouplist if current user is admin of that group.

15 years agoCorrected redirect targets for some group actions. These redirects can occur when...
Adrian Lang [Sun, 8 Mar 2009 00:30:11 +0000 (01:30 +0100)]
Corrected redirect targets for some group actions. These redirects can occur when the canonical name differs from the passed name.

15 years agoPostgreSQL - propogated nonce table fix from MySQL version - see bug #1251 or 1179ecd...
CiaranG [Sat, 7 Mar 2009 23:28:59 +0000 (23:28 +0000)]
PostgreSQL - propogated nonce table fix from MySQL version - see bug #1251 or 1179ecd13d68e76d74ad94e2d3ca22d9681eeffe

15 years agoLet people view friends_timeline of others
Evan Prodromou [Sat, 7 Mar 2009 22:13:33 +0000 (14:13 -0800)]
Let people view friends_timeline of others

Add some code to view others' friends timelines through API.

15 years agofix case of OAuthUtil method
Evan Prodromou [Sat, 7 Mar 2009 21:35:19 +0000 (13:35 -0800)]
fix case of OAuthUtil method

15 years agofix for change in OAuthUtil upstream
Evan Prodromou [Sat, 7 Mar 2009 21:32:44 +0000 (13:32 -0800)]
fix for change in OAuthUtil upstream

15 years agohelpful documentation for oauthstore nonce stuff
Evan Prodromou [Sat, 7 Mar 2009 21:00:13 +0000 (13:00 -0800)]
helpful documentation for oauthstore nonce stuff

15 years agoFix nonce usage in OAuth store
Evan Prodromou [Sat, 7 Mar 2009 20:55:09 +0000 (12:55 -0800)]
Fix nonce usage in OAuth store

The OAuth store was failing on getting a request token, because the
token value was forced to be non-null in the DB. Let this value be
null, and use the correct primary key (consumer, timestamp, nonce).
Drop the reference to token table, and don't ever use it.

15 years agoMake OpenID login and registration URLs work
Evan Prodromou [Sat, 7 Mar 2009 20:38:22 +0000 (12:38 -0800)]
Make OpenID login and registration URLs work

The OpenID login and registration URLs were not generating correctly.
I added them to the list of "bare" actions in the router class, and
they work great now.

15 years agoAdd local directory for plugins, themes, etc.
Evan Prodromou [Sat, 7 Mar 2009 19:56:01 +0000 (11:56 -0800)]
Add local directory for plugins, themes, etc.

Added a local directory for locally-installed software. This is where
you should put any code you write, themes, plugins, etc. so they don't
get stomped by upgrades.

15 years agochange trust root calculation
Evan Prodromou [Sat, 7 Mar 2009 19:36:10 +0000 (11:36 -0800)]
change trust root calculation

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sat, 7 Mar 2009 17:46:35 +0000 (09:46 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoLimit duplicate notices in a particular time period (default 60s)
Evan Prodromou [Sat, 7 Mar 2009 17:43:50 +0000 (09:43 -0800)]
Limit duplicate notices in a particular time period (default 60s)

We disallow posting a notice with duplicate content more than once a
minute.

Conflicts:

config.php.sample

15 years agoMore api actions which need no auth when called with parameter.
Adrian Lang [Sat, 7 Mar 2009 12:52:52 +0000 (13:52 +0100)]
More api actions which need no auth when called with parameter.

15 years agoCorrect api method names for rss2 and atom feeds in all.php action.
Adrian Lang [Sat, 7 Mar 2009 09:16:05 +0000 (10:16 +0100)]
Correct api method names for rss2 and atom feeds in all.php action.

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

15 years agoAtom search results for Twitter-compatible API + phpcs stuff
Zach Copley [Sat, 7 Mar 2009 05:09:43 +0000 (21:09 -0800)]
Atom search results for Twitter-compatible API + phpcs stuff

15 years agoSome fixes for OpenID and OMB URLs
Evan Prodromou [Sat, 7 Mar 2009 01:18:21 +0000 (17:18 -0800)]
Some fixes for OpenID and OMB URLs