|
View:
New views
14 Messages
—
Rating Filter:
Alert me
|
|
|
Public change logHi,
Ext JS now have a public change log, and the way it's presented i like very much: http://extjs.com/products/extcore/commitlog.php would that be an option for us? vg Steffen _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logAm 08.07.2009, 17:39 Uhr, schrieb Steffen Kamper <info@...>:
> Hi, > > Ext JS now have a public change log, and the way it's presented i like > very much: > http://extjs.com/products/extcore/commitlog.php > > would that be an option for us? > > vg Steffen would be nice Thx for finding that one :) Best regards Phil -- I never knew how good Opera is as a newsreader! Try it! (used Thunderbird and Evolution before) _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logHi Steffen,
On 08.07.2009 17:39 Steffen Kamper wrote: > Ext JS now have a public change log, and the way it's presented i like > very much: > http://extjs.com/products/extcore/commitlog.php > > would that be an option for us? > where? forge? -- cheers, Steffen TYPO3 Blog: http://www.t3node.com/ Blubber on Twitter: http://twitter.com/t3node _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logSteffen Kamper wrote:
> http://extjs.com/products/extcore/commitlog.php Does not show anything like a log here. Bye. _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logSteffen Kamper wrote:
> Ext JS now have a public change log, and the way it's presented i like > very much: > http://extjs.com/products/extcore/commitlog.php > > would that be an option for us? I hate "mystery meat"[1]. In the context of a changelog, seing the stuff without any click and by using the browser's find box is more effective. [1]http://en.wikipedia.org/wiki/Mystery_meat_navigation (and BTW, http://extjs.com/products/extcore/commitlog.php doesn't work without javascript...) Patrick _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logSteffen Kamper schrieb:
> Hi, > > Ext JS now have a public change log, and the way it's presented i like > very much: > http://extjs.com/products/extcore/commitlog.php > > would that be an option for us? Sweet and probably easy to implement as svn has an option to export log data as xml. Masi _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logHi.
On 09.07.2009 12:42 Martin Kutschker wrote: > > Sweet and probably easy to implement as svn has an option to export log > data as xml. > Does git/mercurial use the same xml structure? Since Robert is evaluating new scm for FLOW3, that should be taken into account. -- cheers, Steffen TYPO3 Blog: http://www.t3node.com/ Blubber on Twitter: http://twitter.com/t3node _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logSteffen Müller schrieb:
> Hi. > > On 09.07.2009 12:42 Martin Kutschker wrote: >> Sweet and probably easy to implement as svn has an option to export log >> data as xml. >> > > Does git/mercurial use the same xml structure? I doubt that. I haven't used git before but from what I heard about it has a different nomenclature. Masi _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logHi,
i couldn't resist and did it. Takes some time, the log is more than 2MB vg Steffen Martin Kutschker schrieb: > Steffen Kamper schrieb: >> Hi, >> >> Ext JS now have a public change log, and the way it's presented i like >> very much: >> http://extjs.com/products/extcore/commitlog.php >> >> would that be an option for us? > > Sweet and probably easy to implement as svn has an option to export log > data as xml. > > Masi TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logSteffen Kamper schrieb:
> Hi, > > i couldn't resist and did it. > Takes some time, the log is more than 2MB > > vg Steffen > ups, missed the url http://dev.sk-typo3.de/cetest/svn-log.html vg Steffen _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logSteffen Kamper schrieb:
> Hi, > > i couldn't resist and did it. > Takes some time, the log is more than 2MB You can restrict the log with -r {SINCE} or with -r {FROM}:{TO} by date. Masi _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logSteffen Kamper schrieb:
> Steffen Kamper schrieb: >> Hi, >> >> i couldn't resist and did it. >> Takes some time, the log is more than 2MB >> >> vg Steffen >> > > ups, missed the url > http://dev.sk-typo3.de/cetest/svn-log.html Great! A must have for forge. Masi _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logHi Masi,
Martin Kutschker schrieb: > > Great! A must have for forge. > yes. But i have to fight with the huge data. I don't provide the data server side but use the generated xml done by cron job. (I didn't want to spam repository with each request) Now having all the data in grid is too memory consuming and client browser starts behaving strange. But how to page, as there is only remote paging? Lucky i found the Ext.ux.data.PagingStore that allows local paging. It takes a bit on first load, but paging is very fast. http://extjs.com/forum/showthread.php?p=355057 Example is updated, have a look. vg Steffen _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: Public change logSteffen Kamper schrieb:
> Hi Masi, > > Martin Kutschker schrieb: >> >> Great! A must have for forge. >> > > yes. But i have to fight with the huge data. As I have said in my other post the log data can be retrieved bit by bit. So the grid could start initially with log entries for the last week and the user has to click a button to retrieve the next week/month etc. Just like a news reader usually loads only the first n headers and you have to click a button to retrieve the next n headers to get more. Masi _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
| Free embeddable forum powered by Nabble | Forum Help |