Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2008/09/05 13:23:37 5796 5796 gugod r9345@yra: gugod | 2008-09-05 21:20:06 +0800
Add several zh_tw translation strings.
2008/09/05 07:50:05 5795 5795 yves plugins install :
* change make with $(MAKE)
* add distclean realclean for plugins
2008/09/05 00:24:13 5794 5794 alexmv r36915@kohr-ah: chmrr | 2008-09-04 20:22:41 -0400
* Quiet warnings -- columns _can_ lack a 'type' if they're virtual
2008/09/04 16:15:15 5793 5793 yves * INSTALLDIRS need to be set in ENV, default to site
* DESTDIR and PREFIX are needed
2008/09/04 12:41:04 5792 5792 yves INSTALLDIRS is neede to install plugins in same dir than jifty
2008/09/04 10:42:06 5791 5791 yves * update po files
* update french po
* we need to use 'jifty po --dir plugins' to update new plugins location
2008/09/04 09:00:55 5790 5790 yves next ;) remove old location for Authentication::CAS
2008/09/03 15:15:32 5789 5789 yves first tests to move Authentication::CAS to /plugins
* Makefile.pl take version from ../../lib/Jifty.pm else there could be trouble in packaging
* does cpan need author, licence, something else ?
* need more tests on po files
2008/09/03 07:32:14 5788 5788 yves don't show title and body if comment is marked as spam or unpublished
2008/09/03 06:55:51 5787 5787 yves * fix i18n mistake on publish/unpublish text
* don't show 'mark as spam' if akismet is not used
2008/09/03 06:23:29 5786 5786 yves display comments with registred created_on time and not DateTime->now
2008/09/02 21:30:42 5785 5785 alexmv r36802@kohr-ah: chmrr | 2008-09-02 17:30:19 -0400
* Don't use $_ as a loop var
2008/09/02 21:30:39 5784 5784 alexmv r36801@kohr-ah: chmrr | 2008-09-02 17:29:27 -0400
* Subrequests should never need to run actions; this should speed up regions
2008/09/02 21:30:31 5783 5783 alexmv r36800@kohr-ah: chmrr | 2008-09-02 17:28:47 -0400
* Don't hang if pubsub is off, just finish
2008/09/02 15:37:02 5782 5782 gugod r23660@yra: gugod | 2008-09-02 23:35:54 +0800
Add a simple app to test model helpers.

The real test file is Simapp/t/helpers.t

2008/09/02 15:36:31 5781 5781 gugod r23659@yra: gugod | 2008-09-02 23:09:04 +0800
Import currently working code first.
2008/09/02 14:35:36 5780 5780 gugod init JiftyX-ModelHelpers repo.

2008/09/02 14:31:11 5779 5779 gugod create JiftyX-ModelHelpers repo.

2008/09/02 14:28:35 5778 5778 yves debian files for documentation
2008/09/02 14:25:37 5777 5777 gugod r9328@yra: gugod | 2008-09-02 21:28:06 +0800
Write a Jifty.stopEvent to do what Event.stop (from prototype) was
being doing.