]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoincorrect variable access
Evan Prodromou [Fri, 17 Apr 2009 20:03:33 +0000 (13:03 -0700)]
incorrect variable access

15 years agostore invite code in session so openidfinish can find it
Evan Prodromou [Fri, 17 Apr 2009 19:52:26 +0000 (12:52 -0700)]
store invite code in session so openidfinish can find it

15 years agoTicket 1404. Showing the link to the members list page.
Sarven Capadisli [Fri, 17 Apr 2009 01:11:38 +0000 (01:11 +0000)]
Ticket 1404. Showing the link to the members list page.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Thu, 16 Apr 2009 21:59:40 +0000 (21:59 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoform_notice textarea is cleared on successful direct message post.
Sarven Capadisli [Thu, 16 Apr 2009 21:57:42 +0000 (21:57 +0000)]
form_notice textarea is cleared on successful direct message post.

Disabled notice posting with XHR on Inbox and Outbox pages. This will
be revisited in 0.8.x.

15 years agoMake API dates more compatible with Twitter - ticket 1432
Zach Copley [Thu, 16 Apr 2009 21:40:57 +0000 (14:40 -0700)]
Make API dates more compatible with Twitter - ticket 1432

15 years agoAbort the xmpp-related daemons immediately if xmpp is disabled in the config, otherwi...
CiaranG [Thu, 16 Apr 2009 20:07:59 +0000 (21:07 +0100)]
Abort the xmpp-related daemons immediately if xmpp is disabled in the config, otherwise they chew up *lots* of CPU doing nothing

15 years agoAdd an even (hook): StartPersonalGroupNav.
Robin Millette [Thu, 16 Apr 2009 17:58:52 +0000 (17:58 +0000)]
Add an even (hook): StartPersonalGroupNav.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Robin Millette [Thu, 16 Apr 2009 17:34:40 +0000 (17:34 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoAdd a few events (hooks): RegistrationTry, RegistrationForData, ProfileFormData and...
Robin Millette [Thu, 16 Apr 2009 17:34:19 +0000 (17:34 +0000)]
Add a few events (hooks): RegistrationTry, RegistrationForData, ProfileFormData and ProfileSaveForm.

15 years agoClarification in README regarding welcome/default users, as it has tripped a couple...
CiaranG [Thu, 16 Apr 2009 16:21:06 +0000 (17:21 +0100)]
Clarification in README regarding welcome/default users, as it has tripped a couple of people up

15 years agoMerge branch 'nobase' into 0.7.x
Evan Prodromou [Wed, 15 Apr 2009 15:31:57 +0000 (11:31 -0400)]
Merge branch 'nobase' into 0.7.x

15 years agoscript to trim very old notices from inboxes
Evan Prodromou [Wed, 15 Apr 2009 15:30:33 +0000 (11:30 -0400)]
script to trim very old notices from inboxes

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Wed, 15 Apr 2009 14:25:26 +0000 (10:25 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

Conflicts:
actions/public.php

15 years agoadd user id to statistics
Evan Prodromou [Wed, 15 Apr 2009 14:05:16 +0000 (10:05 -0400)]
add user id to statistics

15 years agoAdd escaping of /.
Adrian Lang [Wed, 15 Apr 2009 11:29:52 +0000 (13:29 +0200)]
Add escaping of /.

15 years agoUse preg_quote to fix http://laconi.ca/trac/ticket/1342
Fil [Wed, 15 Apr 2009 08:35:15 +0000 (10:35 +0200)]
Use preg_quote to fix http://laconi.ca/trac/ticket/1342

15 years agoMerge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. Fixed wrong...
Adrian Lang [Wed, 15 Apr 2009 07:38:19 +0000 (09:38 +0200)]
Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. Fixed wrong call of common_local_url.

These changes add opera-readable prev/next relations.

15 years agoMake OMB work if the configured domain name does not exclusively contain lower case...
Adrian Lang [Wed, 15 Apr 2009 07:18:43 +0000 (09:18 +0200)]
Make OMB work if the configured domain name does not exclusively contain lower case letters.

If the configured domain is mixed-case OAuth throws invalidsignature errors. The current URL is part of the signated parts; since the consumer does not pass the current URL, the service has to get it itself and add it to the other OAuth params for signature rebuilding. OAuth.php uses $_SERVER for this, however, the domain is lcased in $_SERVER. Hence we pass the complete current URL as generated by common_local_url to OAuthRequest.

15 years agoAdd license notice to install.php, replace short and asp style tags by more portable...
Adrian Lang [Wed, 15 Apr 2009 06:38:05 +0000 (08:38 +0200)]
Add license notice to install.php, replace short and asp style tags by more portable long tag form.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Robin Millette [Tue, 14 Apr 2009 23:03:31 +0000 (23:03 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agotrac#1223 Show most popular notices per tag in the tag page sidebar.
Robin Millette [Tue, 14 Apr 2009 23:03:19 +0000 (23:03 +0000)]
trac#1223 Show most popular notices per tag in the tag page sidebar.

15 years agoMake stuff work with no base
Evan Prodromou [Tue, 14 Apr 2009 20:02:09 +0000 (16:02 -0400)]
Make stuff work with no base

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Tue, 14 Apr 2009 20:01:22 +0000 (16:01 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoescape slash in regexp
Evan Prodromou [Tue, 14 Apr 2009 20:01:02 +0000 (16:01 -0400)]
escape slash in regexp

15 years agoNotice sources: Fixed Nambu, added Tricklepost and sorted the list.
Zach Copley [Tue, 14 Apr 2009 18:50:59 +0000 (11:50 -0700)]
Notice sources: Fixed Nambu, added Tricklepost and sorted the list.

15 years agoFix bad dates in API's JSON search results
Zach Copley [Mon, 13 Apr 2009 22:03:34 +0000 (15:03 -0700)]
Fix bad dates in API's JSON search results

15 years agotypo in lib action
Evan Prodromou [Mon, 13 Apr 2009 19:54:16 +0000 (15:54 -0400)]
typo in lib action

15 years agotypo in api.php
Evan Prodromou [Mon, 13 Apr 2009 19:52:15 +0000 (15:52 -0400)]
typo in api.php

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Mon, 13 Apr 2009 19:51:12 +0000 (15:51 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoisReadOnly() now takes arguments
Evan Prodromou [Mon, 13 Apr 2009 19:49:26 +0000 (15:49 -0400)]
isReadOnly() now takes arguments

Add an array of arguments to isReadOnly() method of actions, to let
them change their results depending on what actions are called.
Primarily used by the 'api' action. Ideally in the future that will be
multiple actions. But this might still be useful.

15 years agoMoved layout styles to base stylesheet.
Sarven Capadisli [Mon, 13 Apr 2009 17:26:12 +0000 (17:26 +0000)]
Moved layout styles to base stylesheet.

15 years agoTicket 1419. Added config option to set site to private.
Sarven Capadisli [Mon, 13 Apr 2009 16:40:51 +0000 (16:40 +0000)]
Ticket 1419. Added config option to set site to private.

15 years agoRemoving h1 from display in Profile page due to duplicate visibility
Sarven Capadisli [Mon, 13 Apr 2009 03:05:00 +0000 (03:05 +0000)]
Removing h1 from display in Profile page due to duplicate visibility
of fn and nickname.

15 years agoUpdated styles for the Authrization subscription form inputs
Sarven Capadisli [Sun, 12 Apr 2009 21:50:14 +0000 (21:50 +0000)]
Updated styles for the Authrization subscription form inputs

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Sun, 12 Apr 2009 21:41:20 +0000 (21:41 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoUpdated markup for entity_profile on Authorize subscription page.
Sarven Capadisli [Sun, 12 Apr 2009 21:40:29 +0000 (21:40 +0000)]
Updated markup for entity_profile on Authorize subscription page.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sun, 12 Apr 2009 19:35:33 +0000 (15:35 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoUpdate XML generation and list of actions in public XRDS
Evan Prodromou [Sun, 12 Apr 2009 19:34:38 +0000 (15:34 -0400)]
Update XML generation and list of actions in public XRDS

Updated the XML generation calls and list of actions in the public
XRDS document.

15 years agoUpdated Polish translations made by Piotr Drąg.
Sarven Capadisli [Sun, 12 Apr 2009 18:33:56 +0000 (18:33 +0000)]
Updated Polish translations made by Piotr Drąg.

15 years agotag stream is read-only
Evan Prodromou [Sat, 11 Apr 2009 02:47:40 +0000 (22:47 -0400)]
tag stream is read-only

15 years agoadd cliqset
Evan Prodromou [Fri, 10 Apr 2009 15:36:46 +0000 (11:36 -0400)]
add cliqset

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Fri, 10 Apr 2009 14:48:13 +0000 (10:48 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoAdded maisha to notice_source
Evan Prodromou [Fri, 10 Apr 2009 14:47:53 +0000 (10:47 -0400)]
Added maisha to notice_source

15 years agoFixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS.
Meitar Moscovitz [Thu, 9 Apr 2009 17:52:39 +0000 (13:52 -0400)]
Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS.

15 years agoCorrected error in README relating to ['newuser']['welcome']
CiaranG [Thu, 9 Apr 2009 17:29:31 +0000 (18:29 +0100)]
Corrected error in README relating to ['newuser']['welcome']

15 years agoMerge branch 'master' of git://gitorious.org/laconica/br3nda into review/master
CiaranG [Wed, 8 Apr 2009 21:11:58 +0000 (22:11 +0100)]
Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/master

15 years agoFixes the issue mentioned in commit 7fc90d5. Changed the margin value
Sarven Capadisli [Wed, 8 Apr 2009 20:54:37 +0000 (20:54 +0000)]
Fixes the issue mentioned in commit 7fc90d5. Changed the margin value
that's specific to the Inbox/Outbox page only.

15 years agoUsing encodeURIComponent for document.title
Sarven Capadisli [Wed, 8 Apr 2009 20:36:50 +0000 (20:36 +0000)]
Using encodeURIComponent for document.title

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Wed, 8 Apr 2009 20:01:00 +0000 (20:01 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoUsing 800px width and using document.title if no text is selected.
Sarven Capadisli [Wed, 8 Apr 2009 19:59:59 +0000 (19:59 +0000)]
Using 800px width and using document.title if no text is selected.

15 years agoRemove extranneous bottom margins on label; fix Safari layout bug.
Meitar Moscovitz [Wed, 8 Apr 2009 19:26:27 +0000 (15:26 -0400)]
Remove extranneous bottom margins on label; fix Safari layout bug.

This margin causes a layout bug in Safari whereby the Inbox and Outbox
pages have a notice form textarea that's too wide, causing it to slide
beneath the "Send" button on those pages. Removing this margin seems to
be completely innocuous in my tests, which covered Safari, Firefox,
Opera, and Internet Explorer 7. Can less be more? :)

15 years agoMinor update for 800px width viewport
Sarven Capadisli [Wed, 8 Apr 2009 18:52:05 +0000 (18:52 +0000)]
Minor update for 800px width viewport

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Wed, 8 Apr 2009 04:58:52 +0000 (00:58 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoBetter debugging output flag
Zach Copley [Wed, 8 Apr 2009 04:46:00 +0000 (04:46 +0000)]
Better debugging output flag

15 years agouse mini logo at mini size, not stream logo
Evan Prodromou [Wed, 8 Apr 2009 04:32:28 +0000 (00:32 -0400)]
use mini logo at mini size, not stream logo

15 years agofar fewer icons in the sidebar
Evan Prodromou [Wed, 8 Apr 2009 04:27:04 +0000 (00:27 -0400)]
far fewer icons in the sidebar

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Wed, 8 Apr 2009 04:15:14 +0000 (00:15 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agobookmarklet now uses non-fancy URLs to make sure it works in all cases.
Robin Millette [Wed, 8 Apr 2009 04:10:58 +0000 (04:10 +0000)]
bookmarklet now uses non-fancy URLs to make sure it works in all cases.

15 years agodon't use count() to check for empty page
Evan Prodromou [Wed, 8 Apr 2009 03:57:45 +0000 (23:57 -0400)]
don't use count() to check for empty page

15 years agoMerge branch '0.7.x'
Evan Prodromou [Wed, 8 Apr 2009 03:06:23 +0000 (23:06 -0400)]
Merge branch '0.7.x'

15 years agoUpdate README and common for new version
Evan Prodromou [Wed, 8 Apr 2009 03:02:55 +0000 (23:02 -0400)]
Update README and common for new version

Update versions in README, add the new song title, and update the
version stamp in the common.php file.

15 years agoadd bookmarklet to main help
Evan Prodromou [Wed, 8 Apr 2009 02:50:15 +0000 (22:50 -0400)]
add bookmarklet to main help

15 years agoMerge branch 'master' of git://gitorious.org/laconica/brianjesse-clone into brianjess...
Evan Prodromou [Wed, 8 Apr 2009 02:32:58 +0000 (22:32 -0400)]
Merge branch 'master' of git://gitorious.org/laconica/brianjesse-clone into brianjesse-clone/master

15 years agoMerge branch 'adrianlang-827' of git://gitorious.org/laconica/adrianlang-clone into...
Evan Prodromou [Wed, 8 Apr 2009 02:29:48 +0000 (22:29 -0400)]
Merge branch 'adrianlang-827' of git://gitorious.org/laconica/adrianlang-clone into 0.7.x

15 years agoMerge branch 'master' of root@laconi.ca:/var/www/laconi.ca/software/laconica
Evan Prodromou [Wed, 8 Apr 2009 02:23:30 +0000 (22:23 -0400)]
Merge branch 'master' of root@laconi.ca:/var/www/laconi.ca/software/laconica

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Wed, 8 Apr 2009 01:30:41 +0000 (18:30 -0700)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoMajor improvements to Twitter bridge friend syncing
Zach Copley [Wed, 8 Apr 2009 01:29:10 +0000 (18:29 -0700)]
Major improvements to Twitter bridge friend syncing

15 years agoshowemptListMessage -> showEmptyListMessage method name cleanup.
Robin Millette [Wed, 8 Apr 2009 01:20:50 +0000 (01:20 +0000)]
showemptListMessage -> showEmptyListMessage method name cleanup.

15 years agoadded filler/guide text to user groups list.
Robin Millette [Wed, 8 Apr 2009 01:19:23 +0000 (01:19 +0000)]
added filler/guide text to user groups list.

15 years agotext bugfix to guide text in subscription list.
Robin Millette [Wed, 8 Apr 2009 01:13:37 +0000 (01:13 +0000)]
text bugfix to guide text in subscription list.

15 years agoadded filler/guide text to subscribers list.
Robin Millette [Wed, 8 Apr 2009 01:12:43 +0000 (01:12 +0000)]
added filler/guide text to subscribers list.

15 years agoadded filler/guide text to subscription list.
Robin Millette [Wed, 8 Apr 2009 01:05:17 +0000 (01:05 +0000)]
added filler/guide text to subscription list.

15 years agoadded filler/guide text to inbox and outbox.
Robin Millette [Wed, 8 Apr 2009 00:27:12 +0000 (00:27 +0000)]
added filler/guide text to inbox and outbox.

15 years agoadded missing word to user favorites guide.
Robin Millette [Wed, 8 Apr 2009 00:16:53 +0000 (00:16 +0000)]
added missing word to user favorites guide.

15 years agoadded filler/guide text to user favorites.
Robin Millette [Wed, 8 Apr 2009 00:15:05 +0000 (00:15 +0000)]
added filler/guide text to user favorites.

15 years agoHTML br is not needed. Using 'clear' in CSS instead.
Sarven Capadisli [Tue, 7 Apr 2009 23:45:22 +0000 (23:45 +0000)]
HTML br is not needed. Using 'clear' in CSS instead.

15 years agoadded filler/guide text to user replies timeline.
Robin Millette [Tue, 7 Apr 2009 23:25:12 +0000 (23:25 +0000)]
added filler/guide text to user replies timeline.

15 years agoadded filler/guide text to user timeline.
Robin Millette [Tue, 7 Apr 2009 23:14:02 +0000 (23:14 +0000)]
added filler/guide text to user timeline.

15 years agofixed filler/guide text on personal timeline to take memcached into account.
Robin Millette [Tue, 7 Apr 2009 22:16:09 +0000 (22:16 +0000)]
fixed filler/guide text on personal timeline to take memcached into account.

15 years agoAdd subscribers, subscriptions, groups to personal page
Evan Prodromou [Tue, 7 Apr 2009 21:47:08 +0000 (17:47 -0400)]
Add subscribers, subscriptions, groups to personal page

We show stats, subscriptions info on the personal page in the sidebar.
Pushed code from showstream.php into a common parent class for
personal and profile.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Tue, 7 Apr 2009 21:14:10 +0000 (17:14 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoChanged text "noone" to "no one".
Sarven Capadisli [Tue, 7 Apr 2009 21:12:11 +0000 (21:12 +0000)]
Changed text "noone" to "no one".

15 years agoRenamed 'blankfiller' to 'guide'.
Sarven Capadisli [Tue, 7 Apr 2009 21:09:27 +0000 (21:09 +0000)]
Renamed 'blankfiller' to 'guide'.

15 years agoMinor adjustment for error/success styles in default stylesheet
Sarven Capadisli [Tue, 7 Apr 2009 21:04:24 +0000 (21:04 +0000)]
Minor adjustment for error/success styles in default stylesheet

15 years agoMarkup and styles for search help and errors
Sarven Capadisli [Tue, 7 Apr 2009 21:02:47 +0000 (21:02 +0000)]
Markup and styles for search help and errors

15 years agoMinimum height for content and aside area.
Sarven Capadisli [Tue, 7 Apr 2009 20:02:42 +0000 (20:02 +0000)]
Minimum height for content and aside area.

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

15 years agoDown playing the Register link's styles so it doesn't battle for
Sarven Capadisli [Tue, 7 Apr 2009 18:16:16 +0000 (18:16 +0000)]
Down playing the Register link's styles so it doesn't battle for
attention when anon_notice is present.

15 years agoRearranged the global navigation items for better usability. Reason a)
Sarven Capadisli [Tue, 7 Apr 2009 18:09:54 +0000 (18:09 +0000)]
Rearranged the global navigation items for better usability. Reason a)
placement of Search at the edge of the viewport for quicker access and
b) placement of the links that are always available (whether user is logged in
or not) in the same location (i.e., Login/Logout, Help, Search)

15 years agoAdded Invite link to global navigation
Sarven Capadisli [Tue, 7 Apr 2009 18:08:56 +0000 (18:08 +0000)]
Added Invite link to global navigation

15 years agoadded filler text to personal timeline.
Robin Millette [Tue, 7 Apr 2009 16:11:03 +0000 (16:11 +0000)]
added filler text to personal timeline.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Tue, 7 Apr 2009 15:40:38 +0000 (11:40 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agomake tags in list work
Evan Prodromou [Tue, 7 Apr 2009 15:40:13 +0000 (11:40 -0400)]
make tags in list work

15 years agoadded filler text to notice and group search, suggesting other search options.
Robin Millette [Tue, 7 Apr 2009 03:26:33 +0000 (03:26 +0000)]
added filler text to notice and group search, suggesting other search options.

15 years agoadd peoplebrowsr
Evan Prodromou [Mon, 6 Apr 2009 19:51:57 +0000 (15:51 -0400)]
add peoplebrowsr

15 years agoexternal search now depends on site.server.
Robin Millette [Mon, 6 Apr 2009 05:04:11 +0000 (05:04 +0000)]
external search now depends on site.server.

15 years agorefactored search suggestions and added forgotten sprintf.
Robin Millette [Mon, 6 Apr 2009 01:14:59 +0000 (01:14 +0000)]
refactored search suggestions and added forgotten sprintf.

15 years agoadded filler text to people search, suggesting other search options.
Robin Millette [Sun, 5 Apr 2009 23:11:40 +0000 (23:11 +0000)]
added filler text to people search, suggesting other search options.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Robin Millette [Sun, 5 Apr 2009 00:46:53 +0000 (00:46 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x