summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* smal fix to the ldap procedureEvgeny Fadeev2012-07-102-2/+2
|
* patched LDAP procedure so that it hopefully works nowEvgeny Fadeev2012-07-102-8/+7
|
* made a tweak to LDAP login procedureEvgeny Fadeev2012-07-101-1/+14
|
* fixed style for the multiline question titles in the related question box on ↵Evgeny Fadeev2012-07-102-9/+17
| | | | the ask page
* fixed tag validation on the "ask" pageEvgeny Fadeev2012-07-103-6/+15
|
* added "show only subscribed tags" choice to the main pageEvgeny Fadeev2012-07-107-12/+38
|
* added a paper clip attachment button and removed markdown help when rich ↵Evgeny Fadeev2012-07-095-88/+50
| | | | text editor is on
* fixed css for the modal menu, so that it covers full screen tinymce and ↵Evgeny Fadeev2012-07-093-2/+6
| | | | removed debugger statements in js
* Merge branch 'user-groups' into tag-editorEvgeny Fadeev2012-07-0970-2627/+3074
|\
| * tag moderation worksEvgeny Fadeev2012-07-0913-51/+271
| |
| * changed to using just Tag for suggested and approved tagsEvgeny Fadeev2012-07-087-169/+171
| |
| * styled tag moderation UIEvgeny Fadeev2012-07-076-59/+230
| |
| * created a page for tag moderation, at this point it is only listing the ↵Evgeny Fadeev2012-07-0512-76/+636
| | | | | | | | suggested tags
| * merged with the master and tag-editor branchesEvgeny Fadeev2012-07-02326-571/+49210
| |\
| * | renamed function users() --> show_users()Evgeny Fadeev2012-07-012-3/+3
| | |
| * | Merge pull request #86 from dkolak/fix_tplEvgeny Fadeev2012-06-301-1/+1
| |\ \ | | | | | | | | small template fix
| | * | small template fixDario Kolak2012-07-011-1/+1
| |/ /
| * | Update masterEvgeny Fadeev2012-06-301-1/+1
| | |
| * | Merge pull request #82 from lissyx/masterEvgeny Fadeev2012-06-271-4/+4
| |\ \ | | | | | | | | Fixing some JavaScript
| | * | fix: Locale might break JavaScript codelissyx2012-06-271-4/+4
| |/ / | | | | | | | | | | | | | | | If locale contains a single quote ', it can collide with the quotes defining the string at javascript level (it happens for french locale at least).
| * | tiny change in ru localeEvgeny Fadeev2012-06-161-1/+1
| | |
| * | fixed import error bug in readers.pyEvgeny Fadeev2012-06-161-0/+1
| | |
| * | small tweaks in content cleaningEvgeny Fadeev2012-06-162-3/+4
| | |
| * | Merge branch 'github-master'Evgeny Fadeev2012-06-162-2012/+792
| |\ \
| | * \ Merge pull request #80 from lissyx/masterEvgeny Fadeev2012-06-162-2012/+792
| | |\ \ | | | | | | | | | | Updates to the french locale
| | | * | Rebuilt django.mo for french localelissyx2012-06-161-0/+0
| | | | |
| | | * | l10n: french locales fix from goofy@lissyx2012-06-161-2012/+792
| | | | |
| * | | | small changes in the skin and Ru localeEvgeny Fadeev2012-06-163-3/+5
| |/ / /
| * | | Merge branch 'github-master'Evgeny Fadeev2012-06-161-1/+1
| |\ \ \
| | * | | Update masterEvgeny Fadeev2012-06-151-1/+1
| | | | |
| * | | | added spammy to the test content set and protected code from such inputEvgeny Fadeev2012-06-1625-59/+71
| |/ / /
| * | | merged feature 157 by Paul BackhouseEvgeny Fadeev2012-06-1516-17/+456
| |\ \ \
| | * \ \ Merge branch 'master' into feature-157Paul Backhouse2012-05-057-10/+9
| | |\ \ \
| | * | | | Fixed bug where clicking on a wildcard matched tag did not put the tag in ↵Paul Backhouse2012-05-052-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | the url.
| | * | | | Now makes use of tag_selector.js, so wildcard tags can be expanded.Paul Backhouse2012-05-043-43/+34
| | | | | |
| | * | | | User profile has "Show tags" checkbox.Paul Backhouse2012-04-306-6/+595
| | | | | | | | | | | | | | | | | | | | | | | | Checking this box will list the tags a user is interested in, or wishes to ignore.
| | * | | | All users stored interesting/ignored tags are shown, without option to ↵Paul Backhouse2012-04-302-3/+72
| | | | | | | | | | | | | | | | | | | | | | | | disable. Wildcard tags are not shown.
| | * | | | BugfixPaul Backhouse2012-04-301-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | Duplicate Meta definitions.
| | * | | | Updated requirements. Lamson needed.Paul Backhouse2012-04-301-0/+1
| | | | | |
| * | | | | added full site url to rss feeds for the user profile urlsEvgeny Fadeev2012-06-141-1/+1
| | | | | |
| * | | | | Merge pull request #77 from cesbo/dev_andEvgeny Fadeev2012-06-141-1/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | RSS feed url is hardcoded
| | * | | | | feed_url fixAndrey Dyldin2012-05-251-1/+2
| | | | | | |
| * | | | | | Merge pull request #79 from lissyx/masterEvgeny Fadeev2012-06-144-857/+1114
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | update in French locale by Alexandre Lissy
| | * | | | | l10n: Updating .mo's for French localelissyx2012-06-142-0/+0
| | | | | | |
| | * | | | | l10n: Updating french localelissyx2012-06-141-14/+13
| | | | | | |
| | * | | | | l10n: Updating french localelissyx2012-06-141-843/+1101
| | | | | | |
| * | | | | | Merge pull request #78 from jimt/upstreamEvgeny Fadeev2012-06-121-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | fix rst table of developer commands
| | * | | | | fix rst table of developer commandsJim Tittsler2012-06-121-1/+1
| |/ / / / /
| * | | | | updated the changelogEvgeny Fadeev2012-06-071-0/+1
| | | | | |
| * | | | | swapped default setting values with the bootstrap mode and renamed bootstrap ↵Evgeny Fadeev2012-06-074-58/+58
| | | | | | | | | | | | | | | | | | | | | | | | mode to "large site mode"