Downloadliste

Projektbeschreibung

SCMS is an MVC based secure content management system. It is designed from the ground up to withstand common Web application vulnerabilities such as SQL injection, XSS, CSRF, session fixation/hijacking, and many others. It is designed for PHP 5.0-5.2.x and MySQL 4.1+, and it can optionally support PostgreSQL as a database backend.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-05 12:43
1.0rc3

Verzeichnisse wurden umstrukturiert. Die Datenbank-Schicht wurde umgeschrieben, um die PDO-Treiber zu verwenden. Objekt-Modelle wurden hinzugefügt. XHTML-up war von Übergangs-Marke zu Strict geändert. Session Speicherung in Datenbanken Bugs, darunter CAPTCHA und CSRF-Sitzung Datenverlust, wurden behoben. Ein Plug-in und Model-Klasse Auto-Loader wurde hinzugefügt. SCMS dynamische Konfiguration implementiert wurde. Viele Fehler wurden behoben, darunter Probleme mit Kontosperrung und Fehlerbehandlung, und es gab viele Aufräumarbeiten und Optimierungen.
Tags: Bug fixes and enhancements, Code cleanup
Directories were restructured. The database layer was rewritten to use the PDO driver. Object models were added. XHTML mark-up was changed from Transitional to Strict. Session database storage bugs, including CAPTCHA and CSRF session data loss, were fixed. A plug-in and model class auto-loader was added. SCMS dynamic configuration was implemented. Many bugs were fixed, including problems with account locking and error handling, and there were many code cleanups and optimizations.

2011-02-03 12:08
SCMS 1.0 release candidate 2

Eine große Neugestaltung der SCMS Verzeichnisstruktur. Neue pagesController statt, zur Anmeldung, Index, captcha, An-und Abmelden-Controller. Eine SSL-Anforderung pro Controller-Methode (im Gegensatz zu pro Controller dagegen). Verbesserte Debug-Modus anmelden (eine neue Konfiguration DebugLog Richtlinie). SITEROOT hat für DOCROOT ersetzt worden, und IncludePath entfernt (SCMS muss nun in dem Dokument Stamm der Domäne installiert werden).
Tags: Major feature enhancements, release candidate 2, Major Code cleanup
A major redesign of the SCMS directory structure. New pagesController instead of menu, login, index, captcha, and logout controllers. An SSL requirement per controller method (as opposed to per controller). Improved debug mode logging (a new debugLog configuration directive). SITEROOT has been substituted for DOCROOT, and IncludePath removed
(SCMS must now be installed in the document root of the domain).

2011-01-19 19:40
1.0rc1

Neue User und Role Ansichten mit Paging hinzu und Sitzungs-und Login Ansichten wurden umbenannt. Eine neue Konfiguration Richtlinie RecordPerPage, wurde hinzugefügt. Ein Problem in der Captchas nicht in der Session gespeichert wurden, wurde behoben. Der Router geht nun Methodenparameter über die URL (mit Reflexion). Die Schrift von Captcha wurde eine klarere Schriftart geändert, seit der letzten Schrift machte die Zahl für einen Blick aus wie der Buchstabe "I". Ein Fehler-Controller wurde für 404 und andere SCMS Fehler zugegeben. Die Datenbank jetzt verhindert Wiederanschluss, wenn eine Verbindung bereits vorhanden ist. Alle Hash-Passwörter sind nun gesalzen mit xor'ed scmsEncryption_Salt.
Tags: Bug fixes and enhancements, new features, release candidate 1
New User and Role views were added with paging, and Session and Login views were renamed. A new configuration directive, RecordPerPage, was added. A problem in which captchas were not being saved in the session was fixed. The router now passes method parameters via URL (using reflection). The font of captcha was changed to a clearer font, since the previous font made the numeral for one look like the letter "I". An error controller was added for 404 and other SCMS errors. The database now prevents reconnection if a connection is already present. All hashed passwords are now salted using xor'ed scmsEncryption_Salt.

2010-01-23 00:40
1.0beta

SCMS wurde vollständig in ein MVC-Framework mit Singleton-Entwurfsmuster Unterstützung umgeschrieben. Viele Funktionen wurden hinzugefügt, und die Stabilität wurde verbessert.
SCMS was completely rewritten into an MVC framework with singleton design pattern support. Many features were added, and stability was improved.

2009-09-21 21:39
0.91

Ein einfaches CAPTCHA ist in scms inbegriffen / scms_include / captcha. Ein scmsUseCaptchaS konstant ist seit ermöglicht hat / Deaktivieren Bild CAPTCHAs. Captcha Bilder wurden alle authentifizierten Formen aufgenommen. Der alte $ _SESSION [ 'scms_logins'] Variable wurde von authenticate.php und main.php entfernt. Fehler wurden in Update behoben () in scms_users.php. Der alte Code bugFixRequirePath.php wurde von allen gehören entfernt.
Tags: CMS, Alpha, PHP 5, MySQL, Bug fixes and enhancements
A simple CAPTCHA is included in scms/scms_include/captcha. An scmsUseCaptchaS constant has been added for enabling/disabling image CAPTCHAs. Captcha Images have been added to ALL AUTHENTICATED forms. The old $_SESSION['scms_logins'] variable has been removed from authenticate.php and main.php. Bugs have been fixed in Update() in scms_users.php. The old code bugFixRequirePath.php has been removed from all includes.

Project Resources