]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Robin Millette [Sun, 31 May 2009 22:33:38 +0000 (18:33 -0400)]
Added attachments config descriptions to README.
Robin Millette [Sun, 31 May 2009 21:12:04 +0000 (17:12 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into upload
Conflicts:
js/util.js
lib/attachmentlist.php
Robin Millette [Sun, 31 May 2009 20:42:29 +0000 (16:42 -0400)]
Added configurable options for attachments: supported mimetypes and quotas for uploads.
Evan Prodromou [Sun, 31 May 2009 01:45:11 +0000 (21:45 -0400)]
correct last-modified date for shownotice.php
Evan Prodromou [Sun, 31 May 2009 01:04:35 +0000 (21:04 -0400)]
free memory for each iteration DB_DataObject in fixup_utf8
Evan Prodromou [Sun, 31 May 2009 00:58:29 +0000 (20:58 -0400)]
make fixup_utf8.php handle profiles and groups too
Sarven Capadisli [Sat, 30 May 2009 19:47:05 +0000 (19:47 +0000)]
Using lowercase for form action 'post'
Sarven Capadisli [Sat, 30 May 2009 19:45:34 +0000 (19:45 +0000)]
Typo in label @for
Sarven Capadisli [Sat, 30 May 2009 19:43:31 +0000 (19:43 +0000)]
Cross-browser update for Design form labels
Sarven Capadisli [Sat, 30 May 2009 19:42:15 +0000 (19:42 +0000)]
Some cross-browser updates for conversation UI
Evan Prodromou [Sat, 30 May 2009 17:59:57 +0000 (13:59 -0400)]
Use mysql_set_charset for connection instead of SET NAMES
PHP doesn't get the info about the charset of the connection if
you use SET NAMES. So, we use the appropriate PHP function instead.
Evan Prodromou [Sat, 30 May 2009 16:20:42 +0000 (12:20 -0400)]
use mysqli_set_charset instead of set names
Evan Prodromou [Sat, 30 May 2009 15:52:35 +0000 (11:52 -0400)]
take a max and min argument for fixup_utf8
Evan Prodromou [Sat, 30 May 2009 08:40:47 +0000 (04:40 -0400)]
Removing inbox and memcached daemon handling
Evan Prodromou [Sat, 30 May 2009 07:31:26 +0000 (03:31 -0400)]
take debug code out of omb.php
Evan Prodromou [Sat, 30 May 2009 07:02:26 +0000 (03:02 -0400)]
remove debug code from replies
Evan Prodromou [Sat, 30 May 2009 05:30:10 +0000 (01:30 -0400)]
add get2gnow
Evan Prodromou [Sat, 30 May 2009 04:49:14 +0000 (00:49 -0400)]
check for since=0 in Notice::stream()
Zach Copley [Sat, 30 May 2009 03:23:32 +0000 (20:23 -0700)]
Ticket #1572 - Implement Twitter's account/rate_limit_status API method
We don't have a rate limit (yet) but some clients check this method.
This dummy implementation always says the auth user has 100 requests
left.
Zach Copley [Sat, 30 May 2009 02:23:53 +0000 (19:23 -0700)]
Ticket #1568 - API should return full user objects
Zach Copley [Fri, 29 May 2009 23:54:24 +0000 (16:54 -0700)]
Ticket #1567 - Change max_id to return notices <= ID instead of < ID
Zach Copley [Fri, 29 May 2009 23:32:55 +0000 (16:32 -0700)]
Ticket #1567 - API: Change before_id parameter to max_id
Evan Prodromou [Fri, 29 May 2009 20:28:39 +0000 (16:28 -0400)]
Update version number to 0.7.4
Updated the version number to 0.7.4, added the new song title, and
documented the changes since 0.7.3.
Evan Prodromou [Fri, 29 May 2009 19:37:40 +0000 (19:37 +0000)]
Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x
Sarven Capadisli [Fri, 29 May 2009 02:38:38 +0000 (02:38 +0000)]
Changed ul to ol and added xoxo for notice lists.
Zach Copley [Fri, 29 May 2009 00:51:45 +0000 (17:51 -0700)]
Added Afficheur to notice sources
Sarven Capadisli [Fri, 29 May 2009 00:10:23 +0000 (00:10 +0000)]
Merge branch '0.7.x' into 0.8.x
Sarven Capadisli [Fri, 29 May 2009 00:10:18 +0000 (00:10 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Fri, 29 May 2009 00:07:18 +0000 (00:07 +0000)]
Updated max-width for attachment overlay heading
Zach Copley [Thu, 28 May 2009 23:18:58 +0000 (16:18 -0700)]
Warning log msg when http basic auth fails
Zach Copley [Thu, 28 May 2009 23:18:58 +0000 (16:18 -0700)]
Warning log msg when http basic auth fails
Sarven Capadisli [Thu, 28 May 2009 23:16:25 +0000 (23:16 +0000)]
Prevents regular hovers over attachment anchors from making a GET
request for the thumbnail. There is 500 ms delay while on mouseover
state before going ahead with the request. Fun.
Sarven Capadisli [Thu, 28 May 2009 22:59:22 +0000 (22:59 +0000)]
Smarter call for hover events. It now makes a new GET for attachment
thumbnails on mouseover only if it hasn't been requested before on
that notice attachment.
Evan Prodromou [Thu, 28 May 2009 22:19:22 +0000 (18:19 -0400)]
Only enqueue inbox-dependent transports after inboxes have been filled
Evan Prodromou [Thu, 28 May 2009 21:37:17 +0000 (17:37 -0400)]
Add any.io to sources
Evan Prodromou [Thu, 28 May 2009 20:36:07 +0000 (16:36 -0400)]
take an argument for fixup_utf8
Evan Prodromou [Thu, 28 May 2009 20:35:34 +0000 (16:35 -0400)]
document utf8 problems and solutions
Zach Copley [Thu, 28 May 2009 00:59:49 +0000 (17:59 -0700)]
Upgraded foreign_id column to handle new 64-bit Facebook user IDs.
See: http://developers.facebook.com/news.php?blog=1&story=226
Zach Copley [Thu, 28 May 2009 00:08:00 +0000 (00:08 +0000)]
FB Connect plugin - better workflow for disconnecting and reconnecting Facebook accounts
Evan Prodromou [Wed, 27 May 2009 23:12:37 +0000 (19:12 -0400)]
Add fixup_utf8 to fixup problems with UTF-8 in a database
Fixes up an old database to store strings in UTF-8. Hopefully works!
Sarven Capadisli [Wed, 27 May 2009 19:43:43 +0000 (19:43 +0000)]
Bunch of UI fixes/improvements for attachments (hover, overlay, notice view,
clip)
Evan Prodromou [Wed, 27 May 2009 18:57:45 +0000 (14:57 -0400)]
optionally use SET NAMES for utf8 to DB
Evan Prodromou [Wed, 27 May 2009 18:52:35 +0000 (14:52 -0400)]
Merge branch '0.7.x' into utf8
Evan Prodromou [Wed, 27 May 2009 18:51:52 +0000 (14:51 -0400)]
Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.7.x
Evan Prodromou [Wed, 27 May 2009 18:49:20 +0000 (14:49 -0400)]
start using design object
Robin Millette [Wed, 27 May 2009 07:47:45 +0000 (03:47 -0400)]
Handles local aliases (redirection) for file uploads attached to notices.
Robin Millette [Wed, 27 May 2009 03:46:37 +0000 (23:46 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into upload
Evan Prodromou [Wed, 27 May 2009 03:24:01 +0000 (23:24 -0400)]
Merge branch '0.8.x' into userdesign
Conflicts:
lib/attachmentlist.php
lib/noticelist.php
Robin Millette [Wed, 27 May 2009 01:20:04 +0000 (21:20 -0400)]
Let's you upload a file with a notice and have it shown with other attachments.
Zach Copley [Fri, 15 May 2009 21:44:58 +0000 (21:44 +0000)]
Better err handling when trying to get Facebook client
Zach Copley [Tue, 26 May 2009 23:59:12 +0000 (23:59 +0000)]
Fixed warning on Facebook app settings page
Zach Copley [Tue, 26 May 2009 23:22:29 +0000 (23:22 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Zach Copley [Tue, 26 May 2009 23:21:10 +0000 (23:21 +0000)]
Some adjustments to allow the Facebook app work with Laconica 0.8
Zach Copley [Tue, 26 May 2009 21:14:42 +0000 (21:14 +0000)]
Removed silly "dented:" status prefix from Facebook App
Zach Copley [Tue, 26 May 2009 02:23:19 +0000 (02:23 +0000)]
Ticket #1196 - Fixed: Warning on invite tab in Facebook App
Zach Copley [Mon, 25 May 2009 21:23:00 +0000 (14:23 -0700)]
Add EventBox to notice sources
Evan Prodromou [Tue, 26 May 2009 21:28:12 +0000 (17:28 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Evan Prodromou [Tue, 26 May 2009 21:28:03 +0000 (17:28 -0400)]
move statsreport.php to reportsnapshot.php
Evan Prodromou [Tue, 26 May 2009 21:26:31 +0000 (17:26 -0400)]
fixes during checking of snapshot
Zach Copley [Tue, 26 May 2009 21:14:42 +0000 (21:14 +0000)]
Removed silly "dented:" status prefix from Facebook App
Evan Prodromou [Tue, 26 May 2009 19:27:13 +0000 (15:27 -0400)]
Added AgentSolo.com
Evan Prodromou [Tue, 26 May 2009 19:22:59 +0000 (15:22 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Tue, 26 May 2009 19:22:12 +0000 (15:22 -0400)]
added qtwitter
Evan Prodromou [Tue, 26 May 2009 19:05:43 +0000 (15:05 -0400)]
stats reporting from cron
Sarven Capadisli [Tue, 26 May 2009 03:34:00 +0000 (03:34 +0000)]
Reusing base stylesheet (instead of hoping for FB to import it) in FB
app.
Evan Prodromou [Tue, 26 May 2009 02:47:23 +0000 (22:47 -0400)]
Merge branch '0.8.x' into stats
Conflicts:
README
Sarven Capadisli [Tue, 26 May 2009 02:34:36 +0000 (02:34 +0000)]
Updated stylesheet paths for facebook app
Zach Copley [Tue, 26 May 2009 02:23:19 +0000 (02:23 +0000)]
Ticket #1196 - Fixed: Warning on invite tab in Facebook App
Sarven Capadisli [Tue, 26 May 2009 01:43:24 +0000 (01:43 +0000)]
Removed unnecessary call to base/css/display.css for 0.8.x
Sarven Capadisli [Mon, 25 May 2009 21:31:48 +0000 (17:31 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Sarven Capadisli [Mon, 25 May 2009 21:30:57 +0000 (17:30 -0400)]
Updated JS to show/hide attachment thumbnails with timers. Minor
markup changes.
Zach Copley [Mon, 25 May 2009 21:23:00 +0000 (14:23 -0700)]
Add EventBox to notice sources
Robin Millette [Mon, 25 May 2009 19:58:31 +0000 (19:58 +0000)]
Really removing the old files, thanks git!
Sarven Capadisli [Mon, 25 May 2009 19:53:49 +0000 (15:53 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Sarven Capadisli [Mon, 25 May 2009 19:53:19 +0000 (15:53 -0400)]
Markup cleanup for attachments
Robin Millette [Mon, 25 May 2009 19:42:03 +0000 (19:42 +0000)]
Removed more cruft from old attachment/attachements pages
Robin Millette [Mon, 25 May 2009 19:39:31 +0000 (15:39 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Robin Millette [Mon, 25 May 2009 19:38:50 +0000 (15:38 -0400)]
Single anchor to include thumbnail and title for attachment
Sarven Capadisli [Mon, 25 May 2009 19:02:28 +0000 (15:02 -0400)]
Resetting some of the attachment styles. Will update in the next commit.
Sarven Capadisli [Mon, 25 May 2009 18:55:23 +0000 (14:55 -0400)]
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
Sarven Capadisli [Mon, 25 May 2009 18:54:45 +0000 (18:54 +0000)]
Fixed URL for attachment thumbnail and XHR
Robin Millette [Mon, 25 May 2009 17:13:38 +0000 (13:13 -0400)]
Oups, forget the attachment_thumbnail.php action file
Sarven Capadisli [Mon, 25 May 2009 16:55:17 +0000 (12:55 -0400)]
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
Robin Millette [Mon, 25 May 2009 16:49:32 +0000 (16:49 +0000)]
Small bugfix to installer fixing fancy URL detection.
Robin Millette [Mon, 25 May 2009 15:13:13 +0000 (11:13 -0400)]
Display thumbnail on hover over links in notices when appropriate.
Robin Millette [Mon, 25 May 2009 01:13:42 +0000 (21:13 -0400)]
Removed big clip and replaced with smaller inline one next to each URL (in a notice) that's actually an attachment. Overlay (popup) on click.
Sarven Capadisli [Sun, 24 May 2009 23:49:02 +0000 (19:49 -0400)]
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
Robin Millette [Sun, 24 May 2009 22:41:12 +0000 (18:41 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Robin Millette [Sun, 24 May 2009 22:40:11 +0000 (18:40 -0400)]
Made ajax link to show attachment popups relative in util.js
Robin Millette [Sun, 24 May 2009 22:06:19 +0000 (18:06 -0400)]
Only show number of attachments if > 1
Sarven Capadisli [Sun, 24 May 2009 21:16:26 +0000 (21:16 +0000)]
Made conversation thread UI a bit more visible.
Added right margin for notice options.
Robin Millette [Sun, 24 May 2009 08:44:52 +0000 (04:44 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Robin Millette [Sun, 24 May 2009 08:43:34 +0000 (04:43 -0400)]
Rearranged attachment info to only appear on each applicable notice page and thru an ajax popup.
Evan Prodromou [Sun, 24 May 2009 03:42:19 +0000 (23:42 -0400)]
make invite use the current user's design
Evan Prodromou [Sun, 24 May 2009 03:40:27 +0000 (23:40 -0400)]
remove old, unused PersonalAction and StreamAction
Evan Prodromou [Sun, 24 May 2009 03:40:11 +0000 (23:40 -0400)]
make some actions CurrentUserDesignActions
Evan Prodromou [Sun, 24 May 2009 03:35:04 +0000 (23:35 -0400)]
make some of the actions show the user's design
Evan Prodromou [Sun, 24 May 2009 03:34:05 +0000 (23:34 -0400)]
fix require_once in Design.php
Evan Prodromou [Sun, 24 May 2009 03:27:42 +0000 (23:27 -0400)]
add getDesign to User
Evan Prodromou [Sun, 24 May 2009 03:26:29 +0000 (23:26 -0400)]
update User.php with new design-related fields