]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
sarven [Wed, 14 Jan 2009 22:07:33 +0000 (22:07 +0000)]
Merge branch 'uiredesign' of ../evan into uiredesign
Evan Prodromou [Wed, 14 Jan 2009 22:02:18 +0000 (17:02 -0500)]
Add an optional theme parameter to theme functions
sarven [Wed, 14 Jan 2009 19:17:46 +0000 (19:17 +0000)]
Changed to generic nav class
Evan Prodromou [Wed, 14 Jan 2009 18:57:29 +0000 (13:57 -0500)]
Add comment() method, have action use it
sarven [Wed, 14 Jan 2009 17:30:03 +0000 (17:30 +0000)]
Parse error fix
sarven [Wed, 14 Jan 2009 17:26:23 +0000 (17:26 +0000)]
showBody() -- revisit to add @id and @class to <body>
showContentBlock()
showContent()
added endHTML() to class HTMLOutputter
Evan Prodromou [Wed, 14 Jan 2009 17:01:53 +0000 (12:01 -0500)]
Add notice form
Evan Prodromou [Wed, 14 Jan 2009 16:45:07 +0000 (11:45 -0500)]
Update jQuery libraries to 1.3
sarven [Wed, 14 Jan 2009 08:44:23 +0000 (08:44 +0000)]
Updated:
showHeader() -- incomplete
showPrimaryNav() -- should be updated when common_menu_item() is
redone/fixed
showSiteNotice()
showLocalNav() -- needs a revisit for common_menu_item()
showContentBlock -- needs a revisit for basic pages
showPageNotice()
showContent() -- inner should be opened for content
showFooter()
showLicenses()
showLaconicaLicense()
showContentLicense()
common_menu_item() -- Added @id for list-items. Revisit.
pagination()
Needs attention for common_menu_item() and then they can be removed:
nav_menu
common_show_header()
Evan Prodromou [Wed, 14 Jan 2009 07:34:55 +0000 (02:34 -0500)]
Remove block form functions from lib/util.php
Evan Prodromou [Wed, 14 Jan 2009 07:33:19 +0000 (02:33 -0500)]
Move block and unblock forms to their own widgets
Evan Prodromou [Wed, 14 Jan 2009 07:26:42 +0000 (02:26 -0500)]
Fix comments on profile
Incorrectly said this was for nudging, not subbing/unsubbing
Evan Prodromou [Wed, 14 Jan 2009 07:13:22 +0000 (02:13 -0500)]
Move message form to its own module
Evan Prodromou [Wed, 14 Jan 2009 06:59:30 +0000 (01:59 -0500)]
Update lib/action.php to use the right XMLOutputter functions
Global search and replace for common_element_*
Evan Prodromou [Wed, 14 Jan 2009 06:57:41 +0000 (01:57 -0500)]
Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/evan into uiredesign
Evan Prodromou [Wed, 14 Jan 2009 06:49:03 +0000 (01:49 -0500)]
Fix require in noticeform.php so it gets the notice form
sarven [Wed, 14 Jan 2009 06:40:55 +0000 (06:40 +0000)]
Merge branch 'uiredesign' of ../evan into uiredesign
Evan Prodromou [Wed, 14 Jan 2009 06:38:00 +0000 (01:38 -0500)]
Move subscribe and unsubscribe forms to their own classes
sarven [Wed, 14 Jan 2009 06:34:22 +0000 (06:34 +0000)]
Updated showLogo().
Evan Prodromou [Wed, 14 Jan 2009 06:22:20 +0000 (01:22 -0500)]
Incorrectly set notice attribute, fixed
Evan Prodromou [Wed, 14 Jan 2009 06:17:17 +0000 (01:17 -0500)]
Move nudge form to its own class
Evan Prodromou [Wed, 14 Jan 2009 06:04:49 +0000 (01:04 -0500)]
Move favor and disfavor form to their own classes
Evan Prodromou [Wed, 14 Jan 2009 06:04:09 +0000 (01:04 -0500)]
Add a name parameter to a couple of the form elements
Evan Prodromou [Wed, 14 Jan 2009 05:29:52 +0000 (00:29 -0500)]
Move notice form to its own class
Evan Prodromou [Wed, 14 Jan 2009 05:09:39 +0000 (00:09 -0500)]
Form class, superclass for form widgets
Evan Prodromou [Wed, 14 Jan 2009 04:56:10 +0000 (23:56 -0500)]
Fix extralong lines in widget.php
Evan Prodromou [Wed, 14 Jan 2009 04:54:55 +0000 (23:54 -0500)]
Add a base class for UI widgets
Evan Prodromou [Wed, 14 Jan 2009 04:48:05 +0000 (23:48 -0500)]
Modify public stream to use new UI framework
I modified public.php to use the new UI framework. Since the Action
class isn't functional yet, I don't know if it works.
I took some of the functionality, like the public tabs nav and the
feeds list, and made them widgets.
I also moved the navigation from common_navigation() to a method of
Action.
Evan Prodromou [Tue, 13 Jan 2009 18:41:39 +0000 (13:41 -0500)]
Move page-generation code from lib/util.php to Action class
We moved the page generation code from lib/util.php to the action class.
We also broke up the page generation code into a big recipe, where
each element of the page has a corresponding method in the Action
class. Action classes can override parts of the recipe to make their
custom output, and leave the rest up to the parent class.
NOTE: this change BREAKS pretty much everything. lib/action.php probably
does not compile, and everything that uses it needs to be fixed to use
the new framework. Stay tuned for more fun!
Evan Prodromou [Tue, 13 Jan 2009 18:38:58 +0000 (13:38 -0500)]
Change related classes doc for HTMLOutputter
Evan Prodromou [Tue, 13 Jan 2009 16:47:01 +0000 (11:47 -0500)]
Make XMLOutputter work with phpcs
A couple of small changes to comply with code standards.
Also, note that the second param of element() and elementStart() can
be a string.
Evan Prodromou [Tue, 13 Jan 2009 16:44:09 +0000 (11:44 -0500)]
Extract HTML outputting code to a class HTMLOutputter
Moved the common_* methods for low-level HTML output to its own
class, HTMLOutputter in lib/htmloutputter.php.
Evan Prodromou [Tue, 13 Jan 2009 16:02:34 +0000 (11:02 -0500)]
Remove XML-generating function from lib/util.php
Evan Prodromou [Tue, 13 Jan 2009 15:56:50 +0000 (10:56 -0500)]
Move low-level xml outputting code to a class
Made a class for outputting XML code
Zach Copley [Mon, 12 Jan 2009 05:25:07 +0000 (05:25 +0000)]
trac750 Add prefix string option in Facebook app for notice sync
Zach Copley [Mon, 12 Jan 2009 03:16:22 +0000 (03:16 +0000)]
trac750 Better workflow for inviting friends to use the Facebook app
Zach Copley [Mon, 12 Jan 2009 00:42:42 +0000 (00:42 +0000)]
trac750 Exclude Facebook friends who are already using Identi.ca app from invitee list
Zach Copley [Sun, 11 Jan 2009 08:33:28 +0000 (08:33 +0000)]
trac750 Automatically update Identi.ca profile box with user's latest dent
Zach Copley [Sun, 11 Jan 2009 07:03:59 +0000 (07:03 +0000)]
trac750 - Facebook app now uses XMLWriter for output (much cleaner!)
Zach [Sun, 11 Jan 2009 04:38:51 +0000 (04:38 +0000)]
Merge branch 'master' of /var/www/trunk
Zach Copley [Sun, 11 Jan 2009 04:27:53 +0000 (20:27 -0800)]
Twitter settings: show success color for msg on save settings
Zach [Sun, 11 Jan 2009 04:27:13 +0000 (04:27 +0000)]
Merge branch 'master' of /var/www/trunk
Zach Copley [Sun, 11 Jan 2009 04:26:01 +0000 (20:26 -0800)]
Make git ignore TextMate project files
Zach [Sun, 11 Jan 2009 03:00:12 +0000 (03:00 +0000)]
trac750 Facebook app's invite tab now works
Evan Prodromou [Thu, 8 Jan 2009 21:01:54 +0000 (16:01 -0500)]
Merge branch 'master' of ../laconica-stable
Evan Prodromou [Thu, 8 Jan 2009 20:56:59 +0000 (20:56 +0000)]
Add _darcs to .gitignore
Evan Prodromou [Thu, 8 Jan 2009 20:56:09 +0000 (20:56 +0000)]
Remove _darcs from git repository
Not sure how or why this got in there.
Evan Prodromou [Wed, 7 Jan 2009 23:24:41 +0000 (18:24 -0500)]
OpenMicroBlogging spec moved to its own source tree
I've moved the OpenMicroBlogging spec to its own project on Gitorious,
at http://gitorious.org/projects/openmicroblogging . It can be
retrieved at:
git://gitorious.org/openmicroblogging/mainline.git
Ori Avtalion [Tue, 6 Jan 2009 22:39:41 +0000 (00:39 +0200)]
Update README to refer to the git repository
Evan Prodromou [Wed, 7 Jan 2009 03:54:10 +0000 (22:54 -0500)]
Upgrade included OpenID libraries to version 2.1.2
Evan Prodromou [Wed, 7 Jan 2009 03:43:43 +0000 (22:43 -0500)]
Revert "XRDS namespace fix"
This reverts commit
6d1d59a36bfa3659545027c7daf8b4abd0ac53a2 .
It seems to interfere with the Yadis discovery.
Evan Prodromou [Wed, 7 Jan 2009 03:24:28 +0000 (22:24 -0500)]
XRDS namespace fix
root [Tue, 6 Jan 2009 23:07:30 +0000 (23:07 +0000)]
Correct syntax in .gitignore
root [Tue, 6 Jan 2009 23:06:05 +0000 (23:06 +0000)]
Add a git ignore file for avatars, files, config.php, and .htaccess
Evan Prodromou [Tue, 6 Jan 2009 22:09:39 +0000 (17:09 -0500)]
Merge branch 'master' into devel
Conflicts:
classes/CommandInterpreter.php
lib/twitter.php
lib/util.php
Zach Copley [Tue, 6 Jan 2009 20:57:38 +0000 (15:57 -0500)]
trac750 better settings tab workflow
darcs-hash:
20090106205738 -7b5ce-
e80f73130a1f699e8d33f31c63cf90ee259b72cd .gz
Evan Prodromou [Wed, 31 Dec 2008 03:22:27 +0000 (22:22 -0500)]
add 'dm' as a synonym for 'd' command
darcs-hash:
20081231032227 -84dde-
671346360e569522d5384663d4b808e329d4cf0c .gz
Zach Copley [Fri, 26 Dec 2008 05:17:16 +0000 (00:17 -0500)]
Twitter-bridge: fix for Twitter's new strict policy of rejecting HTTP POSTs with invalid "expect" headers (not the same patch as in trunk)
darcs-hash:
20081226051716 -7b5ce-
82040320785bab9438aa11cf5efa63fa4cba10ae .gz
Zach Copley [Thu, 25 Dec 2008 14:46:01 +0000 (09:46 -0500)]
Some fixups of patches not already migrated to trunk to bring inline with PEAR coding stds
darcs-hash:
20081225144601 -7b5ce-
4846f3d036c36037836d15ed672c10ba33f9f84c .gz
Evan Prodromou [Sat, 20 Dec 2008 20:48:52 +0000 (15:48 -0500)]
Evan Prodromou [Sat, 20 Dec 2008 20:43:20 +0000 (15:43 -0500)]
two undefined variables in noticelist.php
darcs-hash:
20081220204320 -84dde-
cc64afc5ad47f07ace499fe932f59f898dd8f0dd .gz
Sarven Capadisli [Tue, 16 Dec 2008 07:18:18 +0000 (02:18 -0500)]
Direct message XHR response fix for IE and minor tweaks
darcs-hash:
20081216071818 -efd22-
d2e59bb60a236538452be356f38d0974f35f0107 .gz
Sarven Capadisli [Tue, 16 Dec 2008 06:37:51 +0000 (01:37 -0500)]
Zach Copley [Tue, 16 Dec 2008 03:04:55 +0000 (22:04 -0500)]
Twitter-compatible API - update verify_credentials to return profile
darcs-hash:
20081216030455 -7b5ce-
552516bfb34cb0ae1550787813feb4a4514d6c53 .gz
Evan Prodromou [Mon, 15 Dec 2008 13:48:24 +0000 (08:48 -0500)]
correctly handle remote re-subscribe
darcs-hash:
20081215134824 -84dde-
de48c99b6cb45cc461125a7f8f382eb57de0bf28 .gz
Evan Prodromou [Mon, 15 Dec 2008 13:28:06 +0000 (08:28 -0500)]
bug with remote subscriptions and blocks
darcs-hash:
20081215132806 -84dde-
0319e95259047d652214c151326aff64e746d532 .gz
Zach Copley [Fri, 12 Dec 2008 07:56:17 +0000 (02:56 -0500)]
Sarven Capadisli [Fri, 12 Dec 2008 06:23:37 +0000 (01:23 -0500)]
Setting font-weight to normal for nicknames within notices
darcs-hash:
20081212062337 -efd22-
8adadf1810c253e27b573727c2ff5372d264fcd2 .gz
Evan Prodromou [Sun, 14 Dec 2008 20:45:57 +0000 (15:45 -0500)]
Evan Prodromou [Sun, 14 Dec 2008 16:19:42 +0000 (11:19 -0500)]
trim some output to avoid excessive whitespace
darcs-hash:
20081214161942 -84dde-
bfb91a534eb01d3e16b364937dcf405277e75a6a .gz
Evan Prodromou [Sun, 14 Dec 2008 00:22:39 +0000 (19:22 -0500)]
trim the body of an incoming message
darcs-hash:
20081214002239 -84dde-
9d4d15f37b48ed1830c0423e7e34cb11c7cf9c2d .gz
Evan Prodromou [Fri, 12 Dec 2008 19:55:20 +0000 (14:55 -0500)]
remove content:items from rss output
darcs-hash:
20081212195520 -84dde-
d464ee28ab9a9757b889fad437e310056f4c576a .gz
Evan Prodromou [Fri, 12 Dec 2008 17:44:14 +0000 (12:44 -0500)]
remove spaces from atlink for unfound name
darcs-hash:
20081212174414 -84dde-
03713508050c326904594057e6e2d3f3b1ca6437 .gz
Evan Prodromou [Fri, 12 Dec 2008 05:57:13 +0000 (00:57 -0500)]
don't show form if subscription can't be found (weirdly)
darcs-hash:
20081212055713 -84dde-
1b2aa99861ee0ab7c63a48152a5590b4d2f360d9 .gz
Evan Prodromou [Fri, 12 Dec 2008 05:44:48 +0000 (00:44 -0500)]
Evan Prodromou [Fri, 12 Dec 2008 05:18:30 +0000 (00:18 -0500)]
Sarven Capadisli [Fri, 12 Dec 2008 04:32:40 +0000 (23:32 -0500)]
Using single id for both profile block and unblock
darcs-hash:
20081212043240 -efd22-
99f6754e2b76eed06237414955d6c01b4137cba5 .gz
Evan Prodromou [Fri, 12 Dec 2008 04:46:00 +0000 (23:46 -0500)]
stub out facebook app and delete profile
darcs-hash:
20081212044600 -84dde-
b9fa8240a83457f9ed41c0bcdac4b20aff1f8aed .gz
Evan Prodromou [Fri, 12 Dec 2008 04:32:01 +0000 (23:32 -0500)]
documentation and version number
darcs-hash:
20081212043201 -84dde-
1bf07467f85f743fb5cb4ec92e5b8934bfb49578 .gz
Zach Copley [Fri, 12 Dec 2008 04:30:18 +0000 (23:30 -0500)]
Actually crop your avatar when hitting 'crop' button on profile
darcs-hash:
20081212043018 -7b5ce-
bc83b66e19007aa0a04fbb40053217ef92c44779 .gz
Evan Prodromou [Fri, 12 Dec 2008 04:15:43 +0000 (23:15 -0500)]
Sarven Capadisli [Fri, 12 Dec 2008 03:52:55 +0000 (22:52 -0500)]
Delivery method in Subscriptions
darcs-hash:
20081212035255 -efd22-
534581fa42c74785dcf4333ae4b8513d96718bdd .gz
Sarven Capadisli [Fri, 12 Dec 2008 03:51:17 +0000 (22:51 -0500)]
Sarven Capadisli [Fri, 12 Dec 2008 03:08:20 +0000 (22:08 -0500)]
Zach Copley [Thu, 11 Dec 2008 23:53:41 +0000 (18:53 -0500)]
Better titles and instructions for Featured and Popular tabs
(Do not be afraid of this patch!)
darcs-hash:
20081211235341 -7b5ce-
98bae58e267b4e4b0adb5835e5a05e19cd910363 .gz
Sarven Capadisli [Thu, 11 Dec 2008 22:58:08 +0000 (17:58 -0500)]
Alerting the direct message XHR response
darcs-hash:
20081211225808 -efd22-
7f21b4588aad028766516f76173cf62cdf560855 .gz
Evan Prodromou [Thu, 11 Dec 2008 23:47:41 +0000 (18:47 -0500)]
Evan Prodromou [Thu, 11 Dec 2008 23:35:15 +0000 (18:35 -0500)]
misspelled INSTALLDIR in newnotice.php
darcs-hash:
20081211233515 -84dde-
184e46fdee817baa3df8e066ca49d759f3b1a899 .gz
Evan Prodromou [Thu, 11 Dec 2008 23:30:39 +0000 (18:30 -0500)]
$profile -> $this->profile in noticelistitem
darcs-hash:
20081211233039 -84dde-
9bcacf8f114025052a208e1068e58d570db05f15 .gz
Evan Prodromou [Thu, 11 Dec 2008 23:29:21 +0000 (18:29 -0500)]
fixup function names for show_avatar() and show_nickname()
darcs-hash:
20081211232921 -84dde-
9dba2a8d0fe3aa970f433973ef8c4ddf7c5e8928 .gz
Evan Prodromou [Thu, 11 Dec 2008 23:28:11 +0000 (18:28 -0500)]
remove unused $notice param from NoticeListItem::show()
darcs-hash:
20081211232811 -84dde-
658ffc41153b3ffcf7243baa0faa0c3b09a493f0 .gz
Evan Prodromou [Thu, 11 Dec 2008 23:20:00 +0000 (18:20 -0500)]
take out c&p code from newnotice, use noticelist classes instead
darcs-hash:
20081211232000 -5ed1f-
5ed2008f6c8273b7fa653396bff090afb10b030e .gz
Evan Prodromou [Thu, 11 Dec 2008 23:19:25 +0000 (18:19 -0500)]
don't use undefined source_link; instead, just link
darcs-hash:
20081211231925 -5ed1f-
b01d6ef925de540f4a671c0814d8715127a4c98d .gz
Evan Prodromou [Thu, 11 Dec 2008 23:12:52 +0000 (18:12 -0500)]
make a new NoticeList widget and call it from StreamAction
I made a new notice-list widget (like the profile list) and call it
from StreamAction. This cleans up some of the mess in the various
notice-stream-showing classes.
I also changed show-stream so it uses a subclass of NoticeList that
doesn't show author info (which is unnecessary).
darcs-hash:
20081211231252 -5ed1f-
ee6e551ed5a029406748120f12e2ff57c4a86493 .gz
Sarven Capadisli [Thu, 11 Dec 2008 21:20:46 +0000 (16:20 -0500)]
Setting nudge XHR response to utf-8 and indenting
darcs-hash:
20081211212046 -efd22-
5face1c2bfaf0dd43dc7ffcc4eec639fdb4b5fe5 .gz
Sarven Capadisli [Thu, 11 Dec 2008 21:18:14 +0000 (16:18 -0500)]
Standardising XHR responses to utf-8 and indenting
darcs-hash:
20081211211814 -efd22-
a41a2b123fcd08945370e868431dc1b2feda4dfe .gz
Sarven Capadisli [Thu, 11 Dec 2008 20:48:14 +0000 (15:48 -0500)]
Removal of unused processing style
darcs-hash:
20081211204814 -efd22-
9882cf51d2a62c7018babfc2cfc3ef582e8dc8a4 .gz
Sarven Capadisli [Thu, 11 Dec 2008 20:17:17 +0000 (15:17 -0500)]
Zach Copley [Thu, 11 Dec 2008 20:36:59 +0000 (15:36 -0500)]
Fix bad arguments that were throwing PHP warnings
darcs-hash:
20081211203659 -7b5ce-
43cfb2067c296374779a532410f186c42e8d2f99 .gz
Evan Prodromou [Thu, 11 Dec 2008 20:02:39 +0000 (15:02 -0500)]
fix id of common_unsubscribe_form
darcs-hash:
20081211200239 -5ed1f-
b8829a657dcb6b9f1ec6134d61de5340414a10d4 .gz