summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util
AgeCommit message (Expand)AuthorFilesLines
2009-10-10Get unread posts count in htmlHeader() instead of Util::AuthYorhel2-3/+4
2009-10-10Make "My Messages (n)" stand out when n>0Yorhel1-1/+1
2009-10-07Changed language selector into a Javascript dropdownYorhel1-6/+2
2009-10-07L10N: Extracted some common Javascript stringsYorhel1-1/+1
2009-10-05JS: Moved, split and rewrote release <-> VN & producer linkingYorhel1-3/+1
2009-10-03JS: Rewrote and generalized row group expand codeYorhel1-1/+1
2009-10-03JS: Updated and generalized list expand/collapse functionsYorhel1-2/+2
2009-10-02JS: Moved <script> tags to bottom of the page and removed DOMLoad()Yorhel1-6/+3
2009-09-25Util::CommonHTML: Fixed vote description for VNs with avg=1Yorhel1-1/+1
2009-09-24L10N: Translated the 'ALL' char and fixed footer TL bugYorhel1-2/+2
2009-09-12Added reminders to write English to several form fieldsYorhel1-1/+4
2009-09-10L10N: Converted Util::CommonHTML::htmlVoteStatsYorhel1-6/+6
2009-09-08Added random VN link in menuYorhel1-0/+1
2009-09-06L10N: Converted Util::FormHTMLYorhel1-76/+14
2009-09-06L10N: Converted 'voiced', 'animated' and 'votes' in global.plYorhel1-1/+1
2009-09-06Util::htmlRevision: Removed obsolete name argumentYorhel1-2/+1
2009-08-18htmlForm(): Don't generate subform id from the titleYorhel1-5/+4
2009-08-17L10N: Converted Handler::ProducersYorhel1-3/+4
2009-08-17L10N: Converted two homepage items and use key for site titleYorhel1-1/+1
2009-08-17L10N: Converted htmlEditMessage, htmlItemMessage and htmlSearchBoxYorhel1-24/+22
2009-08-17L10N: Converted htmlBrowseNavigate() and htmlRevision()Yorhel1-17/+14
2009-08-17L10N: Moved some functions from Func.pm to L10N.pm and added Russian quant() ...Yorhel1-9/+9
2009-08-17L10N: Converted htmlDenied and htmlHiddenMessageYorhel1-12/+8
2009-08-17L10N: Converted Util::CommonHTML::htmlMainTabsYorhel1-13/+13
2009-08-17L10N: Converted user ranks and language namesYorhel2-3/+3
2009-08-17L10N: Converted homepage and history pagesYorhel1-4/+4
2009-08-17L10N: Converted everything in Util::LayoutHTML and use non-English keysYorhel1-37/+29
2009-08-17L10N: Russian TL for site title and main menuYorhel1-11/+11
2009-08-17Added language switcher to the main menuYorhel1-1/+10
2009-08-15More sensible placing of the submit button on /v+/tagmodYorhel1-17/+17
2009-08-12Allow a usermod to browse a users' list even when it's hiddenYorhel1-1/+1
2009-08-12Added global user votes ignore listYorhel1-0/+1
2009-08-08Improved handling of the timestamp columns in anime and session tablesYorhel1-1/+1
2009-08-08Merge branch '3dev' of git://3decibels.net/vndb into betaYorhel1-0/+1
2009-08-06Added OpenSearch plugin + autodetectionYorhel1-0/+1
2009-08-05Removed last traces of the shared memory processing queueYorhel1-32/+0
2009-08-04Implemented double-post prevention3dB1-0/+1
2009-07-31Fetch hex hashes from dbUserGet() and do comparison in hexYorhel1-9/+7
2009-07-31Added encode_utf8() on $salt and $pass in _authEncryptPass()Yorhel1-3/+5
2009-07-30Util::Auth: check cookie for sanity and delete incorrect cookiesYorhel1-5/+14
2009-07-30Merge branch 'auth' of git://3decibels.net/vndb into betaYorhel1-23/+63
2009-07-29Changed sessions.expiration column to timestamp3dB1-1/+1
2009-07-29Cleanup of Util/Auth.pm3dB1-13/+7
2009-07-28Rewrote cookie experation string generation to use POSIX::strftime3dB1-5/+3
2009-07-28Removed Crypt::Lite dependency3dB1-11/+8
2009-07-28Multiple bugfixes to authorization system & sql tweaks3dB1-11/+12
2009-07-28Replaced _authGenerateSalt with a better one-liner.3dB1-21/+7
2009-07-27Committing initial modification of authorization module.3dB1-21/+74
2009-07-23Created subroutine to genrate password salts3dB1-0/+11
2009-07-23Implemented relgraph notify from PgSQL triggerYorhel1-20/+2