API Quick Reference GuideDemo Mini-SiteQcodo HostingQcodo Manual ProjectQForge
Welcome,
My Account | Logout

Projects

JQCODO - Qcodo for Joomla

Integration of the QCODO framework into the Joomla Content Management System.

It consist of a component and plugin for Joomla.

QAutocompleteTextbox

This QControl offers the same functionality that a Google Suggest type feature does.

QCheckboxTree

This is based off the QTreeNav, and is used as a multi-select version of that.

QCLI

This is a command-line interface class designed to replace the existing Qcodo CLI methodology. It has a single startup script called "qcodo" that accepts arguments. The idea is to add the location of the script to the system path (on *nix), but it also works fine without doing that.

Features:

- Startup script automatically loads prepend.inc.php
- Helper methods make logic for CLI options simpler
- External usage screen files separate logic from presentation :)
- External configuration files make it easy to add or remove command-line options

Qcodo Authentication

Authentication framework for Qcodo. QAuth will be the main class which will authenticate a user using a adapter. Each adapter will use a different type of authentication: RDBMS, LDAP/Active Directory, etc.

RDBMS adapter will be able to use any table, user name and password field. This will give a complete flexibility.

QCodo Manual

The QCodo manual is currently located at http://qcodo.kri-soft.be.
The aim is to move the manual to QForge, which is the central place for all QCodo related contributions.

QCodo Modularization

The goal of this project is to provide template file changes, helper classes, and general techniques to produce a site that can easily be extended in the future without altering core files.

This encompasses both code, as well as GUI extensions.

A primary design goal is that it be usable in an Application Service Provider setting, where core file would be shared between multiple clients, and are therefore off-limits to module-specific changes or dependencies.

QCodo Permissions Framework

The goal is to provide a way for users in a system to assume permissions over various facets of the generated site.

This includes Role and Content based CRUD operation permissions, as well as more GUI-driven permissions such as field-based View and Edit permissions.

Specifically, it has the following goals:

QDrupal

QDrupal is a integration layer between Drupal (www.drupal.org) and Qcodo (www.qcodo.com).

**************NOTICE**************

Please refer to the homepage at http://www.amountaintop.com/project/qdrupal for all issues related to QDrupal. If you post an issue here, it probably won't be found or responded to.

QFilteredDatagrid

A Datagrid with built-in filtering capabilities.
Includes:

  • Text based filters
  • Dropdown based filters
  • Reset Button

See new release notes / versions at:
http://zcodo.com/project/QFilteredDataGrid-BC

QMatrix

QMatrix - Extend QPaginatedControl to support a single datasourcedisplayed across multiple rows and columns.

Extend QPaginatedControl to support a single datasource
displayed across multiple rows and columns.

QResizeable Panel - extend QPanel to allow resizing of the box

The QResizablePanel is a QPanel with an extra property: resizable = true/false.

Take a look at the demonstration site to have an idea of the look of this.

Status: we are currently preparing an installation package, stay tuned for an update.

QWiki - A wiki based upon Qcodo

QWiki is a small and simple wiki build using Qcodo.

Take a look at the demonstration site to have an idea of the look of the wiki.

Status: we are currently preparing an installation package, stay tuned for an update.