]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/shortlog
phdru.name/cgi-bin/blog-ru/search-tags.git
2017-04-21 Oleg BroytmanRemove generated html/redirect.py ply
2016-06-26 Oleg BroytmanUpdate TODO: group/sort posts by date or tags
2015-11-27 Oleg BroytmanAdd README
2015-06-11 Oleg BroytmanRemove update
2015-06-05 Oleg BroytmanRefactor update script
2015-06-05 Oleg BroytmanClear TODO
2014-07-25 Oleg BroytmanUpdate version
2014-06-22 Oleg Broytmanchmod -R a+rX cgi-bin
2014-06-22 Oleg BroytmanCopy files generated by yacc to cgi-bin
2014-06-22 Oleg BroytmanVersion 0.3 v0.3
2014-06-22 Oleg BroytmanAllow 'NOT ' and 'not '
2014-06-22 Oleg BroytmanFix handling of uppercase AND/OR
2014-06-22 Oleg BroytmanReorder handling: AND - OR - NOT
2014-06-22 Oleg BroytmanAllow ' OR ' and ' or '
2014-06-21 Oleg BroytmanAllow ' AND ' and ' and '
2014-06-21 Oleg BroytmanChange handling of spaces
2014-06-21 Oleg BroytmanExtend the comment
2014-06-21 Oleg BroytmanIgnore parser.out and parsetab.py in parser/ subdir
2014-06-21 Oleg BroytmanAllow '||'
2014-06-21 Oleg BroytmanAllow '&&'
2014-06-20 Oleg BroytmanTODO: lowercase operators
2014-06-06 Oleg BroytmanVersion 0.2: allow spaces v0.2
2014-06-06 Oleg BroytmanTODO: NOT
2014-06-06 Oleg BroytmanForce spaces in AND/OR
2014-06-06 Oleg BroytmanRemove excessive .gitignore
2014-06-06 Oleg BroytmanIgnore spaces
2014-06-06 Oleg BroytmanProcess expression in parentheses
2014-05-25 Oleg BroytmanVersion 0.1 v0.1
2014-05-20 Oleg BroytmanFix a bug: do not override title
2014-05-20 Oleg BroytmanChange list implementation from <br> to <ul>
2014-05-20 Oleg BroytmanReturn y/m/d
2014-05-20 Oleg BroytmanThis directory is specifically for searching tags
2014-05-20 Oleg BroytmanCopy generated files and compile bytecode files in cgi
2014-05-20 Oleg BroytmanGet cgi from origin before cd'ing to current
2014-05-20 Oleg BroytmanFix paths
2014-05-20 Oleg BroytmanFix a bug: pull from origin because cgi isn't bare
2014-05-20 Oleg BroytmanPush to cgi-bin
2014-05-20 Oleg BroytmanSort in reverse chronological order
2014-05-20 Oleg BroytmanFix paths
2014-05-20 Oleg BroytmanAdd docstrings
2014-05-20 Oleg BroytmanRename calc_tree to find_tags
2014-05-20 Oleg BroytmanSave files generated by yacc
2014-05-20 Oleg BroytmanFix comment
2014-05-20 Oleg BroytmanProcess tree (parsed expression)
2014-05-20 Oleg BroytmanСообщать, что тег не найден, по-русски
2014-05-20 Oleg BroytmanProcess single tag
2014-05-20 Oleg BroytmanCopy <title/> to <h1/>
2014-05-20 Oleg BroytmanRemove and ignore *.py files generated from templates
2014-05-20 Oleg BroytmanParse the query and report lexer errors
2014-05-20 Oleg BroytmanAllow 1-character names
2014-05-20 Oleg BroytmanMove parser-related code and tests to parser/
2014-05-20 Oleg BroytmanReport error if required parameter 'q' is missing
2014-05-20 Oleg BroytmanMove http/html-related code to html subdirectory
2014-05-20 Oleg BroytmanAllow the script to be run only in the origin directory
2014-05-19 Oleg BroytmanAdd TODO
2014-05-19 Oleg BroytmanAdd ChangeLog: version 0.1
2014-05-19 Oleg BroytmanAdd search-tags.py
2014-05-19 Oleg BroytmanAdd search_tags.tmpl (CheetahTemplate)
2014-05-19 Oleg BroytmanAdd parser
2014-05-19 Oleg BroytmanAdd lexer
2014-05-19 Oleg BroytmanIgnore python bytecode files
2014-05-19 Oleg BroytmanAdd update script
2014-05-19 Oleg BroytmanAdd README.html (for gitweb)