- Oct 23, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
For now the list of tags is completely hardcoded.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Oct 22, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Send tags along with comments from backend. Render the tags in comments template. Improved stylesheet for rendering all the items in top-right corner of each comment. For moderators, also render the add/delete buttons for the tags.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Implement the tags in nice relational fashion, but set up triggers to avoid quering the tags table with each select of comments, and instead precalculate a textual tags column inside the comments table. Also added a migration script.
-
- Oct 19, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Just rebuild the entire total-comments-per-class cache. We could do it in a smarter way, but as it only needs to be done when posting/deleting comments, it happens rarely enough. And the performance is actually just good-enough; no noticable lag.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Use the common Comments.avatar method to generate the <img> tag, giving us the same default avatar that we use everywhere.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Oct 18, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also toggle the subscription checkbox depending on the status of subscription in commenting form.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The guide config can now contain an "url" field which by default points to guides/<guide-name> but can be configured to point at anything desirable.
-
Rene Saarsoo authored
Remove an old restriction left over from the days when JSDuck didn't show private members at all.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Only when the enum is an auto-expanded list of alias values or when it's defined as array - only then show the warning.
-
- Oct 17, 2012
-
-
Rene Saarsoo authored
The :config_file task generates initial simple sdk-vars.rb config. The :configure runs both :get_extjs and :config_file, doing the initial setup for running jsduck.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
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.
-