Inga 🏳🌈
|
0a13b1aba2
|
LoadByIds while in transaction implemented in DBConnection and SQLConnector
|
15 years ago |
Inga 🏳🌈
|
127add249c
|
Fixed slight bug in PageOuter
|
15 years ago |
Inga 🏳🌈
|
dc774dcb7f
|
Slight fixes in BoardAsThread
|
15 years ago |
Inga 🏳🌈
|
33af0e6fc4
|
BoardAsThread page implemented
|
15 years ago |
Inga 🏳🌈
|
5985b05691
|
Thread and post pages implemented (handler+template); PageOuter implemented; some fixes and features
|
15 years ago |
Inga 🏳🌈
|
b4aefad99d
|
Cache headers for static content added
|
15 years ago |
Inga 🏳🌈
|
0037134c32
|
Threads list implemented; Thread, Post and User dataclasses implemented
|
15 years ago |
Inga 🏳🌈
|
478ed8ebce
|
Fixed race condition in config initialization
|
15 years ago |
Inga 🏳🌈
|
73505ad15d
|
Initial commit of main page and board page
|
15 years ago |
Inga 🏳🌈
|
bab06318a4
|
Subboards implemented; 'Common' context initial commit; UserSettings initial commit
|
15 years ago |
Inga 🏳🌈
|
c572207c2a
|
Fixed retrieval of current svn revision in builder
|
15 years ago |
Inga 🏳🌈
|
62fa8b8b48
|
Critical fix in TemplateEngine
|
15 years ago |
Inga 🏳🌈
|
fc18882943
|
Slight changes in templates
|
15 years ago |
Inga 🏳🌈
|
4373f921cd
|
Follow-up to previous commit
|
15 years ago |
Inga 🏳🌈
|
bf94b8cd22
|
Some fixes in Boards.xslt
|
15 years ago |
Inga 🏳🌈
|
b6aa5d8a3b
|
Core.Cache implemented; nearly full implementation of the main page (/boards/); some critical bugs fixed
|
15 years ago |
Inga 🏳🌈
|
9b3cb8d297
|
More abstraction in MySQLConnector; PostgresDBTraits implemented; FLocal now uses postgres instead of mysql
|
15 years ago |
Inga 🏳🌈
|
76b97c9973
|
More abstraction in MySQL
|
15 years ago |
Inga 🏳🌈
|
56262d7896
|
MySQLConnector refactored; now it works with any SQL database if there is an appropriate DbConnection implementation
|
15 years ago |
Inga 🏳🌈
|
0a064c5f05
|
Slight templates refactoring
|
15 years ago |
Inga 🏳🌈
|
f1ffc99904
|
Header moved out from boards template
|
15 years ago |
Inga 🏳🌈
|
edd100fb0d
|
Static data implemented
|
15 years ago |
Inga 🏳🌈
|
4f15c8bdd9
|
slight fix in msibuilder
|
15 years ago |
Inga 🏳🌈
|
7387dc89c3
|
slight fix in msibuilder
|
15 years ago |
Inga 🏳🌈
|
9fd45c094d
|
Bug in template name fixed; build-all script initial commit; designs support initial commit
|
15 years ago |
Inga 🏳🌈
|
473c0ebfbf
|
Builder finally implemented (run 'Build.exe IISMainHandler' to get .msi package in IISMainHandler folder
|
15 years ago |
Inga 🏳🌈
|
11e2cda727
|
MySQL test added for MySQL bug #54329 (see http://bugs.mysql.com/bug.php?id=54329 )
|
15 years ago |
Inga 🏳🌈
|
57c36e7bcc
|
Follow-up to previous commit
|
15 years ago |
Inga 🏳🌈
|
dca08280b1
|
Builder implemented
|
15 years ago |
Inga 🏳🌈
|
2584b10d30
|
Implemented boardslist page; implemented templateengine
|
15 years ago |
Inga 🏳🌈
|
f17bd5136c
|
Initial templates commit
|
15 years ago |
Inga 🏳🌈
|
8677ae95ee
|
Small fixes
|
15 years ago |
Inga 🏳🌈
|
f99f5ba702
|
mysql-connector-net binaries removed from svn
|
15 years ago |
Inga 🏳🌈
|
75c9e03e16
|
Fixes in mysql-connector-net to enable reading of numbers
|
15 years ago |
Inga 🏳🌈
|
8d7c83de66
|
mysql-connector-net-6.2.3 added to repository
|
15 years ago |
Inga 🏳🌈
|
f330e5a73a
|
(***UNTESTED***) Implemented SqlDataObject; implemented Category and Board dataobjects; fixed some bugs in registry and abstractdataobject
|
15 years ago |
Inga 🏳🌈
|
fc74f4d06d
|
Workaround for bug in mysql (for some reason, call to BeginTransaction with IsolationLevel set fails somewhere deep in mysql library)
|
15 years ago |
Inga 🏳🌈
|
1de643dffa
|
Fixed another bug in MySQLConnector
|
15 years ago |
Inga 🏳🌈
|
439c119420
|
Fixed bugs in MySQLConnector
|
15 years ago |
Inga 🏳🌈
|
1c35027e31
|
Concurrency logic refactored in Registry; implemented Registry.Delete; IDataObject turned into a class; some access modifiers replaced with a stronger ones
|
15 years ago |
Inga 🏳🌈
|
b401ed57f6
|
Locks added in MySQLConnector
|
15 years ago |
Inga 🏳🌈
|
024f4c5c4e
|
More debug added to DebugHandler; config now initializes only once
|
15 years ago |
Inga 🏳🌈
|
444f8ff97a
|
MySQLConnector implemented; not tested
|
15 years ago |
Inga 🏳🌈
|
7542f5737d
|
Transactions in IDBConnection
|
15 years ago |
Inga 🏳🌈
|
d5f24d33ba
|
Web.config is used for application configuration
|
15 years ago |
Inga 🏳🌈
|
7901f25ed7
|
DB interfaces initial commit
|
15 years ago |
Inga 🏳🌈
|
63f50209d9
|
Follow-up to previous commit
|
15 years ago |
Inga 🏳🌈
|
87849291b8
|
Common.Config initial commit
|
15 years ago |
Inga 🏳🌈
|
8c003eed2c
|
Some classes in core made public
|
15 years ago |
Inga 🏳🌈
|
f5e7f1396d
|
Core config initial commit
|
15 years ago |