[19 total ]
Posted
5 months
ago
When I started Tm over 2 years ago it was merely a request dispatcher with Ajax handler and view infrastructure. On model part there was only simple DataSource aiding table views. There was million of things missing. Now, as it grows and gets feature
... [More]
complete I am wondering how could it be improved even more.
So here I go directly to you - developers, users, potential contributors and missed audience - with two questions:
* What is the biggest missing thing in Tigermouse?
* How would you like Tigermouse to improve in near term?
Life is about making correct choices, so choose your two missing features and share them. I want to implement your requests now! [Less]
Posted
6 months
ago
Long time not news. We had an outage few days ago, but things are back up now. Domain name and hosting space were extended for another year.
Some development has been made recently and DB subsystem is now totally overhauled. I decided to toss old
... [More]
DBAdapter model in favour of PDO. All database operations are now automatically escaped improving overall security. Also, DBFactory has been greatly improved providing easy access to many connections as well as different config files (much like Ruby/Rails). Documentation has been updated to address changes.
Pull the latest SVN and test new DB layer implementation. All feedback is welcome. [Less]
Posted
8 months
ago
After 3 months of rather lazy development there is [https://sourceforge.net/project/showfiles.php?group_id=173530|DR1.7 available for download]. Focusing on error abbility has been added, Javascript bridging for HTML response is now available
... [More]
, caching subsystem, Wiki translation gratly improved and new documentation are just to name few. See the full change log.
Changes in Tigermouse DR1.7:
* FocusFilter added
* focus-on-error facility for Validation subsystem
* HTTPResponse reworked so now Javascript bindings work for regular requests, too
* Regular requests now may require controllers to return root view (e.g. Index)
* Caching subsystem implemented as InterceptingFilter
* ActionAggregate replaced with ActionComposite accepting arrays
* Listener now accepts multiple IActionAdapter in constructor
* ViewXMLBuilder infrastructure added
* WikiTranslator improvements, ToC support added
* SQL condition based ActiveRecord loading
* User/Auth model classes added
* Action string absolute paths
* Built-in documentation
* HTTPResponse/HTTPRequest classes renamed due to colision with http extension
* Window is now in fixed position
* WikiTranslator now can be appended with custom modes
Share and enjoy! [Less]
Posted
8 months
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Sun, 20 Jan 2008 18:22:39 GMT by strongier
Includes files: tigermouse-DR1.7.zip (316899 bytes, 1 downloads to date), tigermouse-DR1.7.tar.gz (214006 bytes, 2 downloads to date)
[Download] [Release Notes]
Posted
10 months
ago
I am happy to announce immediate availability of Tigermouse DR1.6 DR1.6.1. Download it from Sourceforge. This release introduces many interesting features and fixes old bugs. Significant contribution has been made by Antoine Choppin and Bill Noyce.
... [More]
If you wish to upgrade your installation, please use Upgrade Assistant from menu on left.
From changelog:
* RequestSetupFilter fixes (corrupt FormContexts, 0 confused with empty string)
* Window wrapper size fixes (horizontal, vertical in IE)
* Release map builder in autobuild.php script
* one-to-one relations removed from ActiveRecord
* SQLDataSource constructor change, DBAdapter parameter optional
* Javascript base64 encoding workaround
* Quotes bug fixed in Form valueReader()
* Quotes handling in views
* update() handler rewrite
* MySQLDialect added and quotes handling in dialects and Active Record
* release.map builder for Update Assistant
* PDOAdapter strict boolean checking
* Theming documentation added
* Translation subsystem
* in-template i18n function
* new StopTypingListener added
* SynCron periodical and/or delayed execution manager
* TableGateway database access using ArrayAccess interface
There are also new example applications in examples/ directory.
Update (13 Nov, 2007): we have DR1.6.1 update which fixes the following bugs:
* ActionAggregate bug. 'adapters()' should read 'adapters'
* Smarty severe performance loss in View fixed
* throbber is now in fixed position
* \n, \r and \t optimisation in css.php [Less]
Posted
10 months
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Tue, 13 Nov 2007 19:27:23 GMT by strongier
Includes files: tigermouse-DR1.6.1.zip (291513 bytes, 6 downloads to date), tigermouse-DR1.6.1.tar.gz (194471 bytes, 1 downloads to date)
[Download] [Release Notes]
Posted
10 months
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Sun, 11 Nov 2007 13:00:25 GMT by strongier
Includes files: tigermouse-DR1.6.zip (289780 bytes, 25 downloads to date), tigermouse-DR1.6.tar.gz (194289 bytes, 12 downloads to date)
[Download] [Release Notes]
Posted
11 months
ago
Ubuntu 7.10 code named Gutsy Gibbon is the first release that Tigermouse can be run on without editing config files. See the instruction below on how to set up your system.
You need to install web server, PHP5 and Smarty. Some PDO packages
... [More]
are useful, too. To do so open up a terminal window and type:
sudo apt-get install apache2 libapache2-mod-php5 php5 php5-cli smarty
Then you will have to enable Apache userdir module to allow home directories to be accessible via web. Type:
sudo a2enmod userdir
sudo /etc/init.d/apache2 restart
After web server restarts it is time to prepare your working environment. Go to your home directory and create folder named public_html. Then download Tigermouse and unpack it there. Open includes.php and change Smarty path to 'smarty/Smarty.class.php', save and exit. Finally, give write permission to specific folders. To do so, go back to your console window and type
cd ~/public_html/tigermouse/
chmod 1777 var/log
chmod 1777 var/cache
chmod 1777 var/smarty/compile
Now you can type the following URL in your web browser:
http://localhost/~username/tigermouse
replacing username with your system login name. Enjoy your newly installed Tigermouse!
During further development you will probably need some database related packages. For database connectivity PDO is recommended. You will find suitable PDO drivers in packages php5-mysql, php5-pgsql, php5-sqlite and php5-sqlite3 depending on which database engine you choose. [Less]
Posted
about 1 year
ago
DR 1.5 is ready for download. It features many DB improvements, i18n support, keyboard shortcuts, role-based access control system and numerous fixes and improvements.
Posted
about 1 year
ago
Welcome to new Tigermouse project web site. Look around and see what's happening. Not all sections are currently operable, so don't be confused. After all it's still beta.
Posted
about 1 year
ago
DR1.4.2 is a maintenance release that fixes few errors.
From changelog:
* Arguments passed via AJAX are Base64 encoded
* Initial user documentation
* ActiveRecord caching overhauled
* ActiveRecord relation handling
... [More]
reworked
* ActiveRecord test added
* Old templates removed
* Added unique ID guard at client side
* 0 arguments in handler bug fixed [Less]
Posted
about 1 year
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Sun, 24 Jun 2007 11:55:53 GMT by strongier
Includes files: tigermouse-DR1.5.tar.gz (78963 bytes, 57 downloads to date)
[Download] [Release Notes]
Posted
about 1 year
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Sat, 19 May 2007 12:54:20 GMT by strongier
Includes files: tigermouse-DR1.4.2.tar.gz (79284 bytes, 218 downloads to date)
[Download] [Release Notes]
Posted
about 1 year
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Sun, 22 Apr 2007 20:22:03 GMT by strongier
Includes files: tigermouse-DR1.4.1.tar.gz (70949 bytes, 147 downloads to date)
[Download] [Release Notes]
Posted
about 1 year
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Sun, 01 Apr 2007 13:47:29 GMT by strongier
Includes files: tigermouse-DR1.4.tar.gz (71242 bytes, 64 downloads to date)
[Download] [Release Notes]
Posted
about 1 year
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Fri, 24 Nov 2006 21:44:41 GMT by strongier
Includes files: tigermouse-DR1.3.tar.gz (66957 bytes, 254 downloads to date)
[Download] [Release Notes]
Posted
about 1 year
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Tue, 07 Nov 2006 20:48:28 GMT by strongier
Includes files: tigermouse-DR1.2.tar.gz (109330 bytes, 325 downloads to date)
[Download] [Release Notes]
Posted
about 1 year
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Sun, 01 Oct 2006 19:54:48 GMT by strongier
Includes files: tigermouse.tar.gz (44961 bytes, 71 downloads to date)
[Download] [Release Notes]
Posted
about 1 year
ago
by
stro...@users.sourceforge.net (Michal Slaby)
Released at Sun, 17 Sep 2006 18:39:46 GMT by strongier
Includes files: tigermouse-DR1.tar.gz (87846 bytes, 30 downloads to date)
[Download] [Release Notes]