summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-03gitignore: Added data/multi.pidYorhel1-0/+1
2009-11-02Multi::Core: Fixed bug in daemonizing codeYorhel1-3/+3
Apparently closing STDOUT/STDIN/STDERR will exit the process... so open /dev/null instead. (As done in the perlipc manual - of course doesn't work on windows, but nobody cares about that)
2009-11-02SQL: Fixed another bug with the tags_vn_bayesian.spoiler calculationYorhel3-1/+36
2009-11-02Makefile: Added rules for controlling MultiYorhel1-1/+31
This will come in handy when writing update rules.
2009-11-02Multi::Core: Implemented daemonizing and PID fileYorhel1-3/+33
The location of the PID file isn't configurable, so this change currently limits running only one Multi for each VNDB installation. (Not that you'd need more...)
2009-11-02Replaced util/init.pl with a MakefileYorhel2-70/+72
I'm planning to add some more stuff to this makefile later, like starting/stopping Multi and performing updates.
2009-11-02L10N-CS: Updated docsNya-chan Production5-16/+66
2009-11-02L10N-RU: Formatting + TL update of d2Dmitri Poguliayev1-68/+65
2009-11-01skins: Renamed aselia_01 to its full nameYorhel4-4/+4
2009-11-01skins: Renamed some skinsYorhel12-39/+40
2009-11-01L10N-RU: Improvements in lang.txt and complete docs translationDmitri Poguliayev13-78/+1008
2009-10-31docs: Some updates in d4 & d5Yorhel2-25/+27
2009-10-29Handler::Users: Fixed password recovery email sending bugYorhel1-1/+1
dbUserGet() doesn't return the email address by default anymore.
2009-10-27d7: Fixed link to Primitive Link skinYorhel2-2/+2
2009-10-25JS: Fixed resolving bug with _pedit_rel_findformatYorhel1-1/+1
2009-10-25L10N-HU: Translated new two producer relations in lang.txtBikfalvi Máté1-2/+2
2009-10-25Handler::Producers: Fixed perl warning on adding new producerYorhel1-7/+5
2009-10-25dbRevisionGet: Fixed 500 when using the 'Include edits of releases' optionYorhel1-1/+1
2009-10-24CSS: Widened login button a bit moreYorhel1-2/+2
Hungarian TL still didn't fit.
2009-10-24Multi::IRC: Fixed SQL syntax errorYorhel1-1/+1
Introduced in 69d8738688ebb72707fe377b7ce7c717407aea96
2009-10-24Merge branch 'beta'2.8Yorhel59-2225/+7201
+ ChangeLog update
2009-10-24L10N-RU: Synchronised lang.txtDmitri Poguliayev1-4/+4
2009-10-24d4: Documented the producer relationsYorhel1-0/+35
2009-10-24d3: Wrote explanation about producer rolesYorhel1-2/+16
2009-10-24Removed update_rev() function and monthly revcache cronYorhel3-35/+6
The changes.rev column should be correct in the first place, and in the (most likely) impossible condition that it isn't, the update_rev() function is more likely to make things worse.
2009-10-24Multi::RG: Minor log format changeYorhel1-1/+1
Better aligned, easier to read.
2009-10-24Added Spawned <> Originated from producer relationYorhel4-10/+24
2009-10-24lang.pl: Added 'stage' functionalityYorhel1-0/+15
2009-10-24L10N-CS: Translated all doc pagesNya-chan Production10-0/+762
2009-10-24L10N-HU: Synchronised Hungarian TL of lang.txtBikfalvi Máté1-285/+293
2009-10-24Discussions: Don't allow bots to index user discussion indexesYorhel1-1/+1
2009-10-22TransAdmin: Added simple doc page translation interfaceYorhel1-24/+117
2009-10-22L10N-CS: Synchronised Czech TL of lang.txtNya-chan Production1-145/+153
2009-10-22d+: Wrote more extensive credits page and moved link icons to the FAQYorhel3-19/+66
2009-10-22L10N-EN: Fixed typo with SubsidiaryYorhel1-1/+1
2009-10-22L10N-RU: Synchronised Russian TL with new lang.txtDmitri Poguliayev1-140/+148
2009-10-22LangFile: Use flock()ingYorhel1-0/+6
Doesn't guarantee that all issues related to multiple processes accessing the same file at the same time, but prevents some of them.
2009-10-22TransAdmin: Added intro pageYorhel1-0/+15
2009-10-22TransAdmin: Fixed comment about how to use itYorhel1-4/+6
So that it will only be loaded in the scripts where it is used. This is still a rather ugly solution, though.
2009-10-22Wrote a quick and dirty translation editor pluginYorhel1-0/+239
See Plugin::TransAdmin for details. I wrote it as a plugin so that it can make use of the framework and functions of the main VNDB website code, but that it doesn't have to confirm to the rest of the code or have to be loaded into memory when unused.
2009-10-21JS: Copy over selection when adding new VN or producer relationYorhel1-2/+2
Small but annoying bug...
2009-10-21SQL: Send relgraph notify when needed for producer entriesYorhel2-0/+55
2009-10-21CSS: Center the login buttonYorhel1-1/+1
2009-10-21Added relation graphs for producersYorhel9-126/+239
TODO: - document the relations - emit a relgraph notify when needed
2009-10-21SQL: Renamed vn_graphs to relgraphs and synced dbgraph.plYorhel6-19/+15
As the same table can easily be used to store producer relation graphs as well.
2009-10-21Handler::Tags: Increased tag dropdown search results to 15Yorhel2-1/+2
2009-10-21SQL: Synced update_2.8.sql into dump.sqlYorhel2-11/+18
This doesn't mean the relations are final, though...
2009-10-21Wrote producer relation editor interfaceYorhel5-3/+203
Again, mostly copied from the VN relation editor...
2009-10-21Display producer relations on producer pagesYorhel1-0/+17
2009-10-21Display producer relations in revision browserYorhel2-3/+60
And again copied something from the VN relation code... meh.