- 17 Oct, 2013 1 commit
-
-
mattl authored
...no need to make a separate call to Local_group's setNickname all the time, or a bunch of redundant code for the Profile table. Next up is User->update()...
-
- 16 Oct, 2013 6 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
Nickname verifications on registration and updates for profiles (not yet groups) have been improved. Minor bugs in RegisterAction were also fixed, where multiple forms would be outputed because the function did not return after showForm(). This will be solved more permanently with throwing exceptions in the future.
-
mattl authored
-
mattl authored
-
mattl authored
-
- 15 Oct, 2013 7 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
clientError and serverError exit after they're done so no need for break or return. Also, $this->format is default. We also got rid of the incredibly verbose version of $this->isPost() which was spread all over the place. Not all of this cleaning up is done yet.
-
mattl authored
-
mattl authored
-
mattl authored
-
- 14 Oct, 2013 10 commits
- 08 Oct, 2013 5 commits
- 07 Oct, 2013 5 commits
- 06 Oct, 2013 6 commits
-
-
mattl authored
I bet JSONSearchResultsList is a good idea, but we have no immediate use of it right now. And it's better if the SearchEngine can take care of all that jazz.
-
mattl authored
Also, URL shortening now consistently uses 'maxurllength'...
-
mattl authored
I implemented changes from quitter.se's new API that their front-end qvitter uses, https://github.com/hannesmannerheim/qvitter/blob/master/api-changes-1.1.1/CHANGES However I left out the URL shortening commens, since I believe whatever behaviour they experienced that caused them to implement this was a bug (or many) and should be fixed in their proper areas and that shortening should not be entirely left out in API calls.
-
mattl authored
-
mattl authored
-
mattl authored
-