summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | bugfixesEvgeny Fadeev2012-06-193-8/+12
| | | | |
| * | | | two more bug fixesEvgeny Fadeev2012-06-192-7/+8
| | | | |
| * | | | bug fixEvgeny Fadeev2012-06-192-2/+8
| | | | |
| * | | | group-private posts work on screen, still need update on the email alert and ↵Evgeny Fadeev2012-06-1923-68/+751
| | | | | | | | | | | | | | | | | | | | notification recipient side, no cache support
| * | | | allowed categories with the same name on multiple branchesEvgeny Fadeev2012-06-145-128/+214
| | | | |
| * | | | stopped event propagationEvgeny Fadeev2012-06-121-1/+1
| | | | |
| * | | | fixed some category selector issuesEvgeny Fadeev2012-06-121-14/+36
| | | | |
| * | | | added simple tag moderation via email and edited the changelogEvgeny Fadeev2012-06-128-14/+100
| | | | |
| * | | | fixed a bug disabling tag editor for anonymous and simple usersEvgeny Fadeev2012-06-111-1/+3
| | | | |
| * | | | three-column tag category editor worksEvgeny Fadeev2012-06-116-14/+200
| | | | |
| * | | | category editor works minus that ability to rename and delete categories is ↵Evgeny Fadeev2012-06-1116-199/+951
| | | | | | | | | | | | | | | | | | | | unfinished
| * | | | broken commit. started working on editable category treeEvgeny Fadeev2012-06-072-4/+27
| | | | |
| * | | | hopefully fixed remaining post-merge bugsEvgeny Fadeev2012-06-071-12/+32
| | | | |
| * | | | made moderation dialog work again after the mergeEvgeny Fadeev2012-06-0761-395/+1246
| |\ \ \ \
| * | | | | added class SelectBoxItem to allow editable items in the next iterationEvgeny Fadeev2012-06-072-50/+175
| | | | | |
| * | | | | fancy tag editor now has input validationEvgeny Fadeev2012-06-0410-26/+184
| | | | | |
| * | | | | added inline category-based retagger to the question pageEvgeny Fadeev2012-06-0114-74/+291
| | | | | |
| * | | | | better handling of the header notificationsEvgeny Fadeev2012-05-241-2/+2
| | | | | |
| * | | | | added tag categories to the question edit pageEvgeny Fadeev2012-05-235-62/+106
| | | | | |
| * | | | | fixed the blank tag bug in the tag selectorEvgeny Fadeev2012-05-231-1/+5
| | | | | |
| * | | | | fixed the display of search tags when the tag search box is usedEvgeny Fadeev2012-05-233-15/+18
| | | | | |
| * | | | | split migration 124 into two parts 124 and 125 and moved postgres update ↵Evgeny Fadeev2012-05-233-7/+321
| | | | | | | | | | | | | | | | | | | | | | | | migration to 126
| * | | | | downgraded search rankings for comments and answers relative to the question ↵Evgeny Fadeev2012-05-232-0/+254
| | | | | | | | | | | | | | | | | | | | | | | | title, tags and the body
| * | | | | merged master and user-groups branchesEvgeny Fadeev2012-05-2337-262/+1238
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into tag-editorEvgeny Fadeev2012-05-2356-3514/+5492
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'user-groups' into tag-editorEvgeny Fadeev2012-05-1637-336/+890
| |\ \ \ \ \ \ \
| * | | | | | | | added clear float to pre and code elements on the question pageEvgeny Fadeev2012-05-161-0/+6
| | | | | | | | |
| * | | | | | | | added the double >> to all tree-type items in the category selectorEvgeny Fadeev2012-05-161-1/+3
| | | | | | | | |
| * | | | | | | | fixed height of the tag input box at 64pxEvgeny Fadeev2012-05-142-5/+32
| | | | | | | | |
| * | | | | | | | completed styling change for the category/tag selector and fixed some ↵Evgeny Fadeev2012-05-146-22/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usability issues in the tag editor
| * | | | | | | | added a tokenized tag adderEvgeny Fadeev2012-05-133-22/+116
| | | | | | | | |
| * | | | | | | | removed a pdb statementEvgeny Fadeev2012-05-111-2/+0
| | | | | | | | |
| * | | | | | | | parser for a simple category tree seems to workEvgeny Fadeev2012-05-112-8/+58
| | | | | | | | |
| * | | | | | | | basic category tree-like tag selector works, but the tree is not yet editableEvgeny Fadeev2012-05-1113-44/+417
| | | | | | | | |
| * | | | | | | | Merge branch 'user-groups' into master-testEvgeny Fadeev2012-05-109-16/+18
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fixed timezone issue on editing commentEvgeny Fadeev2012-05-101-1/+3
| | | | | | | | | |
* | | | | | | | | | 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
|/ / / / / / / / / / /