]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Tue, 17 Feb 2009 17:08:53 +0000 (12:08 -0500)]
another system message
Sean Murphy [Mon, 9 Feb 2009 22:29:27 +0000 (17:29 -0500)]
Fixed #1170: Auto-linking bug when URL cotains special chars.
Evan Prodromou [Sun, 15 Feb 2009 02:55:25 +0000 (21:55 -0500)]
Optionally ignore some notice sources for public page
We optionally ignore some notice sources from the public page.
Typically these are automatic notice sources like twitterfeed that
don't usually represent the community on the site very well.
Evan Prodromou [Sat, 14 Feb 2009 22:53:11 +0000 (17:53 -0500)]
Fix More... URL for featured user section
Evan Prodromou [Sat, 14 Feb 2009 22:48:08 +0000 (17:48 -0500)]
Fix the More... link for popular notices section
Evan Prodromou [Wed, 11 Feb 2009 13:34:21 +0000 (08:34 -0500)]
add related link to Atom for feeds for some downstream users
Evan Prodromou [Mon, 9 Feb 2009 23:13:11 +0000 (23:13 +0000)]
Fixed remote subscribe avatar problems
Had some Avatar file-copying issues; seem to be fixed.
Robin Millette [Mon, 9 Feb 2009 15:35:38 +0000 (15:35 +0000)]
trac #1160 fix dropdown xmloutput function for the selected attribute and fix newmessage auto-selected dropdown.
Zach Copley [Sat, 7 Feb 2009 05:17:45 +0000 (21:17 -0800)]
"Change your email address..." msg was printing out \n instead of a newline
Robin Millette [Sat, 7 Feb 2009 19:33:18 +0000 (19:33 +0000)]
trac #1155 ++ replace strlen with mb_strlen for all utf8 strings.
Zach Copley [Sun, 8 Feb 2009 02:16:34 +0000 (18:16 -0800)]
Safer, better script for automatically updating Facebook statuses
Zach Copley [Sun, 8 Feb 2009 21:25:48 +0000 (13:25 -0800)]
Trac #1159: Fix peopletag pagination. Also phpcs cleanup.
Zach Copley [Sun, 8 Feb 2009 21:58:25 +0000 (21:58 +0000)]
Minor update to the way Facebook app handles listing of friends you've invited.
Zach Copley [Sun, 8 Feb 2009 23:07:56 +0000 (23:07 +0000)]
Ticket #1094 Facebook app invites page was failing if no friends had added the app yet
Evan Prodromou [Mon, 9 Feb 2009 17:39:03 +0000 (12:39 -0500)]
upgrade jQuery from 1.3 to 1.3.1
Evan Prodromou [Fri, 6 Feb 2009 20:35:29 +0000 (15:35 -0500)]
Update README and version number
README and version number.
Evan Prodromou [Fri, 6 Feb 2009 20:22:48 +0000 (15:22 -0500)]
Make adding and removing an incoming email in SMS settings
Fixes Bug#1036.
Evan Prodromou [Fri, 6 Feb 2009 19:32:26 +0000 (14:32 -0500)]
Merge branch 'meitar/0.7.x' into 0.7.x
Evan Prodromou [Fri, 6 Feb 2009 19:28:17 +0000 (14:28 -0500)]
Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x
Conflicts:
lib/util.php
Evan Prodromou [Fri, 6 Feb 2009 19:27:06 +0000 (14:27 -0500)]
Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into sgmurphy-clone/0.7.x
Sean Murphy [Fri, 6 Feb 2009 17:18:15 +0000 (12:18 -0500)]
Fixed #1149: URL auto-linking bug when following colon.
Meitar Moscovitz [Fri, 6 Feb 2009 17:03:25 +0000 (04:03 +1100)]
Add a link to the group search page from a user's own group list.
I've seen a request or two pop up for this on the Laconica group on
Identica, and I'd personally like there to be a link to the search
page from my own groups listing, as I often find myself looking for
one and end up at my browser's address bar.
Evan Prodromou [Fri, 6 Feb 2009 09:03:03 +0000 (04:03 -0500)]
Fix name of default avatar
Evan Prodromou [Fri, 6 Feb 2009 08:56:15 +0000 (03:56 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Fri, 6 Feb 2009 08:54:51 +0000 (03:54 -0500)]
fix formatting of new Avatar:: calls
Evan Prodromou [Fri, 6 Feb 2009 08:13:08 +0000 (03:13 -0500)]
Move common_avatar_* functions to Avatar
Moved the common_avatar_* functions to the Avatar class. Typically
either as methods on the object or as static methods. Replaced all the
uses of the functions in other modules.
Sarven Capadisli [Fri, 6 Feb 2009 06:28:14 +0000 (06:28 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Fri, 6 Feb 2009 06:27:04 +0000 (06:27 +0000)]
Added primary and secondary form actions. Fixed markup for
form_notice_delete
Evan Prodromou [Fri, 6 Feb 2009 06:07:09 +0000 (01:07 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Fri, 6 Feb 2009 06:06:54 +0000 (01:06 -0500)]
Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x
Evan Prodromou [Fri, 6 Feb 2009 06:05:30 +0000 (01:05 -0500)]
Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into sgmurphy-clone/0.7.x
Zach Copley [Fri, 6 Feb 2009 00:21:23 +0000 (16:21 -0800)]
Removed debugging statements I accidentally left in deletenotice.php
Zach Copley [Fri, 6 Feb 2009 00:16:10 +0000 (16:16 -0800)]
Trac #894 and #1013 - fixed bad redirects after delete notice
Sean Murphy [Thu, 5 Feb 2009 22:29:58 +0000 (17:29 -0500)]
Fix for unicode string auto-linking bug
CiaranG [Thu, 5 Feb 2009 22:15:45 +0000 (22:15 +0000)]
PostgreSQL - database creation script updated to cover 0.7.x features
Evan Prodromou [Thu, 5 Feb 2009 21:35:19 +0000 (16:35 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Thu, 5 Feb 2009 21:34:38 +0000 (16:34 -0500)]
Don't show stretchy-box on avatar if not cropping
Evan Prodromou [Thu, 5 Feb 2009 21:32:58 +0000 (16:32 -0500)]
Two different functions for file size
Made two different functions for file size in ImageFile; one uses the
other.
Also, use sprintf() for gettext msgs.
Sarven Capadisli [Thu, 5 Feb 2009 21:26:06 +0000 (21:26 +0000)]
Minor markup consistency
Evan Prodromou [Thu, 5 Feb 2009 21:02:19 +0000 (16:02 -0500)]
Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into sgmurphy-clone/0.7.x
Zach Copley [Thu, 5 Feb 2009 20:02:47 +0000 (20:02 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sean Murphy [Thu, 5 Feb 2009 20:01:44 +0000 (15:01 -0500)]
Better fix for displaying max file size.
Sean Murphy [Thu, 5 Feb 2009 19:11:50 +0000 (14:11 -0500)]
Fixed #905: Presenting image size limit to user.
Robin Millette [Thu, 5 Feb 2009 18:10:47 +0000 (18:10 +0000)]
trac #1142 fix tag rss
Evan Prodromou [Thu, 5 Feb 2009 17:04:06 +0000 (12:04 -0500)]
Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into sgmurphy-clone/0.7.x
Conflicts:
actions/avatarsettings.php
Adrian Lang [Mon, 2 Feb 2009 00:43:41 +0000 (01:43 +0100)]
Fix #81: Profile and personal shows „you“ instead of username when looking at own profile / personal. While doing so I fixed a wrong gettext usage were the result was not sprintf'd, but concat'd.
Evan Prodromou [Thu, 5 Feb 2009 16:47:47 +0000 (11:47 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Thu, 5 Feb 2009 16:46:17 +0000 (11:46 -0500)]
Allow re-authentication with OpenID
"Rememberme" logins aren't allowed to make changes to an account
(since cookie-stealing is too easy). Users have to re-authenticate.
Previously, it was impossible to do so without having a username and
password; this change lets you do it with OpenID, too.
Sean Murphy [Thu, 5 Feb 2009 15:17:19 +0000 (10:17 -0500)]
Fixed #1140; Login form session token not set.
Zach Copley [Thu, 5 Feb 2009 07:11:09 +0000 (07:11 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Thu, 5 Feb 2009 07:10:11 +0000 (07:10 +0000)]
Facebook app: don't add FBJS event listeners to notice input box if it's not on the page
Sarven Capadisli [Thu, 5 Feb 2009 07:07:36 +0000 (07:07 +0000)]
Facebook profile box CSS and a link back to the app page.
Sarven Capadisli [Thu, 5 Feb 2009 04:54:42 +0000 (04:54 +0000)]
Matching Facebook app UI to identi.ca. Fixed tabs, add to profile,
widths, font-size, and some HTML markup.
Sean Murphy [Thu, 5 Feb 2009 04:18:45 +0000 (23:18 -0500)]
Forgot to replace URL shortening regex with new function.
Sean Murphy [Thu, 5 Feb 2009 04:11:40 +0000 (23:11 -0500)]
Fixed #779 & #588; Better URL auto-linking.
Sean Murphy [Thu, 5 Feb 2009 01:02:50 +0000 (20:02 -0500)]
Fixed #732; Hashtags inside parens and brackets.
Sean Murphy [Thu, 5 Feb 2009 00:32:15 +0000 (19:32 -0500)]
Fixed #1134; Consolidated image scaling functions.
Zach Copley [Wed, 4 Feb 2009 22:33:50 +0000 (22:33 +0000)]
Facebook app - reorganized some stuff; better HTML output
Evan Prodromou [Wed, 4 Feb 2009 20:40:36 +0000 (15:40 -0500)]
merge from dev/0.7.x
Evan Prodromou [Wed, 4 Feb 2009 20:38:26 +0000 (15:38 -0500)]
take out redundant code from login
Zach Copley [Wed, 4 Feb 2009 19:55:22 +0000 (11:55 -0800)]
Removed erroneous comments referring to old common_notice_form() func
Sean Murphy [Wed, 4 Feb 2009 19:44:12 +0000 (14:44 -0500)]
Fix for #1057; group logo transparecy (and pixilation)
Sarven Capadisli [Wed, 4 Feb 2009 18:18:25 +0000 (18:18 +0000)]
Removing extra margin after .section .notice .author.
Sarven Capadisli [Wed, 4 Feb 2009 17:03:59 +0000 (17:03 +0000)]
Changed error and facebookaction wrap selector from @class to @id.
Sarven Capadisli [Wed, 4 Feb 2009 16:45:46 +0000 (16:45 +0000)]
Using overflow:hidden for long strings that don't contain any
whitespace. This is both a preventive measure for user content that is
abused (i.e., leaking text into other page components) and for
aesthetics (requested by @evan)
Sarven Capadisli [Wed, 4 Feb 2009 14:35:34 +0000 (14:35 +0000)]
http://laconi.ca/trac/ticket/1112 -- Removed only the author fn from
display.
Evan Prodromou [Wed, 4 Feb 2009 13:49:42 +0000 (08:49 -0500)]
Allow HTML in site notice (Bug#1002)
Evan Prodromou [Wed, 4 Feb 2009 12:59:30 +0000 (07:59 -0500)]
Make WebChannel and AjaxWebChannel work
These command-output channels were using the old common_element_*
functions. They now take an $out constructor parameter, and use that
for output.
The WebChannel has pretty remedial output; it would be nice if it
output a real formatted page.
Evan Prodromou [Wed, 4 Feb 2009 12:33:10 +0000 (07:33 -0500)]
Revert "Fixed direct messaging: AjaxWebChannel is now using Action's methods."
This reverts commit
0f2c43bd040437b3e40c706d7c3f4ba163e94a71 .
Making Channel a subclass of Action for no other reason than to let
the AjaxWebChannel do some output is the really, really wrong way to
do this. A Channel is not an Action.
I'll change AjaxWebChannel so it takes an Action as a constructor
paramater and uses that Action for its output. We do this for most
Widget subclasses and it makes sense here, too.
Evan Prodromou [Wed, 4 Feb 2009 12:26:14 +0000 (07:26 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Wed, 4 Feb 2009 12:25:36 +0000 (07:25 -0500)]
Merge branch '0.7.x' of git://gitorious.org/laconica/meitar into meitar/0.7.x
Zach Copley [Wed, 4 Feb 2009 05:22:41 +0000 (21:22 -0800)]
trac533 Removed redundant calls to htmlspecialcharacters().
XMLWriter::writeAttribute() already takes care of the escaping for
us, although that doesn't seem to be well documented.
Zach Copley [Wed, 4 Feb 2009 00:31:41 +0000 (16:31 -0800)]
trac1095 Profile page had bad alternate links for RSS and Atom feeds
Sarven Capadisli [Tue, 3 Feb 2009 22:12:04 +0000 (22:12 +0000)]
Removed deprecated files from the identica theme.
Sarven Capadisli [Tue, 3 Feb 2009 22:09:25 +0000 (22:09 +0000)]
Removed deprecated files from the default theme.
Sarven Capadisli [Tue, 3 Feb 2009 21:46:09 +0000 (21:46 +0000)]
Fixed ajaxErrorMsg(). Using startHTML() instead of common_start_html()
Evan Prodromou [Tue, 3 Feb 2009 20:13:06 +0000 (15:13 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Tue, 3 Feb 2009 20:12:55 +0000 (15:12 -0500)]
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into 0.7.x
Zach Copley [Tue, 3 Feb 2009 19:30:59 +0000 (11:30 -0800)]
Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x
Robin Millette [Tue, 3 Feb 2009 19:25:46 +0000 (19:25 +0000)]
Wrapped some URLs in the README with <>
Zach Copley [Tue, 3 Feb 2009 19:23:30 +0000 (11:23 -0800)]
trac1104 Destroy method was dying because it was still calling deprecated common_dequeue_notice() func
Meitar Moscovitz [Tue, 3 Feb 2009 17:02:30 +0000 (04:02 +1100)]
Fixes ticket:1087; correctly paginate group members list in fancy URLs.
Meitar Moscovitz [Tue, 3 Feb 2009 16:34:17 +0000 (03:34 +1100)]
Fix PHP warnings when user avatar crop controls aren'tn touched.
Todd Deshane [Mon, 2 Feb 2009 22:28:42 +0000 (17:28 -0500)]
fix link to Open Software Service Definition
Evan Prodromou [Mon, 2 Feb 2009 21:46:51 +0000 (16:46 -0500)]
Merge branch 'master' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Mon, 2 Feb 2009 21:42:27 +0000 (16:42 -0500)]
Merge branch 'master' of git://gitorious.org/laconica/adrianlang-clone into adrianlang/master
Robin Millette [Mon, 2 Feb 2009 21:08:33 +0000 (21:08 +0000)]
trac #569 and trac #711 add missing utf-8 headers and removed extraneous argument in startHTML calls
Robin Millette [Mon, 2 Feb 2009 20:47:57 +0000 (20:47 +0000)]
removed extraneous argument in startHTML calls
Robin Millette [Mon, 2 Feb 2009 20:20:21 +0000 (20:20 +0000)]
trac #1099: main menu should not lead to IM settings when IM is disabled
Sarven Capadisli [Mon, 2 Feb 2009 18:53:15 +0000 (18:53 +0000)]
Fixed direct messaging: AjaxWebChannel is now using Action's methods.
Robin Millette [Mon, 2 Feb 2009 18:03:52 +0000 (18:03 +0000)]
Merge branch 'master' of git@gitorious.org:laconica/dev
Robin Millette [Mon, 2 Feb 2009 18:03:11 +0000 (18:03 +0000)]
Using pootle now, not etrans anymore. Reflected in README
Sarven Capadisli [Mon, 2 Feb 2009 17:21:33 +0000 (17:21 +0000)]
Ticket 1029 -- Atom feed icon. Also updated the RSS icon to PNG version.
Sarven Capadisli [Mon, 2 Feb 2009 17:02:58 +0000 (17:02 +0000)]
Ticket 1044 -- Removed border-top, reduced padding, changed notice
count from 6 to 5, removed nickname.
Ciaran Gultnieks [Mon, 2 Feb 2009 16:36:47 +0000 (16:36 +0000)]
Minor fix to allow update_facebook script to bootstrap correctly
Sarven Capadisli [Mon, 2 Feb 2009 16:33:47 +0000 (16:33 +0000)]
Added "Edit" entity_action.
Updated theme files.
Robin Millette [Mon, 2 Feb 2009 14:51:23 +0000 (14:51 +0000)]
added primary menu to error pages
Sarven Capadisli [Mon, 2 Feb 2009 14:14:14 +0000 (14:14 +0000)]
Better cross-browser support for page and text zoom-in/out.
Meitar Moscovitz [Mon, 2 Feb 2009 08:59:48 +0000 (19:59 +1100)]
Link rtsp, mms & tel URI schemes, correct pseudo-protocol ones.
This patch builds on the work of user `candrews` at http://laconi.ca/trac/ticket/529#comment:2
Sarven Capadisli [Sun, 1 Feb 2009 23:43:07 +0000 (23:43 +0000)]
Using startXML() instead of deprecated common_start_xml()