]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Mon, 9 Feb 2009 12:12:08 +0000 (07:12 -0500)]
First steps to using exceptions for error handling
Added two exception classes: one for client errors (= user can fix) and
one for server errors (only admin or coder can fix). The web entry point
now tries to catch exceptions and show them in the browser. The main
code for showing errors in Action class now throws an exception and lets
top-level handle it.
Evan Prodromou [Mon, 9 Feb 2009 11:52:39 +0000 (06:52 -0500)]
Add event.php before config.php is called
Evan Prodromou [Mon, 9 Feb 2009 11:51:08 +0000 (06:51 -0500)]
First events code
Add the basic code for adding events.
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()
Sarven Capadisli [Sun, 1 Feb 2009 23:37:54 +0000 (23:37 +0000)]
If user is not logged in, then notice-options container shouldn't be
outputted.
Adrian Lang [Sun, 1 Feb 2009 21:24:54 +0000 (22:24 +0100)]
Fixes #1088: Show number of group members. Unlike the bugreport requested, the stats are displayed similar to userstream stats in a section in the sidebar. Additionaly, I removed a redundant notnull if check in ShowgroupAction->showMembers, fixed a SQL error in User_group->getMembers when no limit is passed, removed return value storing of void function and added an usage of Profile->getBestName.
Sarven Capadisli [Sun, 1 Feb 2009 20:05:13 +0000 (20:05 +0000)]
Rearraned stylesheet order for IE and fixed path to files for base IE stylesheets
Sarven Capadisli [Sun, 1 Feb 2009 19:34:11 +0000 (19:34 +0000)]
Reduced width and realigned anon_notice
Evan Prodromou [Sun, 1 Feb 2009 19:33:18 +0000 (14:33 -0500)]
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into cyi/master
Sarven Capadisli [Sun, 1 Feb 2009 19:06:08 +0000 (19:06 +0000)]
Ticket 1071 - Set overflow:auto for long non-breaking strings. This is
the most cross-browser safe method unless the string is broken into
chunks at the time of output from backend.
Sarven Capadisli [Sun, 1 Feb 2009 18:09:56 +0000 (18:09 +0000)]
Moved theme rules from base to identica stylesheet
Sarven Capadisli [Sun, 1 Feb 2009 18:04:56 +0000 (18:04 +0000)]
Resaved identica logo as transparent PNG24 in order to handle various
background colours without having to explicitly apply anti-aliasing.
Updated colour information in identica theme.
Removed ie7 base stylesheet that's no longer required.
Added ie identica stylesheet to handle solid background colour for
Sarven Capadisli [Sun, 1 Feb 2009 06:28:16 +0000 (06:28 +0000)]
Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn
Sarven Capadisli [Sun, 1 Feb 2009 05:08:36 +0000 (05:08 +0000)]
Ticket #1045 -- Added borders to all sides of the pagination anchor.
Evan Prodromou [Sat, 31 Jan 2009 14:38:39 +0000 (09:38 -0500)]
Enable configuration files in /etc/laconica/
Enable storing config files in /etc/laconica/, which makes it much
easier to have a single installation with multiple mublogs supported.
Evan Prodromou [Fri, 30 Jan 2009 19:40:06 +0000 (14:40 -0500)]
fix date and prev release in README