- Oct 17, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This should help tools like readability.com extract the contents of the page.
-
Rene Saarsoo authored
-
- Oct 16, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
So we detect the constructor the same way.
-
Rene Saarsoo authored
It's quite obvious what constructors do.
-
Rene Saarsoo authored
Also added a method Class.constructor? to check if a member is a constructor function.
-
Rene Saarsoo authored
-
- Oct 15, 2012
-
-
Rene Saarsoo authored
This ensures that when running the export repeatedly the order of mixins/requires/etc will stay the same. Especially in the case of mixins which are often defined in an object literal which gets turned into a Ruby hash that messes up the order quite a bit. By doing the sorting in Export::Full the Renderer no more needs to sort these things.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Oct 12, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Make it work with renamed Json class. Print also those classes that are exactly the same.
- Oct 11, 2012
-
-
Rene Saarsoo authored
-
- Oct 10, 2012
-
-
Rene Saarsoo authored
-
- Oct 02, 2012
-
-
Rene Saarsoo authored
-
- Oct 01, 2012
-
-
Rene Saarsoo authored
Only turn properties into configs when dealing with autodetected members.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- Sep 28, 2012
-
-
Rene Saarsoo authored
The validation relied on user_id field being available in comment data, but this field was in fact missing, resulting in the comment author to never equal current user.
-
- Sep 24, 2012
-
-
Rene Saarsoo authored
-
- Sep 21, 2012
-
-
Rene Saarsoo authored
Moved bunch of code away from the humongous Docs.view.Comments.
-
Rene Saarsoo authored
The emailHash of user wasn't sent when user logged in.
-
Rene Saarsoo authored
Add note about replying to other people. Attempt making the syntax help more visible.
-
Rene Saarsoo authored
Add a new version with a different name alongside it. This way we can keep two versions of the API working at the same time, which is needed when first deploying the backend code and then waiting for the frontend code to get moved into live.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Added field to the top of both users and topics which allows filtering the lists below them. Every time the filtering happens, the previously existing selection is cleared. This is maybe not the best behavior, but that's the compromise I arrived at to prevent several edge-case bugs. The problem is, that when you filter out a currently selected record, it becomes deselected, but the deselect event doesn't fire to let us know...
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Only remember the sorting order of comments page until next browser refresh. Now only the hideRead is remembered across sessions (and that's a moderator-only setting).
-
Rene Saarsoo authored
Settle to a nice camelCased naming scheme.
-
Rene Saarsoo authored
Replacing the magic color value scattered around in code.
-
Rene Saarsoo authored
Created HeaderMenu class that provides the UI for switching. Allow only user or topic to be selected (not both together).
-