- Nov 08, 2012
-
-
Rene Saarsoo authored
-
- Nov 07, 2012
-
-
Rene Saarsoo authored
An expander component with nicer styling which doesn't distract as much. It somewhat duplicates the functionality of the old Expander, but then again it behaves different enough.
-
Rene Saarsoo authored
Only trigger the action when the click happens in current view, not in the subview.
-
Rene Saarsoo authored
-
- Nov 05, 2012
-
-
Rene Saarsoo authored
For now it's somewhat buggy, throwing errors here and there, but the essential functionality works.
-
Rene Saarsoo authored
-
- Nov 01, 2012
-
-
Rene Saarsoo authored
This way the comments server will decide how and where the registration is performed.
-
Rene Saarsoo authored
As it doesn't close the currently active tab.
-
Rene Saarsoo authored
Again, to keep the root of jsduck repo cleaner.
-
Rene Saarsoo authored
To keep the root dir cleaner.
-
Rene Saarsoo authored
The comments server is now available at: https://github.com/senchalabs/jsduck-comments The comments server is quite a separate app so it's better maintained as a completely separate project.
-
- Oct 31, 2012
-
-
Rene Saarsoo authored
This should take care of the occasional problem in comments server when it from time-to-time goes down because of a slight glitch in MySQL connection.
-
- Oct 29, 2012
-
-
Rene Saarsoo authored
This didn't caused problems because the InlineWrap isn't a component. But it generated a warning.
-
Rene Saarsoo authored
Various classes were not directly listed with the requires statement. Additionally Sencha command complained about being unable to find Ext.JSON, so excluding this, as it's within the ext core anyway.
-
- Oct 26, 2012
-
-
Rene Saarsoo authored
It was moved before the other scripts to ensure that comments enabling code is included before docs app code, but new that the comments code is withing data.js, that's no more needed.
-
Rene Saarsoo authored
Now one can simply use these options instead of injecting special comments-enabling JavaScript with --head-html. The JavaScript side is now also better as it accesses the commentsUrl and commentsDomain properties of Docs.data object, not a lot more properties on the root Docs object.
-
Rene Saarsoo authored
This way it's apparent to the user of the site why he gets served with a particular version.
-
Rene Saarsoo authored
Instead of using the server-side PHP script, the browser detection is done one the client side with a compact JavaScript snippet taken from http://detectmobilebrowsers.com/ This allows the index page of the docs to be cached, lowering the burden on servers.
- Oct 25, 2012
-
-
Rene Saarsoo authored
Instead of crashing mysteriously, the circular @mixins and @extends now result in fatal error message which clearly shows the dependency chain that's causing the problem.
-
- Oct 24, 2012
-
-
Rene Saarsoo authored
Move {head_html} before the app.js. This way the comments settings will be available before the rest of the app is loaded, especially the CommentsProxy which assumes the Docs.comments* settings to be available.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Default Docs.Comments#getCount to return 0 when comments aren't enabled.
-
Rene Saarsoo authored
The monsterid was a bit too silly. Docs seem to require something a bit more formal.
-
Rene Saarsoo authored
A cleanup of leftovers from old MongoDB comments database.
-
Rene Saarsoo authored
Extract TopList base class. Define Tag and Target models using the new "comments" proxy which helps us with prepending comments-specific stuff to URL.
-
Rene Saarsoo authored
Replace the duplicated code with a more generic solution. Though it's now more complex, it'll allow us to add/remove/rename cards in the future more easily.
-
Rene Saarsoo authored
This change breaks compatibility with comments API of previous JSDuck release. But the only effect of this is that the Users and Targets lists on comments index page will be empty, so I consider it OK to make this change as it will only make the comments index page a bit less useful while the transition happens, but won't break anything badly.
-
Rene Saarsoo authored
Rename Comments.getAllTags to .getTopTags, so it's in line with .getTopUsers and .getTopTargets. Ensure tags are sorted alphabetically in TagEditor (the backend now returns them sorted by comment count).
- Oct 23, 2012
-
-
Rene Saarsoo authored
For now the comment counts aren't shown in tags menu, but otherwise it's working.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
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
-