]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Meitar Moscovitz [Wed, 11 Feb 2009 15:27:13 +0000 (02:27 +1100)]
Merge branch 'dev-0.7.x' into link-rel-paginate
Evan Prodromou [Wed, 11 Feb 2009 15:11:26 +0000 (10:11 -0500)]
Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x
Evan Prodromou [Wed, 11 Feb 2009 14:54:23 +0000 (09:54 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Wed, 11 Feb 2009 14:53:54 +0000 (09:53 -0500)]
Merge branch 'urlroute' into 0.7.x
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 [Wed, 11 Feb 2009 05:45:11 +0000 (00:45 -0500)]
Use a router singleton
Evan Prodromou [Wed, 11 Feb 2009 03:49:25 +0000 (22:49 -0500)]
Build urls using Net_URL_Mapper, too
Evan Prodromou [Wed, 11 Feb 2009 03:33:57 +0000 (22:33 -0500)]
Moved /doc/ to /doc-src/
Moved the doc/ dir to /doc-src/ so that the actual
markdown files aren't substituted for the docs.
Evan Prodromou [Wed, 11 Feb 2009 03:32:38 +0000 (22:32 -0500)]
integrate URL routing into core code
Sean Murphy [Tue, 10 Feb 2009 22:42:58 +0000 (17:42 -0500)]
Fixed 1174: schemeless URL auto-linking bug
Robin Millette [Tue, 10 Feb 2009 22:04:47 +0000 (22:04 +0000)]
trac #233 Explicitely show we have an rss feed for notice searches.
Evan Prodromou [Tue, 10 Feb 2009 21:19:45 +0000 (16:19 -0500)]
Required Net URL needed for Net URL Mapper
Evan Prodromou [Tue, 10 Feb 2009 20:55:37 +0000 (15:55 -0500)]
Move Mapper to correct spot in the hierarchy
Evan Prodromou [Tue, 10 Feb 2009 20:54:13 +0000 (15:54 -0500)]
Add Net_URL_Mapper to extlib
Meitar Moscovitz [Tue, 10 Feb 2009 08:42:01 +0000 (19:42 +1100)]
Beginning to refactor document relationship links to reduce common code.
My attempts here are to mimic the `pagination()` method shared by
actions. I'm tentatively adding the `$count` property to actions so that
we can query the number of notices ''being displayed'' per page prior to
calling the actual `pagination()` method itself, since document
relationship `<link>` elements need to be output inside of `showHead()`,
before `showContent()`, which is where `pagination()` is, gets called.
Meitar Moscovitz [Tue, 10 Feb 2009 07:28:12 +0000 (18:28 +1100)]
Merge branch 'dev-0.7.x' into link-rel-paginate
Sean Murphy [Tue, 10 Feb 2009 01:18:27 +0000 (20:18 -0500)]
Merge commit 'upstream/0.7.x' into 0.7.x
Sean Murphy [Tue, 10 Feb 2009 01:17:56 +0000 (20:17 -0500)]
Fixed #1025: Delete avatar option.
Sean Murphy [Tue, 10 Feb 2009 00:15:30 +0000 (19:15 -0500)]
Fixed remaining substr_replace with multibyte equivalent.
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.
Sean Murphy [Mon, 9 Feb 2009 22:29:39 +0000 (17:29 -0500)]
Merge commit 'upstream/0.7.x' into 0.7.x
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 [Mon, 9 Feb 2009 21:56:38 +0000 (16:56 -0500)]
Add a hook for showing sidebar sections
Evan Prodromou [Mon, 9 Feb 2009 19:47:23 +0000 (14:47 -0500)]
add some indices for performance
Meitar Moscovitz [Mon, 9 Feb 2009 18:05:04 +0000 (05:05 +1100)]
Merge branch 'dev-0.7.x' into link-rel-paginate
Evan Prodromou [Mon, 9 Feb 2009 17:39:03 +0000 (12:39 -0500)]
upgrade jQuery from 1.3 to 1.3.1
Evan Prodromou [Mon, 9 Feb 2009 17:29:10 +0000 (12:29 -0500)]
ignore .#* files
Evan Prodromou [Mon, 9 Feb 2009 17:09:44 +0000 (12:09 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Mon, 9 Feb 2009 17:07:21 +0000 (12:07 -0500)]
whitespace and formatting in showstream.php
Evan Prodromou [Mon, 9 Feb 2009 17:06:06 +0000 (12:06 -0500)]
whitespace and formatting
Evan Prodromou [Mon, 9 Feb 2009 17:03:45 +0000 (12:03 -0500)]
Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x
Evan Prodromou [Mon, 9 Feb 2009 16:46:26 +0000 (11:46 -0500)]
Change action autoloading to allow actions in plugins
Since plugins may define custom actions, we shouldn't require that
there be a file in our actions/ subdir for every action. So, I changed
the (admittedly hackish) auto-loading code in index.php so it instead
checks whether a class exists with the expected name. This, in turn,
uses the increasingly hacking __autoload() function, which I changed
to auto-load stuff named "BlahblahAction" from the actions subdir if
available.
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.
Evan Prodromou [Mon, 9 Feb 2009 14:20:55 +0000 (09:20 -0500)]
give example of using Google Analytics
Evan Prodromou [Mon, 9 Feb 2009 14:14:44 +0000 (09:14 -0500)]
Sample plugin for Google Analytics
A common request is to use Google Analytics for Laconica servers. This
plugin will add the correct spell to make Google Analytics work.
Evan Prodromou [Mon, 9 Feb 2009 13:49:28 +0000 (08:49 -0500)]
include plugin.php early so config can use it
Evan Prodromou [Mon, 9 Feb 2009 13:48:50 +0000 (08:48 -0500)]
allow events without arguments
Evan Prodromou [Mon, 9 Feb 2009 13:47:11 +0000 (08:47 -0500)]
utility superclass for plugins
Evan Prodromou [Mon, 9 Feb 2009 13:44:30 +0000 (08:44 -0500)]
Add InitializePlugin and CleanupPlugin events
We add two events to allow plugins to initialize and cleanup.
Evan Prodromou [Mon, 9 Feb 2009 13:24:23 +0000 (08:24 -0500)]
add hooks for JavaScript handling
Evan Prodromou [Mon, 9 Feb 2009 13:11:52 +0000 (08:11 -0500)]
notes about existing events; should probably put this in a separate doc
Evan Prodromou [Mon, 9 Feb 2009 13:02:23 +0000 (08:02 -0500)]
First events for adding menu items
Evan Prodromou [Mon, 9 Feb 2009 13:02:08 +0000 (08:02 -0500)]
had the logic on event handler reversed
Evan Prodromou [Mon, 9 Feb 2009 12:51:23 +0000 (07:51 -0500)]
Fix indentation in lib/action.php
Evan Prodromou [Mon, 9 Feb 2009 12:26:17 +0000 (07:26 -0500)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Mon, 9 Feb 2009 12:25:35 +0000 (07:25 -0500)]
Better exception handling in index
Some better exception handling in Web entry point.
Evan Prodromou [Mon, 9 Feb 2009 12:15:52 +0000 (07:15 -0500)]
Index and Action use Exceptions
Main Web entry point accepts exceptions, and main code in Action
throws them.
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.
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
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 21:25:48 +0000 (13:25 -0800)]
Trac #1159: Fix peopletag pagination. Also phpcs cleanup.
Meitar Moscovitz [Sun, 8 Feb 2009 13:02:51 +0000 (00:02 +1100)]
Add machine-readable pagination using HTML4.01 `<link rel="next">`, etc.
These extra `<link>` elements only appear on pages where pagination
makes sense. They trigger functionality in some user agents, such as
Opera's Navigation Bar for more easily navigating forward and backwards
across a paged set of notices, messages, or group lists, etc.
Zach Copley [Sun, 8 Feb 2009 02:18:08 +0000 (18:18 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Sun, 8 Feb 2009 02:16:34 +0000 (18:16 -0800)]
Safer, better script for automatically updating Facebook statuses
Sarven Capadisli [Sat, 7 Feb 2009 23:48:02 +0000 (23:48 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Sat, 7 Feb 2009 23:47:37 +0000 (23:47 +0000)]
Using rel="external" instead of class="exlink"
Robin Millette [Sat, 7 Feb 2009 19:33:18 +0000 (19:33 +0000)]
trac #1155 ++ replace strlen with mb_strlen for all utf8 strings.
Sean Murphy [Sat, 7 Feb 2009 16:10:46 +0000 (11:10 -0500)]
Fixed references to common_avatar_*.
Sean Murphy [Sat, 7 Feb 2009 16:02:10 +0000 (11:02 -0500)]
Merge commit 'upstream/0.7.x' into 0.7.x
Conflicts:
actions/showstream.php
Sean Murphy [Sat, 7 Feb 2009 15:01:08 +0000 (10:01 -0500)]
Fixed #1152: Needless image scaling and poor JPG quality
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
Sean Murphy [Fri, 6 Feb 2009 23:36:34 +0000 (18:36 -0500)]
Fixed #1048: Edit avatar link on profile page.
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