Commit Graph

181 Commits (acf27880f6d44524d3c272d19e9b325e32d9fb80)

Author SHA1 Message Date
Eric Holscher acf27880f6 Add new fancy detail pages. 2012-12-17 22:08:46 -08:00
Chris Dickinson ed15bf9f7a Put "Search" in trans tag, fix overflowing text 2012-12-17 20:12:41 -08:00
Chris Dickinson 5b3f6b059d add button (with dropdown options). apply to project_list_detailed. 2012-12-17 20:12:41 -08:00
Chris Dickinson ff638fc979 fix some overflow on homepage urls 2012-12-14 13:49:09 -08:00
Chris Dickinson b60f24576b add editing instructions 2012-12-14 11:32:10 -08:00
Chris Dickinson 15932140cf CSS updates 2012-12-13 22:19:43 -08:00
Chris Dickinson 13bac8f9cb add edit icon, remove console.log 2012-12-13 22:19:18 -08:00
Chris Dickinson d0fded8054 initial profile changes 2012-12-13 21:51:54 -08:00
Chris Dickinson aaba79e484 fix the gear per @ericholscher 2012-12-13 18:51:43 -08:00
Chris Dickinson 79f71ac692 some final touchups 2012-12-11 01:36:20 -08:00
Chris Dickinson 5512de8ed2 use project_edit_base for administrative project pages 2012-12-10 00:56:42 -08:00
Chris Dickinson d9201bd647 add first stab at subordinate content 2012-12-10 00:17:26 -08:00
Eric Holscher 3c7c0af404 Fix styles and make form sane. 2012-12-06 20:28:43 -08:00
Eric Holscher 5ce0bce433 Revert "Revert "Add filtering of builds and Version/Projects that is unexposed.""
This reverts commit 161d440763.
2012-10-14 18:21:55 -07:00
Eric Holscher 161d440763 Revert "Add filtering of builds and Version/Projects that is unexposed."
This reverts commit 4fdfcee34f.
2012-10-14 17:54:35 -07:00
Eric Holscher 4fdfcee34f Add filtering of builds and Version/Projects that is unexposed. 2012-10-14 17:50:20 -07:00
Julen Ruiz Aizpuru f6cfe83c29 Revive faceted search and avoid unneeded searches in docs.
There was an odd thing here: two scripts, one from RTD
(instantsearch.js) and another one from Sphinx (searchtools.js), define
a Search object which has an init function.

This function was called right in rtd.js, which was decoupled in
f6420bac35, and since the initialization function was only called in the
generated docs, faceted searches didn't work. The call to the
confusingly-named Search.init has been moved to the faceted search
template.

Also, the RTD theme was including searchtools.js twice: first in the
main layout.html, and after in search.html. Because RTD's theme extends
the Sphinx's 'basic' theme (most of the existing themes out there do the
same), and its search template already includes this script, it wasn't
necessary to include it again.
2012-10-01 22:37:43 +02:00
Julen Ruiz Aizpuru a9de7e3a2c Don't define more variables in the global namespace. 2012-09-28 09:18:13 +02:00
Chris Dickinson 16181cd23c Fix for bad version links in RTD badge 2012-09-27 21:22:28 -07:00
Chris Dickinson 11e4fa2d4e Use an image sprite instead of two separate images 2012-09-27 20:55:05 -07:00
Eric Holscher dc058a0b1f Fix variable names. 2012-09-27 20:18:46 -07:00
Eric Holscher e7d05dc145 Move rtd.js back. 2012-09-27 20:02:25 -07:00
Chris Dickinson 641059fee8 Use regexen to match repo type in rtd-import.js 2012-09-27 18:44:44 -07:00
Julen Ruiz Aizpuru f6420bac35 Rewrite rtd.js.
There was a mix of code that was used both for the site and for the
Sphinx theme:

  - Site's code was only affecting the import page, so now it's included
    only there.

  - Sphinx theme's code has been placed in its own location too, and
    variables are populated as if they were within a Jinja template
    (notice the _t ending in the extension).

All the code has been largely rewritten as well, in order to avoid
using/poluting the global namespace.
2012-09-27 21:11:55 +02:00
Jordan Carlson 049d949efe Made badge small until hovered. 2012-09-07 12:44:12 -04:00
Chris Dickinson a54cabb2f8 Fix potential XSS in instantsearch.js 2012-08-20 15:13:51 -07:00
Eric Holscher 6206b60aef Update calls to fonts. 2012-07-29 15:14:55 -07:00
Eric Holscher c2e36d9728 Derp. 2012-06-11 21:22:03 -07:00
Eric Holscher d4e98a837d Fix highest url 2012-06-11 21:21:44 -07:00
Eric Holscher 5fb63050a7 Fix javascript https. 2012-06-11 21:20:34 -07:00
Eric Holscher c7637e2ed5 Add CSS to project detail description. 2012-04-30 11:19:09 -07:00
Hugo Rodger-Brown (from home) dbbe1416c1 Added humans.txt file, contents taken from AUTHORS.rst 2012-04-29 14:37:56 +01:00
Andrew Brookins 3293e2f939 Remove debugging statement 2012-04-03 10:45:40 -07:00
Andrew Brookins 94cb1a339c Move BuildUpdater to a separate file 2012-04-02 22:27:20 -07:00
Andrew Brookins 237effa96e Separate detail and list build updaters. Use inheritance. 2012-04-02 21:48:38 -07:00
Andrew Brookins ff36900e58 Update function doc 2012-04-02 20:35:32 -07:00
Andrew Brookins 49eaa703e5 AJAX functions into an object 2012-04-02 20:27:41 -07:00
Andrew Brookins dd470f54c8 Issue 164: AJAXify the build list and build detail pages 2012-04-01 20:49:58 -07:00
Eric Holscher afb6a69571 Remove the console.log in instantsearch 2012-03-20 11:10:44 -07:00
Craig Nagy 24a36a2e07 Get full html fragments for instant search; fixes facets and pagination 2012-03-15 21:03:25 -04:00
Craig Nagy 279b0748b2 Check presence of input field and results for instant search 2012-03-14 06:25:03 -04:00
Eric Holscher 09bde259df Let's try that, javascript >:x 2012-03-14 18:57:19 -07:00
Eric Holscher 6754c2a714 Don't stomp on existing variables. 2012-03-14 18:49:14 -07:00
Craig Nagy 315a048008 Only instant search when query changes; maintain facets; add replaceState support 2012-03-14 03:47:35 -04:00
Craig Nagy d28dd7292c Initial rewrite of the instant search javascript; includes delayed searches 2012-03-14 03:08:35 -04:00
Craig Nagy 20e589bcb8 Merge branch 'instant_search_cleanup' into search_results 2012-03-14 00:30:13 -04:00
Craig Nagy 630ab6ef15 Starting to cleanup the instant search javascript 2012-03-13 20:06:15 -04:00
Craig Nagy 4dc181e2e1 Use a custom view to support further search customization; update facet UX; use django-pagination 2012-03-13 19:30:50 -04:00
Mark Parncutt 330b149385 Removed the absolute URL to readthedocs.org :/ 2012-03-12 21:00:03 -07:00
Mark Parncutt 0edfdaf140 Added instant search! 2012-03-12 21:00:03 -07:00