-
quix0r
2008-05-31 22:38
#36
Rev.: 3362
-
1435 lines of code changed in 38 files:
-
trunk/inc:
config.php (+19 -1),
file_io.php (+1 -1)
-
trunk/inc/classes/exceptions/criteria:
.htaccess (new 1),
class_FrameworkException.php (new 46)
-
trunk/inc/classes/exceptions/database/wrapper:
.htaccess (new 1),
class_WrapperUserNameNotFoundException.php (new 47)
-
trunk/inc/classes/exceptions/main:
class_ClassNotFoundException.php (+7 -3)
-
trunk/inc/classes/interfaces/cache:
.htaccess (new 1),
class_Cacheable.php (new 35)
-
trunk/inc/classes/interfaces/criteria:
.htaccess (new 1),
class_Criteria.php (new 36)
-
trunk/inc/classes/interfaces/criteria/extended:
.htaccess (new 1),
class_LocalCriteria.php (new 28)
-
trunk/inc/classes/interfaces/database/frontend:
class_DatabaseFrontendInterface.php (+18)
-
trunk/inc/classes/main:
class_ (+2 -2),
class_BaseFrameworkSystem.php (+2 -1)
-
trunk/inc/classes/main/cache:
.htaccess (new 1),
class_MemoryCache.php (new 120)
-
trunk/inc/classes/main/controller:
class_BaseController.php (+2 -2)
-
trunk/inc/classes/main/criteria:
.htaccess (new 1),
class_SearchCriteria.php (new 136)
-
trunk/inc/classes/main/database:
class_ (new 48),
class_BaseDatabaseWrapper.php (new 41)
-
trunk/inc/classes/main/database/databases:
.htaccess (new 1),
class_LocalFileDatabase.php (new 521)
-
trunk/inc/classes/main/database/wrapper:
.htaccess (new 1),
class_UserDatabaseWrapper.php (new 119)
-
trunk/inc/classes/main/factories:
class_BaseFactory.php (-3)
-
trunk/inc/classes/main/factories/cache:
.htaccess (new 1),
class_CacheFactory.php (new 80)
-
trunk/inc/classes/main/factories/objects:
class_ObjectFactory.php (+21 -2)
-
trunk/inc/classes/main/factories/web:
class_WebNewsFactory.php (+3)
-
trunk/inc/classes/main/filter/validator:
class_UserNameValidatorFilter.php (-3)
-
trunk/inc/classes/main/user:
class_User.php (+33 -1)
-
trunk/inc/classes/middleware:
class_BaseMiddleware.php (+1)
-
trunk/inc/classes/middleware/compressor:
class_CompressorChannel.php (+2 -2)
-
trunk/inc/classes/middleware/database:
class_DatabaseConnection.php (+55 -83)
-
trunk/inc/classes/middleware/io:
class_FileIoHandler.php (+2 -6)
-
quix0r
2008-05-31 12:39
#35
Rev.: 3361
-
271 lines of code changed in 126 files:
-
trunk/application/mxchange:
class_ApplicationHelper.php (+3 -3),
config.php (+3 -3),
debug.php (+3 -3),
exceptions.php (+3 -3),
init.php (+3 -3),
loader.php (+3 -3),
starter.php (+3 -3)
-
trunk/inc:
config.php (+1 -1),
database.php (+1 -1),
file_io.php (+1 -1),
includes.php (+1 -1),
language.php (+1 -1),
output.php (+1 -1),
selector.php (+1 -1)
-
trunk/inc/classes/exceptions:
class_FrameworkException.php (+3 -3)
-
trunk/inc/classes/exceptions/compressor:
class_MismatchingCompressorsException.php (+3 -3)
-
trunk/inc/classes/exceptions/container:
class_ContainerItemIsNoArrayException.php (+3 -3),
class_ContainerItemIsNullException.php (+3 -3),
class_ContainerMaybeDamagedException.php (+3 -3)
-
trunk/inc/classes/exceptions/controller:
class_DefaultControllerException.php (+1 -1)
-
trunk/inc/classes/exceptions/database/local_file:
class_SavePathIsEmptyException.php (+3 -3),
class_SavePathIsNoDirectoryException.php (+3 -3),
class_SavePathReadProtectedException.php (+3 -3),
class_SavePathWriteProtectedException.php (+3 -3)
-
trunk/inc/classes/exceptions/helper:
class_FormClosedException.php (+1 -1),
class_FormGroupClosedException.php (+1 -1),
class_FormOpenedException.php (+1 -1),
class_InvalidFormNameException.php (+1 -1)
-
trunk/inc/classes/exceptions/io:
class_DirPointerNotOpenedException.php (+6 -6),
class_FilePointerNotOpenedException.php (+1 -1),
class_InvalidDataLengthException.php (+3 -3),
class_InvalidDirectoryResourceException.php (+3 -3),
class_InvalidMD5ChecksumException.php (+3 -3),
class_PathIsEmptyException.php (+3 -3),
class_PathIsNoDirectoryException.php (+3 -3),
class_PathReadProtectedException.php (+3 -3)
-
trunk/inc/classes/exceptions/language:
class_InvalidLanguagePathStringException.php (+3 -3),
class_LanguagePathIsEmptyException.php (+3 -3),
class_LanguagePathIsNoDirectoryException.php (+3 -3),
class_LanguagePathReadProtectedException.php (+3 -3),
class_MissingFileIoHandlerException.php (+3 -3),
class_MissingLanguageHandlerException.php (+3 -3)
-
trunk/inc/classes/exceptions/main:
class_ClassMismatchException.php (+3 -3),
class_ClassNotFoundException.php (+3 -3),
class_ConfigEntryIsEmptyException.php (+3 -3),
class_ConfigEntryNotFoundException.php (+3 -3),
class_DimNotFoundInArrayException.php (+3 -3),
class_EmptyVariableException.php (+1 -1),
class_ExceptionNotChangedException.php (+3 -3),
class_ExceptionNotFoundException.php (+3 -3),
class_GetterNotFoundException.php (+3 -3),
class_InvalidArrayCountException.php (+3 -3),
class_InvalidCommandException.php (+1 -1),
class_InvalidCommandInstanceException.php (+1 -1),
class_InvalidControllerException.php (+1 -1),
class_InvalidObjectException.php (+3 -3),
class_MissingArrayElementsException.php (+3 -3),
class_MissingDecimalsThousandsSeperatorException.php (+3 -3),
class_MissingMethodException.php (+3 -3),
class_NoArrayCreatedException.php (+3 -3),
class_NoArrayException.php (+3 -3),
class_NoObjectException.php (+3 -3),
class_NullPointerException.php (+3 -3),
class_ResponseHeadersAlreadySentException.php (+1 -1),
class_VariableIsNotSetException.php (+3 -3)
-
trunk/inc/classes/exceptions/template:
class_BasePathIsEmptyException.php (+3 -3),
class_BasePathIsNoDirectoryException.php (+3 -3),
class_BasePathReadProtectedException.php (+3 -3),
class_InvalidBasePathStringException.php (+3 -3),
class_InvalidTemplateVariableNameException.php (+1 -1),
class_UnexpectedTemplateTypeException.php (+1 -1),
class_UnsupportedTemplateEngineException.php (+3 -3),
class_ViewHelperNotFoundException.php (+3 -3)
-
trunk/inc/classes/exceptions/user:
class_UsernameMissingException.php (+1 -1)
-
trunk/inc/classes/interfaces:
class_FrameworkInterface.php (+3 -3)
-
trunk/inc/classes/interfaces/application:
class_ManageableApplication.php (+1 -1)
-
trunk/inc/classes/interfaces/commands:
class_Commandable.php (+1 -1)
-
trunk/inc/classes/interfaces/compressor:
class_Compressor.php (+3 -3)
-
trunk/inc/classes/interfaces/controller:
class_Controller.php (+1 -1)
-
trunk/inc/classes/interfaces/database:
class_FrameworkDatabaseInterface.php (+3 -3)
-
trunk/inc/classes/interfaces/database/frontend:
class_DatabaseFrontendInterface.php (+3 -3)
-
trunk/inc/classes/interfaces/database/middleware:
class_DatabaseConnector.php (+3 -3)
-
trunk/inc/classes/interfaces/debug:
class_Debugger.php (+3 -3)
-
trunk/inc/classes/interfaces/extended:
class_LimitableObject.php (+3 -3)
-
trunk/inc/classes/interfaces/filter:
class_Filterable.php (+1 -1)
-
trunk/inc/classes/interfaces/io:
class_Streamable.php (+3 -3)
-
trunk/inc/classes/interfaces/io/file:
class_FileInputStreamer.php (+3 -3),
class_FileOutputStreamer.php (+3 -3)
-
trunk/inc/classes/interfaces/io/output:
class_OutputStreamer.php (+3 -3)
-
trunk/inc/classes/interfaces/language:
class_ManageableLanguage.php (+3 -3)
-
trunk/inc/classes/interfaces/request:
class_Requestable.php (+1 -1)
-
trunk/inc/classes/interfaces/resolver:
class_CommandResolver.php (+1 -1),
class_ControllerResolver.php (+1 -1)
-
trunk/inc/classes/interfaces/response:
class_Responseable.php (+1 -1)
-
trunk/inc/classes/interfaces/template:
class_CompileableTemplate.php (+3 -3)
-
trunk/inc/classes/interfaces/template/view:
class_ViewHelper.php (+3 -3)
-
trunk/inc/classes/interfaces/user:
class_ManageableUser.php (+1 -1)
-
trunk/inc/classes/main:
class_FrameworkArrayObject.php (+3 -3)
-
trunk/inc/classes/main/commands/web:
class_WebDoFormCommand.php (+1 -1),
class_WebHomeCommand.php (+1 -1),
class_WebRegisterCommand.php (+1 -1)
-
trunk/inc/classes/main/console:
class_ConsoleTools.php (+1 -1)
-
trunk/inc/classes/main/database:
class_BaseDatabaseFrontend.php (+1 -1)
-
trunk/inc/classes/main/database/classes:
class_LocalFileDatabase.php (+1 -1)
-
trunk/inc/classes/main/debug:
class_DebugConsoleOutput.php (+1 -1),
class_DebugErrorLogOutput.php (+1 -1),
class_DebugWebOutput.php (+1 -1)
-
trunk/inc/classes/main/extended:
class_ObjectLimits.php (+1 -1),
class_SerializationContainer.php (+1 -1)
-
trunk/inc/classes/main/io:
class_FileIoStream.php (+1 -1),
class_FrameworkDirectoryPointer.php (+1 -1),
class_FrameworkFileInputPointer.php (+1 -1),
class_FrameworkFileOutputPointer.php (+1 -1)
-
trunk/inc/classes/main/language:
class_LanguageSystem.php (+1 -1)
-
trunk/inc/classes/main/output:
class_ConsoleOutput.php (+1 -1),
class_WebOutput.php (+1 -1)
-
trunk/inc/classes/main/template:
class_TemplateEngine.php (+1 -1)
-
trunk/inc/classes/middleware:
class_BaseMiddleware.php (+3 -3)
-
trunk/inc/classes/middleware/compressor:
class_CompressorChannel.php (+1 -1)
-
trunk/inc/classes/middleware/database:
class_DatabaseConnection.php (+3 -3)
-
trunk/inc/classes/middleware/debug:
class_DebugMiddleware.php (+3 -3)
-
trunk/inc/classes/middleware/io:
class_FileIoHandler.php (+1 -1)
-
trunk/inc/config:
class_FrameworkConfiguration.php (+1 -1),
config-hubmaster.php (+1 -1)
-
trunk/inc/database:
lib-local.php (+1 -1)
-
trunk/inc/loader:
class_ClassLoader.php (+1 -1)
-
quix0r
2008-05-31 12:13
#34
Rev.: 3358
-
3329 lines of code changed in 88 files:
-
trunk/application/mxchange:
class_ApplicationHelper.php (+30 -2)
-
trunk/inc:
config.php (+45 -42),
database.php (+5 -1),
file_io.php (+4 -4),
includes.php (+5 -5),
language.php (+1 -1),
output.php (+1 -1),
selector.php (+14 -14)
-
trunk/inc/classes/exceptions/helper:
.htaccess (new 1),
class_FormClosedException.php (new 47),
class_FormGroupClosedException.php (new 46),
class_FormOpenedException.php (new 47),
class_InvalidFormNameException.php (new 45)
-
trunk/inc/classes/exceptions/io:
class_FilePointerNotOpenedException.php (+6 -6)
-
trunk/inc/classes/exceptions/template:
class_InvalidTemplateVariableNameException.php (+12 -11)
-
trunk/inc/classes/exceptions/user:
.htaccess (new 1),
class_UsernameMissingException.php (new 46)
-
trunk/inc/classes/interfaces/application:
class_ManageableApplication.php (+19 -3)
-
trunk/inc/classes/interfaces/commands:
class_Commandable.php (+1 -1)
-
trunk/inc/classes/interfaces/filter:
.htaccess (new 1),
class_Filterable.php (new 36)
-
trunk/inc/classes/interfaces/request:
class_Requestable.php (+11 -3)
-
trunk/inc/classes/interfaces/resolver:
class_ControllerResolver.php (+1 -1)
-
trunk/inc/classes/interfaces/response:
class_Responseable.php (+9)
-
trunk/inc/classes/interfaces/user:
.htaccess (new 1),
class_ManageableUser.php (new 28)
-
trunk/inc/classes/main:
class_BaseFrameworkSystem.php (+127 -18),
class_FrameworkArrayObject.php (-10)
-
trunk/inc/classes/main/commands:
class_ (new 73)
-
trunk/inc/classes/main/commands/web:
class_WebDoFormCommand.php (new 77),
class_WebHomeCommand.php (+5 -5),
class_WebRegisterCommand.php (new 121)
-
trunk/inc/classes/main/compressor:
class_Bzip2Compressor.php (+1 -1),
class_GzipCompressor.php (+1 -1),
class_NullCompressor.php (+1 -1)
-
trunk/inc/classes/main/console:
class_ConsoleTools.php (+7 -7)
-
trunk/inc/classes/main/controller:
class_BaseController.php (+88 -1)
-
trunk/inc/classes/main/controller/default:
class_WebDefaultController.php (+6 -21),
class_WebDefaultNewsController.php (+12 -28)
-
trunk/inc/classes/main/controller/form:
.htaccess (new 1),
class_WebDoFormController.php (new 94)
-
trunk/inc/classes/main/database/classes:
class_LocalFileDatabase.php (+7 -7)
-
trunk/inc/classes/main/debug:
class_DebugConsoleOutput.php (+7 -7),
class_DebugErrorLogOutput.php (+7 -7),
class_DebugWebOutput.php (+7 -7)
-
trunk/inc/classes/main/extended:
class_ObjectLimits.php (+7 -7),
class_SerializationContainer.php (+1 -1)
-
trunk/inc/classes/main/factories/objects:
class_ObjectFactory.php (+1 -1)
-
trunk/inc/classes/main/factories/web:
class_WebNewsFactory.php (new 117)
-
trunk/inc/classes/main/filter:
.htaccess (new 1),
class_ (new 72),
class_AbstractFilterDecorator.php (new 87),
class_FilterChain.php (new 93)
-
trunk/inc/classes/main/filter/validator:
.htaccess (new 1),
class_UserNameValidatorFilter.php (new 131)
-
trunk/inc/classes/main/helper:
.htaccess (new 1),
class_ (new 53),
class_BaseHelper.php (new 90)
-
trunk/inc/classes/main/helper/web:
.htaccess (new 1),
class_WebFormHelper.php (new 589)
-
trunk/inc/classes/main/io:
class_FileIOStream.php (+2 -2),
class_FileIoStream.php (new 232),
class_FrameworkDirectoryPointer.php (+7 -7),
class_FrameworkFileInputPointer.php (+7 -7),
class_FrameworkFileOutputPointer.php (+7 -7)
-
trunk/inc/classes/main/language:
class_LanguageSystem.php (+45 -26)
-
trunk/inc/classes/main/output:
class_ConsoleOutput.php (+8 -8),
class_WebOutput.php (+7 -7)
-
trunk/inc/classes/main/request:
class_HttpRequest.php (+36 -1)
-
trunk/inc/classes/main/resolver:
class_BaseResolver.php (+34 -2)
-
trunk/inc/classes/main/resolver/web:
class_WebCommandResolver.php (+43 -20),
class_WebControllerResolver.php (+23 -13)
-
trunk/inc/classes/main/response:
class_HttpResponse.php (+72 -6)
-
trunk/inc/classes/main/template:
class_TemplateEngine.php (+104 -54)
-
trunk/inc/classes/main/user:
.htaccess (new 1),
class_User.php (new 103)
-
trunk/inc/classes/middleware:
class_BaseMiddleware.php (+2 -12)
-
trunk/inc/classes/middleware/compressor:
class_CompressorChannel.php (+6 -6)
-
trunk/inc/classes/middleware/database:
class_DatabaseConnection.php (+2 -2)
-
trunk/inc/classes/middleware/debug:
class_DebugMiddleware.php (+2 -2)
-
trunk/inc/classes/middleware/io:
class_FileIOHandler.php (+2 -2),
class_FileIoHandler.php (new 181)
-
trunk/inc/config:
class_FrameworkConfiguration.php (+5 -5),
config-hubmaster.php (+20 -20)
-
trunk/inc/database:
lib-local.php (+9 -9)
-
trunk/inc/loader:
class_ClassLoader.php (+8 -8)
-
trunk/templates/de/code:
emergency_exit.ctp (+9),
header.ctp (+2 -2)
-
quix0r
2008-05-24 10:26
#33
Rev.: 3357
-
0 lines of code changed in 4 files:
-
trunk/docs:
Conception - Ship-Simu 0.0.1.odt (del),
Ship-Simu ArgoUML Diagram.zargo (del),
Ship-Simu Ship-Simulator.mm (del),
mindmap_20080517.html (del)
-
quix0r
2008-05-21 21:00
#32
Rev.: 3356
-
10 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc:
mysql-connect.php (+10 -3)
-
quix0r
2008-05-19 15:00
#31
Rev.: 3355
-
0 lines of code changed in 6 files:
-
branches/0.2.1-FINAL/install:
menu-de.sql (new),
menu-en.sql (new),
tables.sql (new)
-
quix0r
2008-05-19 00:11
#30
Rev.: 3354
-
754 lines of code changed in 31 files:
-
branches/0.2.1-FINAL/inc/extensions:
ext-sponsor.php (+11 -8)
-
branches/0.2.1-FINAL/inc/libs:
output_functions.php (+23 -42),
sponsor_functions.php (+8 -9)
-
branches/0.2.1-FINAL/inc/modules:
sponsor.php (+8 -8)
-
branches/0.2.1-FINAL/inc/modules/admin:
action-setup.php (new),
action-sponsor.php (+4 -7),
what-add_sponsor.php (+8 -10),
what-config_sponsor.php (+10 -12),
what-del_sponsor.php (+21 -30),
what-edit_sponsor.php (+42 -59),
what-list_doubler.php (+3 -7),
what-list_sponsor.php (+24 -44),
what-list_sponsor_pay.php (+40 -74),
what-list_sponsor_pays.php (+9 -16),
what-lock_sponsor.php (+23 -45),
what-maintenance.php (+1),
what-theme_check.php (+5 -10),
what-theme_import.php (+15 -23),
what-unlock_sponsor.php (+28 -52),
what-usage.php (+19 -24)
-
branches/0.2.1-FINAL/inc/modules/guest:
action-sponsor.php (+4 -7),
action-sponsors.php (del),
what-sponsor_login.php (+6 -6),
what-sponsor_reg.php (+69 -71)
-
branches/0.2.1-FINAL/inc/modules/sponsor:
.htaccess (new),
.php (new 45),
account.php (new 149),
settings.php (new 113),
welcome.php (new 63)
-
quix0r
2008-05-18 21:59
#29
Rev.: 3353
-
6710 lines of code changed in 92 files:
-
branches/0.2.1-FINAL:
sponsor_confirm.php (new 61),
sponsor_ref.php (new 70)
-
branches/0.2.1-FINAL/inc/extensions:
ext-sponsor.php (new 439)
-
branches/0.2.1-FINAL/inc/language:
sponsor_de.php (new 323),
wernis_de.php (+2 -2)
-
branches/0.2.1-FINAL/inc/libs:
sponsor_functions.php (new 644)
-
branches/0.2.1-FINAL/inc/modules:
sponsor.php (new 69)
-
branches/0.2.1-FINAL/inc/modules/admin:
action-sponsor.php (new 52),
admin-inc.php (+1 -1),
what-add_sponsor.php (new 53),
what-config_sponsor.php (new 58),
what-del_sponsor.php (new 107),
what-edit_sponsor.php (new 214),
what-list_sponsor.php (new 197),
what-list_sponsor_pay.php (new 246),
what-list_sponsor_pays.php (new 64),
what-lock_sponsor.php (new 140),
what-unlock_sponsor.php (new 220)
-
branches/0.2.1-FINAL/inc/modules/guest:
action-sponsor.php (new 52),
action-sponsors.php (new 56),
what-sponsor_agb.php (new 40),
what-sponsor_infos.php (new 131),
what-sponsor_login.php (new 321),
what-sponsor_reg.php (new 455)
-
branches/0.2.1-FINAL/inc/modules/member:
what-sponsor.php (new 51)
-
branches/0.2.1-FINAL/templates/de/emails:
del_sponsor.tpl (new 19),
lock_sponsor.tpl (new 21),
sponsor_add_points.tpl (new 13),
sponsor_confirm.tpl (new 35),
sponsor_pending.tpl (new 57),
sponsor_sub_points.tpl (new 13),
sponsor_unlocked.tpl (new 19)
-
branches/0.2.1-FINAL/templates/de/emails/admin:
admin_sponsor_change_data.tpl (new 32),
admin_sponsor_change_email.tpl (new 32),
admin_sponsor_edit.tpl (new 34),
admin_sponsor_pending.tpl (new 49),
admin_sponsor_reg.tpl (new 28),
admin_sponsor_settings.tpl (new 18)
-
branches/0.2.1-FINAL/templates/de/emails/sponsor:
sponsor_activate.tpl (new 29),
sponsor_add_points.tpl (new 11),
sponsor_change_data.tpl (new 34),
sponsor_change_email.tpl (new 17),
sponsor_confirm.tpl (new 33),
sponsor_email.tpl (new 22),
sponsor_lost.tpl (new 26),
sponsor_pending.tpl (new 55),
sponsor_ref_notify.tpl (new 14),
sponsor_settings.tpl (new 20),
sponsor_sub_points.tpl (new 11),
sponsor_unlock.tpl (new 29),
sponsor_unlocked.tpl (new 17)
-
branches/0.2.1-FINAL/templates/de/html/admin:
admin_add_sponsor.tpl (new 290),
admin_add_sponsor_already.tpl (new 26),
admin_add_sponsor_paytype.tpl (new 48),
admin_config_sponsor.tpl (new 32),
admin_del_sponsor.tpl (new 30),
admin_edit_sponsor_add_points.tpl (new 29),
admin_edit_sponsor_edit.tpl (new 245),
admin_edit_sponsor_sub_points.tpl (new 29),
admin_list_sponsor.tpl (new 13),
admin_list_sponsor_details.tpl (new 128),
admin_list_sponsor_pay.tpl (new 22),
admin_list_sponsor_pay_404.tpl (new 3),
admin_list_sponsor_pay_del.tpl (new 23),
admin_list_sponsor_pay_del_row.tpl (new 15),
admin_list_sponsor_pay_edit.tpl (new 23),
admin_list_sponsor_pay_edit_row.tpl (new 16),
admin_list_sponsor_pay_row.tpl (new 15),
admin_list_sponsor_row.tpl (new 36),
admin_lock_sponsor.tpl (new 32),
admin_sponsor_paytypes.tpl (new 3),
admin_unlock_sponsor.tpl (new 26),
admin_unlock_sponsor_row.tpl (new 12)
-
branches/0.2.1-FINAL/templates/de/html/ext:
ext_sponsor.tpl (new)
-
branches/0.2.1-FINAL/templates/de/html/guest:
guest_sponsor_act_row.tpl (new 4),
guest_sponsor_activate.tpl (new 40),
guest_sponsor_infos.tpl (new 30),
guest_sponsor_login.tpl (new 50),
guest_sponsor_lost.tpl (new 48),
guest_sponsor_pay_row.tpl (new 15),
guest_sponsor_reg.tpl (new 348)
-
branches/0.2.1-FINAL/templates/de/html/sponsor:
sponsor_account_form.tpl (new 174),
sponsor_action.tpl (new 6),
sponsor_fillup_form.tpl (new 39),
sponsor_footer.tpl (new),
sponsor_header.tpl (new),
sponsor_main.tpl (new 21),
sponsor_settings_form.tpl (new 48),
sponsor_welcome.tpl (new 3),
sponsor_what.tpl (new 6)
-
branches/0.2.1-FINAL/theme/business/css:
sponsor.css (new 14)
-
branches/0.2.1-FINAL/theme/default/css:
sponsor.css (new 14)
-
quix0r
2008-05-18 20:20
#28
Rev.: 3352
-
28 lines of code changed in 2 files:
-
branches/0.2.1-FINAL/inc/language:
de.php (+2)
-
branches/0.2.1-FINAL/inc/modules/admin:
what-del_email.php (+26 -14)
-
quix0r
2008-05-18 20:11
#27
Rev.: 3351
-
4 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc/modules/admin:
what-del_email.php (+4 -4)
-
quix0r
2008-05-18 20:09
#26
Rev.: 3350
-
36 lines of code changed in 9 files:
-
branches/0.2.1-FINAL/DOCS/de:
AUTHORS.txt (new),
THANK_YOU.txt (+1 -1)
-
branches/0.2.1-FINAL/DOCS/en:
AUTHORS.txt (new)
-
branches/0.2.1-FINAL/inc:
mysql-manager.php (+1 -1)
-
branches/0.2.1-FINAL/inc/modules/admin:
what-del_email.php (+4 -4)
-
branches/0.2.1-FINAL/templates/de/html/admin:
admin_logout_sql_patches.tpl (new 18)
-
quix0r
2008-05-18 19:56
#25
Rev.: 3348
-
1 lines of code changed in 1 file:
-
branches/0.2.1-FINAL:
.svnignore (new 1)
-
quix0r
2008-05-18 18:38
#24
Rev.: 3347
-
6 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc:
config.php (+6 -6)
-
quix0r
2008-05-18 18:32
#23
Rev.: 3346
-
21 lines of code changed in 4 files:
-
branches/0.2.1-FINAL/inc:
config.php (+1 -1),
functions.php (+1 -1)
-
branches/0.2.1-FINAL/inc/language:
de.php (+1)
-
branches/0.2.1-FINAL/inc/modules/admin:
what-list_user.php (+18 -7)
-
quix0r
2008-05-18 18:13
#22
Rev.: 3345
-
9 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc/modules/admin:
admin-inc.php (+9 -1)
-
quix0r
2008-05-18 17:45
#21
Rev.: 3344
-
31 lines of code changed in 8 files:
-
branches/0.2.1-FINAL:
mailid.php (+2 -2)
-
branches/0.2.1-FINAL/inc:
config.php (+6 -6)
-
branches/0.2.1-FINAL/inc/extensions:
ext-other.php (+9 -2)
-
branches/0.2.1-FINAL/inc/language:
order_de.php (+1 -1)
-
branches/0.2.1-FINAL/inc/modules/admin:
what-config_order.php (+4 -4),
what-config_other.php (+1 -1)
-
branches/0.2.1-FINAL/templates/de/html/admin:
admin_config_order.tpl (+3 -3),
admin_config_other.tpl (+5 -5)
-
quix0r
2008-05-18 17:30
#20
Rev.: 3343
-
3 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc:
header.php (+3 -1)
-
quix0r
2008-05-18 17:26
#19
Rev.: 3342
-
150 lines of code changed in 13 files:
-
branches/0.2.1-FINAL/inc/extensions:
ext-order.php (+14 -6),
ext-sql_patches.php (+3 -7)
-
branches/0.2.1-FINAL/inc/language:
de.php (+1),
order_de.php (+6)
-
branches/0.2.1-FINAL/inc/modules/admin:
action-task.php (+4 -2),
overview-inc.php (+44 -61),
what-config_order.php (+22 -5),
what-del_email.php (+7 -1),
what-del_task.php (+5 -3),
what-list_task.php (+5 -2),
what-overview.php (+15 -9)
-
branches/0.2.1-FINAL/templates/de/html/admin:
admin_config_order.tpl (+24 -5)
-
quix0r
2008-05-18 15:56
#18
Rev.: 3341
-
211 lines of code changed in 13 files:
-
branches/0.2.1-FINAL/inc:
extensions.php (+1 -1)
-
branches/0.2.1-FINAL/inc/extensions:
ext-order.php (+11 -4)
-
branches/0.2.1-FINAL/inc/language:
de.php (+2),
order_de.php (+1 -1)
-
branches/0.2.1-FINAL/inc/libs:
order_functions.php (+5 -6)
-
branches/0.2.1-FINAL/inc/modules/admin:
what-config_email.php (+18 -33),
what-config_order.php (+28),
what-config_other.php (+28 -78),
what-del_email.php (+27 -14)
-
branches/0.2.1-FINAL/templates/de/html/admin:
admin_config_order.tpl (+90 -7),
admin_config_other.tpl (-73)
-
quix0r
2008-05-17 22:07
#17
Rev.: 3339
-
3357 lines of code changed in 19 files:
-
trunk/docs:
COPYING (new 3),
COPYING.documents (new 397),
COPYING.software (new 674),
Conception - Ship-Simu 0.0.1.odt (new 1),
NEWS (new 29),
README (new 4),
Ship-Simu ArgoUML Diagram.zargo (new 1),
Ship-Simu Ship-Simulator.mm (new 274),
THANKS (+1),
mindmap_20080517.html (new 755)
-
trunk/inc/classes/main/factories:
.htaccess (new 1),
class_BaseFactory.php (new 69)
-
trunk/inc/classes/main/factories/objects:
.htaccess (new 1),
class_ObjectFactory.php (new 77)
-
trunk/inc/classes/main/factories/web:
.htaccess (new 1),
class_NewsFactory.php (new 117)
-
trunk/tests/old:
contract-test.php (new 612),
loader-test.php (new 170),
personell-test.php (new 170)
-
quix0r
2008-05-16 23:41
#16
Rev.: 3338
-
41 lines of code changed in 2 files:
-
branches/0.2.1-FINAL/inc/modules:
admin.php (+12 -18)
-
branches/0.2.1-FINAL/inc/modules/admin:
admin-inc.php (+29 -2)
-
quix0r
2008-05-16 23:21
#15
Rev.: 3337
-
0 lines of code changed in 2 files:
-
branches/0.2.1-FINAL/templates/de/html/admin:
admin_logout.tpl (new)
-
quix0r
2008-05-16 23:17
#14
Rev.: 3336
-
6 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc/modules:
admin.php (+6)
-
quix0r
2008-05-16 23:12
#13
Rev.: 3335
-
1 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc/modules/admin:
what-extensions.php (+1 -1)
-
quix0r
2008-05-16 23:08
#12
Rev.: 3334
-
8 lines of code changed in 6 files:
-
branches/0.2.1-FINAL/templates/de/html/admin:
admin_reg_form.tpl (changed)
-
branches/0.2.1-FINAL/theme/business/css:
nickname.css (del),
task.css (del)
-
branches/0.2.1-FINAL/theme/default/css:
nickname.css (del),
task.css (del)
-
quix0r
2008-05-16 22:58
#11
Rev.: 3333
-
62 lines of code changed in 4 files:
-
branches/0.2.1-FINAL/inc:
gen_sql_patches.php (+55 -67)
-
branches/0.2.1-FINAL/inc/extensions:
ext-sql_patches.php (+3 -6)
-
branches/0.2.1-FINAL/inc/modules/admin:
action-logout.php (+3 -8),
admin-inc.php (+1 -1)
-
quix0r
2008-05-16 22:14
#10
Rev.: 3332
-
142 lines of code changed in 8 files:
-
branches/0.2.1-FINAL/inc:
functions.php (+6 -1),
mysql-connect.php (+12 -8),
mysql-manager.php (+31 -18)
-
branches/0.2.1-FINAL/inc/db:
lib-mysql3.php (+5 -2)
-
branches/0.2.1-FINAL/inc/language:
de.php (+1)
-
branches/0.2.1-FINAL/inc/modules:
admin.php (+14 -7)
-
branches/0.2.1-FINAL/inc/modules/admin:
admin-inc.php (+66 -63),
what-extensions.php (+7 -1)
-
quix0r
2008-05-15 21:01
#9
Rev.: 3331
-
2 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc/modules:
admin.php (+2 -5)
-
quix0r
2008-05-15 20:31
#8
Rev.: 3330
-
1 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc/language:
install_de.php (+1 -1)
-
quix0r
2008-05-11 20:05
#7
Rev.: 3329
-
2372 lines of code changed in 55 files:
-
trunk/inc:
classes.php (+5 -5),
database.php (+10 -10),
language.php (+6 -6),
output.php (+5 -5)
-
trunk/inc/classes/exceptions/controller:
.htaccess (new 1),
class_DefaultControllerException.php (new 45)
-
trunk/inc/classes/exceptions/main:
class_EmptyVariableException.php (new 46),
class_InvalidCommandException.php (new 46),
class_InvalidCommandInstanceException.php (new 46),
class_InvalidControllerException.php (new 46),
class_ResponseHeadersAlreadySentException.php (new 45)
-
trunk/inc/classes/exceptions/template:
class_UnexpectedTemplateTypeException.php (+8 -8)
-
trunk/inc/classes/interfaces:
class_ (new 28)
-
trunk/inc/classes/interfaces/commands:
.htaccess (new 1),
class_Commandable.php (new 36)
-
trunk/inc/classes/interfaces/controller:
.htaccess (new 1),
class_Controller.php (new 36)
-
trunk/inc/classes/interfaces/request:
.htaccess (new 1),
class_Requestable.php (new 68)
-
trunk/inc/classes/interfaces/resolver:
.htaccess (new 1),
class_CommandResolver.php (new 44),
class_ControllerResolver.php (new 34)
-
trunk/inc/classes/interfaces/response:
.htaccess (new 1),
class_Responseable.php (new 63)
-
trunk/inc/classes/main:
class_BaseFrameworkSystem.php (+82 -102)
-
trunk/inc/classes/main/commands:
.htaccess (new 1),
class_BaseCommand.php (new 85)
-
trunk/inc/classes/main/commands/web:
.htaccess (new 1),
class_WebHomeCommand.php (new 117)
-
trunk/inc/classes/main/compressor:
class_Bzip2Compressor.php (+6 -24),
class_GzipCompressor.php (+6 -24),
class_NullCompressor.php (+6 -14)
-
trunk/inc/classes/main/controller:
.htaccess (new 1),
class_ (new 46),
class_BaseController.php (new 40)
-
trunk/inc/classes/main/controller/default:
.htaccess (new 1),
class_WebDefaultController.php (new 96),
class_WebDefaultNewsController.php (new 111)
-
trunk/inc/classes/main/controller/registration:
.htaccess (new 1),
class_DefaultRegistrationController.php (new 71)
-
trunk/inc/classes/main/database:
class_BaseDatabaseFrontend.php (+6 -38)
-
trunk/inc/classes/main/database/classes:
class_LocalFileDatabase.php (+5 -29)
-
trunk/inc/classes/main/extended:
class_SerializationContainer.php (+6 -9)
-
trunk/inc/classes/main/request:
.htaccess (new 1),
class_HttpRequest.php (new 151)
-
trunk/inc/classes/main/resolver:
.htaccess (new 1),
class_BaseResolver.php (new 115)
-
trunk/inc/classes/main/resolver/web:
.htaccess (new 1),
class_WebCommandResolver.php (new 184),
class_WebControllerResolver.php (new 189)
-
trunk/inc/classes/main/response:
.htaccess (new 1),
class_HttpResponse.php (new 161)
-
trunk/inc/classes/main/template:
class_TemplateEngine.php (+169 -55),
view (new)
-
trunk/inc/config:
config-hubmaster.php (new 88)
-
quix0r
2008-05-06 13:27
#6
Rev.: 3328
-
0 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc:
install-inc.php (-1)
-
quix0r
2008-05-06 13:27
#5
Rev.: 3327
-
2 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc:
install-inc.php (+2 -2)
-
quix0r
2008-05-06 13:23
#4
Rev.: 3326
-
10 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc:
install-inc.php (+10 -1)
-
quix0r
2008-05-06 11:17
#3
Rev.: 3325
-
30 lines of code changed in 2 files:
-
branches/0.2.1-FINAL:
birthday_confirm.php (+28 -33)
-
branches/0.2.1-FINAL/inc/db:
lib-mysql3.php (+2 -2)
-
quix0r
2008-05-06 10:43
#2
Rev.: 3324
-
1 lines of code changed in 1 file:
-
branches/0.2.1-FINAL/inc/extensions:
ext-birthday.php (+1 -1)
-
quix0r
2008-05-06 10:40
#1
Rev.: 3323
-
14 lines of code changed in 2 files:
-
branches/0.2.1-FINAL:
birthday_confirm.php (+6 -9)
-
branches/0.2.1-FINAL/inc:
functions.php (+8 -2)