]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agoLet showNotice() go unimplemented
Evan Prodromou [Tue, 19 Apr 2011 20:00:31 +0000 (16:00 -0400)]
Let showNotice() go unimplemented

Default implementation of showNotice().

13 years agoMove bookmark rendering to notice list item adapter
Evan Prodromou [Tue, 19 Apr 2011 19:52:57 +0000 (15:52 -0400)]
Move bookmark rendering to notice list item adapter

Move the tricky stuff with Bookmarks to a notice list item adapter.

13 years agouse an adapter pattern to customize notice list item output
Evan Prodromou [Tue, 19 Apr 2011 19:43:06 +0000 (15:43 -0400)]
use an adapter pattern to customize notice list item output

13 years agoMerge remote-tracking branch 'gitorious/1.0.x' into 1.0.x
Evan Prodromou [Tue, 19 Apr 2011 00:19:25 +0000 (20:19 -0400)]
Merge remote-tracking branch 'gitorious/1.0.x' into 1.0.x

Conflicts:
plugins/EmailRegistration/emailregister.php

13 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Mon, 18 Apr 2011 23:51:49 +0000 (16:51 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

* '1.0.x' of gitorious.org:statusnet/mainline:
  Update translator documentation.

13 years agoJust had to update util.min.js one more time for extra merge conflict fun!
Zach Copley [Mon, 18 Apr 2011 23:50:02 +0000 (16:50 -0700)]
Just had to update util.min.js one more time for extra merge conflict fun!

13 years agoRemove billions of debugging statements and extra space
Zach Copley [Mon, 18 Apr 2011 23:42:20 +0000 (16:42 -0700)]
Remove billions of debugging statements and extra space

13 years agoFixed new answer textarea label
Zach Copley [Mon, 18 Apr 2011 22:39:16 +0000 (15:39 -0700)]
Fixed new answer textarea label

13 years agoOnly remove reply placeholders if the dummy answer field is visible
Zach Copley [Mon, 18 Apr 2011 22:31:48 +0000 (15:31 -0700)]
Only remove reply placeholders if the dummy answer field is visible

13 years agoAdd a 'closed' class to questions that have been closed
Zach Copley [Mon, 18 Apr 2011 20:53:14 +0000 (13:53 -0700)]
Add a 'closed' class to questions that have been closed

13 years agoOMG I think ajax works right now
Zach Copley [Mon, 18 Apr 2011 20:48:35 +0000 (13:48 -0700)]
OMG I think ajax works right now

13 years agoMore work trying to understand util.js and get my ajax working right
Zach Copley [Mon, 18 Apr 2011 09:27:56 +0000 (02:27 -0700)]
More work trying to understand util.js and get my ajax working right

13 years agoGetting some traction here on better QnA Ajax
Zach Copley [Sat, 16 Apr 2011 02:50:05 +0000 (19:50 -0700)]
Getting some traction here on better QnA Ajax

13 years agoBetter QnA ajax insert - work in progress
Zach Copley [Fri, 15 Apr 2011 22:07:17 +0000 (15:07 -0700)]
Better QnA ajax insert - work in progress

13 years agoQnA - Work on getting questions and answers to appear correctly inline
Zach Copley [Tue, 12 Apr 2011 09:22:47 +0000 (02:22 -0700)]
QnA - Work on getting questions and answers to appear correctly inline

13 years agoDon't use bogus event in emailregistration
Evan Prodromou [Mon, 18 Apr 2011 23:33:12 +0000 (19:33 -0400)]
Don't use bogus event in emailregistration

I was trying to be smart by calling the same registration event as 'register'
when doing EmailRegistration. However, that event is so low-bandwidth that plugins
go fingerpoken in all the attributes and call methods on the passed-in action and
things like that.

So, now we just fall back to using the low-level stuff, catch any
exceptions, and feel happy. Some stuff might not work, but it's
generally anti-spam stuff more suited to public sites.

13 years agofix bad variable, show frame length
Evan Prodromou [Mon, 18 Apr 2011 23:33:00 +0000 (19:33 -0400)]
fix bad variable, show frame length

13 years agoUpdate translator documentation.
Siebrand Mazeland [Mon, 18 Apr 2011 23:13:28 +0000 (01:13 +0200)]
Update translator documentation.

13 years agoDon't serialize protected attrs
Evan Prodromou [Mon, 18 Apr 2011 22:23:06 +0000 (18:23 -0400)]
Don't serialize protected attrs

13 years agocapture some info if serialization fails on stomp frame
Evan Prodromou [Mon, 18 Apr 2011 21:55:38 +0000 (17:55 -0400)]
capture some info if serialization fails on stomp frame

13 years agodon't show display URL if avatar filename is missing
Evan Prodromou [Mon, 18 Apr 2011 20:59:17 +0000 (16:59 -0400)]
don't show display URL if avatar filename is missing

13 years agoRevert "put some debugging code into the home and public timelines"
Evan Prodromou [Mon, 18 Apr 2011 20:43:54 +0000 (16:43 -0400)]
Revert "put some debugging code into the home and public timelines"

This reverts commit aa7b6447a1172693e7e7affe0bde37cf098e81d1.

13 years agono extra nulls on home page
Evan Prodromou [Mon, 18 Apr 2011 20:28:41 +0000 (16:28 -0400)]
no extra nulls on home page

13 years agoput some debugging code into the home and public timelines
Evan Prodromou [Mon, 18 Apr 2011 20:20:51 +0000 (16:20 -0400)]
put some debugging code into the home and public timelines

13 years agocorrect category on inboxnoticestream
Evan Prodromou [Mon, 18 Apr 2011 20:19:15 +0000 (16:19 -0400)]
correct category on inboxnoticestream

13 years agorecover password uses login menu
Evan Prodromou [Mon, 18 Apr 2011 20:19:00 +0000 (16:19 -0400)]
recover password uses login menu

13 years agoinviter URL corrected
Evan Prodromou [Mon, 18 Apr 2011 17:40:27 +0000 (13:40 -0400)]
inviter URL corrected

13 years agobetter indenting in invite email
Evan Prodromou [Mon, 18 Apr 2011 17:37:54 +0000 (13:37 -0400)]
better indenting in invite email

13 years agolinkify URLs in invite email
Evan Prodromou [Mon, 18 Apr 2011 17:30:02 +0000 (13:30 -0400)]
linkify URLs in invite email

13 years agocheck for valid email on invite
Evan Prodromou [Mon, 18 Apr 2011 17:26:46 +0000 (13:26 -0400)]
check for valid email on invite

13 years agoMerge remote-tracking branch 'gitorious/1.0.x' into 1.0.x
Evan Prodromou [Mon, 18 Apr 2011 16:54:23 +0000 (12:54 -0400)]
Merge remote-tracking branch 'gitorious/1.0.x' into 1.0.x

13 years agoNew and hopefully correct util.min.js.
Samantha Doherty [Mon, 18 Apr 2011 16:44:57 +0000 (12:44 -0400)]
New and hopefully correct util.min.js.

13 years agoThis util.min.js is pining for the fjords.
Samantha Doherty [Mon, 18 Apr 2011 16:42:00 +0000 (12:42 -0400)]
This util.min.js is pining for the fjords.

13 years agoStyle updates for notice forms.
Samantha Doherty [Mon, 18 Apr 2011 15:51:38 +0000 (11:51 -0400)]
Style updates for notice forms.

13 years agoNeed to be a little more specific about infield input labels.
Samantha Doherty [Mon, 18 Apr 2011 15:45:02 +0000 (11:45 -0400)]
Need to be a little more specific about infield input labels.

13 years agocorrect password form fields
Evan Prodromou [Mon, 18 Apr 2011 15:02:16 +0000 (11:02 -0400)]
correct password form fields

13 years agocorrect password form fields
Evan Prodromou [Mon, 18 Apr 2011 15:01:58 +0000 (11:01 -0400)]
correct password form fields

13 years agobetter output for registration confirmation
Evan Prodromou [Mon, 18 Apr 2011 14:52:57 +0000 (10:52 -0400)]
better output for registration confirmation

13 years agolet other validity checks go through first
Evan Prodromou [Mon, 18 Apr 2011 14:46:40 +0000 (10:46 -0400)]
let other validity checks go through first

13 years agocatch exceptions and show them when validating email
Evan Prodromou [Mon, 18 Apr 2011 14:44:55 +0000 (10:44 -0400)]
catch exceptions and show them when validating email

13 years agocheck for email domain when validating email
Evan Prodromou [Mon, 18 Apr 2011 14:44:41 +0000 (10:44 -0400)]
check for email domain when validating email

13 years agofix incorrect variable in registration
Evan Prodromou [Mon, 18 Apr 2011 14:15:18 +0000 (10:15 -0400)]
fix incorrect variable in registration

13 years agoredirect if you're already logged in.
Evan Prodromou [Mon, 18 Apr 2011 14:13:54 +0000 (10:13 -0400)]
redirect if you're already logged in.

13 years agoDocFile::fromTitle() -> DocFile::forTitle()
Evan Prodromou [Mon, 18 Apr 2011 14:10:38 +0000 (10:10 -0400)]
DocFile::fromTitle() -> DocFile::forTitle()

13 years agoRevert "disable showing tags; it throws a notice for me"
Evan Prodromou [Mon, 18 Apr 2011 14:08:26 +0000 (10:08 -0400)]
Revert "disable showing tags; it throws a notice for me"

This reverts commit 7d6efbf29e651f74667ea4eace653cf63e1e4d64.

13 years agono notice form on invites
Evan Prodromou [Mon, 18 Apr 2011 14:04:57 +0000 (10:04 -0400)]
no notice form on invites

13 years agodisable showing tags; it throws a notice for me
Evan Prodromou [Mon, 18 Apr 2011 14:03:38 +0000 (10:03 -0400)]
disable showing tags; it throws a notice for me

13 years agoloop through args in common_markup_to_html
Evan Prodromou [Mon, 18 Apr 2011 13:51:26 +0000 (09:51 -0400)]
loop through args in common_markup_to_html

13 years agopass args from Docfile to renderer
Evan Prodromou [Mon, 18 Apr 2011 13:47:08 +0000 (09:47 -0400)]
pass args from Docfile to renderer

13 years agoadd login menu to email registration page
Evan Prodromou [Mon, 18 Apr 2011 13:22:51 +0000 (09:22 -0400)]
add login menu to email registration page

13 years agoUse mail templates for invite text
Evan Prodromou [Mon, 18 Apr 2011 13:04:11 +0000 (09:04 -0400)]
Use mail templates for invite text

13 years agodocfiles can take arguments
Evan Prodromou [Mon, 18 Apr 2011 13:03:43 +0000 (09:03 -0400)]
docfiles can take arguments

13 years agomail paths for docfile
Evan Prodromou [Mon, 18 Apr 2011 13:03:28 +0000 (09:03 -0400)]
mail paths for docfile

13 years agoremove debugging comment from emailregister
Evan Prodromou [Mon, 18 Apr 2011 12:52:50 +0000 (08:52 -0400)]
remove debugging comment from emailregister

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Mon, 18 Apr 2011 11:41:15 +0000 (13:41 +0200)]
Localisation updates from http://translatewiki.net.

13 years agouse Start/EndRegistrationTry events for email registration
Evan Prodromou [Mon, 18 Apr 2011 10:46:16 +0000 (06:46 -0400)]
use Start/EndRegistrationTry events for email registration

13 years agoshow the welcome page on registration completion
Evan Prodromou [Mon, 18 Apr 2011 10:32:32 +0000 (06:32 -0400)]
show the welcome page on registration completion

13 years agocorrectly parse help files
Evan Prodromou [Mon, 18 Apr 2011 10:30:33 +0000 (06:30 -0400)]
correctly parse help files

13 years agoadd the welcome document
Evan Prodromou [Mon, 18 Apr 2011 10:19:51 +0000 (06:19 -0400)]
add the welcome document

13 years agoallow user properties in documentation files
Evan Prodromou [Mon, 18 Apr 2011 10:17:28 +0000 (06:17 -0400)]
allow user properties in documentation files

13 years agoExternalize document-finding code so plugins can use it
Evan Prodromou [Mon, 18 Apr 2011 10:16:32 +0000 (06:16 -0400)]
Externalize document-finding code so plugins can use it

13 years agobreak out email registration forms to their own modules
Evan Prodromou [Mon, 18 Apr 2011 10:07:32 +0000 (06:07 -0400)]
break out email registration forms to their own modules

13 years agoConfirmRegistrationForm includes the code
Evan Prodromou [Mon, 18 Apr 2011 08:30:13 +0000 (04:30 -0400)]
ConfirmRegistrationForm includes the code

13 years agoAdd class to bookmark form thumbnail image.
Samantha Doherty [Mon, 18 Apr 2011 06:29:16 +0000 (02:29 -0400)]
Add class to bookmark form thumbnail image.

13 years agoUpdate minified util.js
Samantha Doherty [Mon, 18 Apr 2011 05:04:00 +0000 (01:04 -0400)]
Update minified util.js

13 years agoAdd JS for second step of bookmark form.
Samantha Doherty [Mon, 18 Apr 2011 04:41:42 +0000 (00:41 -0400)]
Add JS for second step of bookmark form.

13 years agoApply infield labels to notice form inputs.
Samantha Doherty [Mon, 18 Apr 2011 04:38:26 +0000 (00:38 -0400)]
Apply infield labels to notice form inputs.

13 years agoOnly auto-focus on textarea for main notice form.
Samantha Doherty [Mon, 18 Apr 2011 04:31:47 +0000 (00:31 -0400)]
Only auto-focus on textarea for main notice form.

13 years agoAdd new Infield Label jQuery plugin files to action.php
Samantha Doherty [Mon, 18 Apr 2011 04:27:46 +0000 (00:27 -0400)]
Add new Infield Label jQuery plugin files to action.php

13 years agoNew Infield Labels jQuery plugin for microapp forms and other future uses.
Samantha Doherty [Mon, 18 Apr 2011 04:24:25 +0000 (00:24 -0400)]
New Infield Labels jQuery plugin for microapp forms and other future uses.

13 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Mon, 18 Apr 2011 03:34:55 +0000 (20:34 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

* '1.0.x' of gitorious.org:statusnet/mainline:
  Correct fieldset ID for Event form.
  Update Event plugin datepicker function for new unique input IDs.

13 years agoFix inline replies (pretty sure I got it this time)
Zach Copley [Mon, 18 Apr 2011 03:34:17 +0000 (20:34 -0700)]
Fix inline replies (pretty sure I got it this time)

13 years agospelling
Zach Copley [Mon, 18 Apr 2011 03:34:05 +0000 (20:34 -0700)]
spelling

13 years agoCorrect fieldset ID for Event form.
Samantha Doherty [Mon, 18 Apr 2011 01:38:09 +0000 (21:38 -0400)]
Correct fieldset ID for Event form.

13 years agoUpdate Event plugin datepicker function for new unique input IDs.
Samantha Doherty [Mon, 18 Apr 2011 01:37:22 +0000 (21:37 -0400)]
Update Event plugin datepicker function for new unique input IDs.

13 years agoSome special .js for the bookmark plugin, so we can control the form in the second...
Zach Copley [Mon, 18 Apr 2011 01:37:51 +0000 (18:37 -0700)]
Some special .js for the bookmark plugin, so we can control the form in the second step

13 years agoAllow sending in a function to be run on successful XHR
Zach Copley [Mon, 18 Apr 2011 01:36:59 +0000 (18:36 -0700)]
Allow sending in a function to be run on successful XHR

13 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Sun, 17 Apr 2011 23:33:25 +0000 (16:33 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

* '1.0.x' of gitorious.org:statusnet/mainline:
  Remove empty locale files.
  Localisation updates from http://translatewiki.net.

13 years agoGive microapp form elements unique ids
Zach Copley [Sun, 17 Apr 2011 23:32:52 +0000 (16:32 -0700)]
Give microapp form elements unique ids

13 years agoget email for code
Evan Prodromou [Sun, 17 Apr 2011 23:29:55 +0000 (19:29 -0400)]
get email for code

13 years agoget email for code
Evan Prodromou [Sun, 17 Apr 2011 23:28:22 +0000 (19:28 -0400)]
get email for code

13 years agocomplete registration form
Evan Prodromou [Sun, 17 Apr 2011 23:24:33 +0000 (19:24 -0400)]
complete registration form

13 years agoRemove empty locale files.
Siebrand Mazeland [Sun, 17 Apr 2011 22:50:07 +0000 (00:50 +0200)]
Remove empty locale files.

13 years agoMissed an argument to a function
Evan Prodromou [Sun, 17 Apr 2011 22:48:58 +0000 (18:48 -0400)]
Missed an argument to a function

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sun, 17 Apr 2011 22:38:15 +0000 (00:38 +0200)]
Localisation updates from http://translatewiki.net.

13 years agoFix form elements in bookmark plugin
Zach Copley [Sun, 17 Apr 2011 22:34:50 +0000 (15:34 -0700)]
Fix form elements in bookmark plugin

13 years agosome better breaks on error entry
Evan Prodromou [Sun, 17 Apr 2011 22:30:25 +0000 (18:30 -0400)]
some better breaks on error entry

13 years agoemail register is a login action
Evan Prodromou [Sun, 17 Apr 2011 22:29:10 +0000 (18:29 -0400)]
email register is a login action

13 years agoYoink the registration action
Evan Prodromou [Sun, 17 Apr 2011 22:27:25 +0000 (18:27 -0400)]
Yoink the registration action

13 years agoRevert "some debugging for email registration routes"
Evan Prodromou [Sun, 17 Apr 2011 22:22:59 +0000 (18:22 -0400)]
Revert "some debugging for email registration routes"

This reverts commit 165d9fd9dea881e4fd7c6df0fa033b3de6c29764.

13 years agoRevert "bad variable in debugging"
Evan Prodromou [Sun, 17 Apr 2011 22:22:46 +0000 (18:22 -0400)]
Revert "bad variable in debugging"

This reverts commit 87330bf9773aa397de54838f85948f0859d411da.

13 years agoRevert "additional debugging in router"
Evan Prodromou [Sun, 17 Apr 2011 22:22:35 +0000 (18:22 -0400)]
Revert "additional debugging in router"

This reverts commit daadb7905b2863bf48aade7537f23a1b645d7d5d.

13 years agoadditional debugging in router
Evan Prodromou [Sun, 17 Apr 2011 22:19:47 +0000 (18:19 -0400)]
additional debugging in router

13 years agoreverse order of register connects
Evan Prodromou [Sun, 17 Apr 2011 22:12:12 +0000 (18:12 -0400)]
reverse order of register connects

13 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Sun, 17 Apr 2011 22:10:43 +0000 (15:10 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

* '1.0.x' of gitorious.org:statusnet/mainline:
  Update people tag related UI messages. Update translator documentation accordingly.

13 years agobad variable in debugging
Evan Prodromou [Sun, 17 Apr 2011 22:10:30 +0000 (18:10 -0400)]
bad variable in debugging

13 years agoGive bookmark form elements unique ids
Zach Copley [Sun, 17 Apr 2011 22:09:56 +0000 (15:09 -0700)]
Give bookmark form elements unique ids

13 years agosome debugging for email registration routes
Evan Prodromou [Sun, 17 Apr 2011 22:09:26 +0000 (18:09 -0400)]
some debugging for email registration routes

13 years agoAllow setting separate name and id in textare inputs, and cols and rows
Zach Copley [Sun, 17 Apr 2011 22:09:00 +0000 (15:09 -0700)]
Allow setting separate name and id in textare inputs, and cols and rows

13 years agoadd our routes at the begnning, not the end.
Evan Prodromou [Sun, 17 Apr 2011 22:05:18 +0000 (18:05 -0400)]
add our routes at the begnning, not the end.