]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Zach Copley [Thu, 16 Apr 2009 22:00:58 +0000 (15:00 -0700)]
Merge branch '0.8.x' into twitter-import
Evan Prodromou [Wed, 15 Apr 2009 15:35:43 +0000 (11:35 -0400)]
Merge branch '0.7.x' into 0.8.x
Evan Prodromou [Wed, 15 Apr 2009 15:31:57 +0000 (11:31 -0400)]
Merge branch 'nobase' into 0.7.x
Evan Prodromou [Wed, 15 Apr 2009 15:30:33 +0000 (11:30 -0400)]
script to trim very old notices from inboxes
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
Evan Prodromou [Wed, 15 Apr 2009 14:05:16 +0000 (10:05 -0400)]
add user id to statistics
Adrian Lang [Wed, 15 Apr 2009 11:29:52 +0000 (13:29 +0200)]
Add escaping of /.
Fil [Wed, 15 Apr 2009 08:35:15 +0000 (10:35 +0200)]
Use preg_quote to fix http://laconi.ca/trac/ticket/1342
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.
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.
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.
Sarven Capadisli [Tue, 14 Apr 2009 23:35:06 +0000 (23:35 +0000)]
Merge branch '0.7.x' into 0.8.x
Sarven Capadisli [Tue, 14 Apr 2009 23:32:09 +0000 (23:32 +0000)]
Updated remaining files and styles for style separation for themes
Sarven Capadisli [Tue, 14 Apr 2009 23:17:25 +0000 (23:17 +0000)]
Removed skin config option
Sarven Capadisli [Tue, 14 Apr 2009 23:13:02 +0000 (23:13 +0000)]
Simpler separation of themes. New themes can either make use of the
default styles or make their own.
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
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.
Evan Prodromou [Tue, 14 Apr 2009 20:02:09 +0000 (16:02 -0400)]
Make stuff work with no base
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
Evan Prodromou [Tue, 14 Apr 2009 20:01:02 +0000 (16:01 -0400)]
escape slash in regexp
Sarven Capadisli [Tue, 14 Apr 2009 19:14:39 +0000 (19:14 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Tue, 14 Apr 2009 19:14:32 +0000 (19:14 +0000)]
Merge branch '0.7.x' into 0.8.x
Zach Copley [Tue, 14 Apr 2009 18:50:59 +0000 (11:50 -0700)]
Notice sources: Fixed Nambu, added Tricklepost and sorted the list.
Evan Prodromou [Tue, 14 Apr 2009 18:29:51 +0000 (14:29 -0400)]
Merge branch '0.7.x' into 0.8.x
Zach Copley [Tue, 14 Apr 2009 02:19:26 +0000 (19:19 -0700)]
Add option to Twitter settings for importing Friends Timeline
Zach Copley [Mon, 13 Apr 2009 22:03:34 +0000 (15:03 -0700)]
Fix bad dates in API's JSON search results
Evan Prodromou [Mon, 13 Apr 2009 19:54:16 +0000 (15:54 -0400)]
typo in lib action
Evan Prodromou [Mon, 13 Apr 2009 19:52:15 +0000 (15:52 -0400)]
typo in api.php
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
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.
Sarven Capadisli [Mon, 13 Apr 2009 17:30:25 +0000 (17:30 +0000)]
Added farbtastic's default stylesheet
Sarven Capadisli [Mon, 13 Apr 2009 17:29:15 +0000 (17:29 +0000)]
Moved Cloudy's layout styles in skin to theme.
Sarven Capadisli [Mon, 13 Apr 2009 17:26:58 +0000 (17:26 +0000)]
Merge branch '0.7.x' into 0.8.x
Sarven Capadisli [Mon, 13 Apr 2009 17:26:12 +0000 (17:26 +0000)]
Moved layout styles to base stylesheet.
Sarven Capadisli [Mon, 13 Apr 2009 16:42:53 +0000 (16:42 +0000)]
Merge branch '0.7.x' into 0.8.x
Sarven Capadisli [Mon, 13 Apr 2009 16:40:51 +0000 (16:40 +0000)]
Ticket 1419. Added config option to set site to private.
Sarven Capadisli [Mon, 13 Apr 2009 05:39:23 +0000 (05:39 +0000)]
Using farbtastic jQuery plugin to select design colours.
Sarven Capadisli [Mon, 13 Apr 2009 03:49:37 +0000 (03:49 +0000)]
Updated path for jCrop
Sarven Capadisli [Mon, 13 Apr 2009 03:10:05 +0000 (03:10 +0000)]
Updated Cloudy theme's base style for Authorize subscription input
accept
Sarven Capadisli [Mon, 13 Apr 2009 03:07:34 +0000 (03:07 +0000)]
Merge branch '0.7.x' into 0.8.x
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.
Sarven Capadisli [Sun, 12 Apr 2009 21:50:57 +0000 (21:50 +0000)]
Merge branch '0.7.x' into 0.8.x
Sarven Capadisli [Sun, 12 Apr 2009 21:50:14 +0000 (21:50 +0000)]
Updated styles for the Authrization subscription form inputs
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
Sarven Capadisli [Sun, 12 Apr 2009 21:40:29 +0000 (21:40 +0000)]
Updated markup for entity_profile on Authorize subscription page.
Sarven Capadisli [Sun, 12 Apr 2009 20:30:14 +0000 (20:30 +0000)]
Created Design page for users to customize the way their profile pages
look by changing the background image and picking a colour palette for
text.
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
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.
Sarven Capadisli [Sun, 12 Apr 2009 18:42:03 +0000 (18:42 +0000)]
Merge branch '0.7.x' into 0.8.x
Sarven Capadisli [Sun, 12 Apr 2009 18:33:56 +0000 (18:33 +0000)]
Updated Polish translations made by Piotr Drąg.
Sarven Capadisli [Sun, 12 Apr 2009 02:38:14 +0000 (02:38 +0000)]
Removed unused images
Sarven Capadisli [Sun, 12 Apr 2009 02:08:55 +0000 (02:08 +0000)]
Separation of themes (i.e., layout, typography) and skins (i.e., background
images, colours).
A theme can have multiple skins.
Majority of the changes in this commit are due to restructuring the
path/files for themes and skins.
Both theme and skin will be set to 'default' if not set in
config.php.
This commit also allows each instance of this software to create
its own theme without having to override any style from the default
distribution.
Added Cloudy theme.
Sarven Capadisli [Sat, 11 Apr 2009 22:29:13 +0000 (22:29 +0000)]
(Subjective) The dotted border style is less obtrusive (negative
space) than the dotted border style. While present, the dotted blends
away better. Observing 1 + 1 = 3 or more principle.
Evan Prodromou [Sat, 11 Apr 2009 02:47:40 +0000 (22:47 -0400)]
tag stream is read-only
Sarven Capadisli [Fri, 10 Apr 2009 17:40:45 +0000 (17:40 +0000)]
Trimming the accept header parts for better content type comparison.
e.g., ' text/xml' != 'text/xml'
Sarven Capadisli [Fri, 10 Apr 2009 17:39:56 +0000 (17:39 +0000)]
Merge branch '0.7.x' into 0.8.x
Evan Prodromou [Fri, 10 Apr 2009 15:36:46 +0000 (11:36 -0400)]
add cliqset
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
Evan Prodromou [Fri, 10 Apr 2009 14:47:53 +0000 (10:47 -0400)]
Added maisha to notice_source
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.
CiaranG [Thu, 9 Apr 2009 17:29:31 +0000 (18:29 +0100)]
Corrected error in README relating to ['newuser']['welcome']
Sarven Capadisli [Wed, 8 Apr 2009 22:58:21 +0000 (22:58 +0000)]
Merge branch '0.7.x' into 0.8.x
Sarven Capadisli [Wed, 8 Apr 2009 22:55:34 +0000 (22:55 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Wed, 8 Apr 2009 22:55:13 +0000 (22:55 +0000)]
Merge branch '0.7.x' into 0.8.x
CiaranG [Wed, 8 Apr 2009 21:11:58 +0000 (22:11 +0100)]
Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/master
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.
Sarven Capadisli [Wed, 8 Apr 2009 20:36:50 +0000 (20:36 +0000)]
Using encodeURIComponent for document.title
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
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.
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? :)
Sarven Capadisli [Wed, 8 Apr 2009 18:52:05 +0000 (18:52 +0000)]
Minor update for 800px width viewport
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
Zach Copley [Wed, 8 Apr 2009 04:46:00 +0000 (04:46 +0000)]
Better debugging output flag
Evan Prodromou [Wed, 8 Apr 2009 04:32:28 +0000 (00:32 -0400)]
use mini logo at mini size, not stream logo
Evan Prodromou [Wed, 8 Apr 2009 04:27:04 +0000 (00:27 -0400)]
far fewer icons in the sidebar
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
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.
Evan Prodromou [Wed, 8 Apr 2009 03:57:45 +0000 (23:57 -0400)]
don't use count() to check for empty page
Evan Prodromou [Wed, 8 Apr 2009 03:06:23 +0000 (23:06 -0400)]
Merge branch '0.7.x'
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.
Evan Prodromou [Wed, 8 Apr 2009 02:50:15 +0000 (22:50 -0400)]
add bookmarklet to main help
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
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
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
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
Zach Copley [Wed, 8 Apr 2009 01:29:10 +0000 (18:29 -0700)]
Major improvements to Twitter bridge friend syncing
Robin Millette [Wed, 8 Apr 2009 01:20:50 +0000 (01:20 +0000)]
showemptListMessage -> showEmptyListMessage method name cleanup.
Robin Millette [Wed, 8 Apr 2009 01:19:23 +0000 (01:19 +0000)]
added filler/guide text to user groups list.
Robin Millette [Wed, 8 Apr 2009 01:13:37 +0000 (01:13 +0000)]
text bugfix to guide text in subscription list.
Robin Millette [Wed, 8 Apr 2009 01:12:43 +0000 (01:12 +0000)]
added filler/guide text to subscribers list.
Robin Millette [Wed, 8 Apr 2009 01:05:17 +0000 (01:05 +0000)]
added filler/guide text to subscription list.
Robin Millette [Wed, 8 Apr 2009 00:27:12 +0000 (00:27 +0000)]
added filler/guide text to inbox and outbox.
Robin Millette [Wed, 8 Apr 2009 00:16:53 +0000 (00:16 +0000)]
added missing word to user favorites guide.
Robin Millette [Wed, 8 Apr 2009 00:15:05 +0000 (00:15 +0000)]
added filler/guide text to user favorites.
Sarven Capadisli [Tue, 7 Apr 2009 23:45:22 +0000 (23:45 +0000)]
HTML br is not needed. Using 'clear' in CSS instead.
Robin Millette [Tue, 7 Apr 2009 23:25:12 +0000 (23:25 +0000)]
added filler/guide text to user replies timeline.
Robin Millette [Tue, 7 Apr 2009 23:14:02 +0000 (23:14 +0000)]
added filler/guide text to user timeline.
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.
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.
Evan Prodromou [Tue, 7 Apr 2009 21:14:23 +0000 (17:14 -0400)]
Merge branch '0.7.x' into 0.8.x