You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(22) |
Nov
(85) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(47) |
Feb
(127) |
Mar
(268) |
Apr
(78) |
May
(47) |
Jun
(38) |
Jul
(131) |
Aug
(221) |
Sep
(187) |
Oct
(54) |
Nov
(111) |
Dec
(84) |
2011 |
Jan
(152) |
Feb
(106) |
Mar
(94) |
Apr
(90) |
May
(53) |
Jun
(20) |
Jul
(24) |
Aug
(37) |
Sep
(32) |
Oct
(70) |
Nov
(22) |
Dec
(15) |
2012 |
Jan
(33) |
Feb
(110) |
Mar
(24) |
Apr
(1) |
May
(11) |
Jun
(8) |
Jul
(12) |
Aug
(37) |
Sep
(39) |
Oct
(81) |
Nov
(38) |
Dec
(50) |
2013 |
Jan
(23) |
Feb
(53) |
Mar
(23) |
Apr
(5) |
May
(19) |
Jun
(16) |
Jul
(16) |
Aug
(9) |
Sep
(21) |
Oct
(1) |
Nov
(2) |
Dec
(8) |
2014 |
Jan
(16) |
Feb
(6) |
Mar
(27) |
Apr
(1) |
May
(10) |
Jun
(1) |
Jul
(4) |
Aug
(10) |
Sep
(19) |
Oct
(22) |
Nov
(4) |
Dec
(6) |
2015 |
Jan
(3) |
Feb
(6) |
Mar
(9) |
Apr
|
May
(11) |
Jun
(23) |
Jul
(14) |
Aug
(10) |
Sep
(10) |
Oct
(9) |
Nov
(18) |
Dec
(4) |
2016 |
Jan
(5) |
Feb
(5) |
Mar
|
Apr
(2) |
May
(15) |
Jun
(2) |
Jul
(8) |
Aug
(2) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(2) |
Feb
(12) |
Mar
(22) |
Apr
(6) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(5) |
Oct
(2) |
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(3) |
Aug
|
Sep
(7) |
Oct
(19) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Hungerburg <pc...@my...> - 2014-01-22 11:36:01
|
Dear Wolfgang, please refer to https://github.com/eXist-db/exist/issues/44 for the context, especially the last comment there, where I took a look at the behaviour of the /rest/ servlet and found it to behave very much in line with the specifications except for the handling of the "+" sign within paths in GET operations. Probably it is a simple as dropping the call to URLDecoder from path-parsing in GET handling. See the pull request. https://github.com/eXist-db/exist/pull/127 Below some logging > LOG.warn("Pfad: " + path + " >> " + pathUri); > > before: > 2014-01-22 11:55:58,043 [eXistThread-35] WARN (RESTServer.java [doGet]:392) - Pfad: /db/testing/A%252BA.svg >> /db/testing/A%2BA.svg > 2014-01-22 11:56:54,174 [eXistThread-36] WARN (RESTServer.java [doGet]:392) - Pfad: /db/testing/A%2BA.svg >> /db/testing/A+A.svg > 2014-01-22 11:57:22,174 [eXistThread-36] WARN (RESTServer.java [doGet]:392) - Pfad: /db/testing/W+W.svg >> /db/testing/W%20W.svg > > after: > 2014-01-22 11:59:29,566 [eXistThread-37] WARN (RESTServer.java [doGet]:393) - Pfad: /db/testing/A%252BA.svg >> /db/testing/A%252BA.svg > 2014-01-22 11:59:53,826 [eXistThread-35] WARN (RESTServer.java [doGet]:393) - Pfad: /db/testing/A%2BA.svg >> /db/testing/A%2BA.svg > 2014-01-22 12:00:46,910 [eXistThread-36] WARN (RESTServer.java [doGet]:393) - Pfad: /db/testing/W+W.svg >> /db/testing/W+W.svg Thank You -- Peter |
From: Jens Ø. P. <oe...@gm...> - 2014-01-04 11:11:43
|
Some background: <http://m.thelocal.se//20140101/cable-fire-wreaks-it-chaos-for-travellers>, <http://sverigesradio.se/sida/artikel.aspx?programid=2054&artikel=5747648> Jens PS: Perhaps installing a "firewall" would be a good idea? On 03 Jan 2014, at 11:25, wol...@ex... wrote: >> exist-db.org appears to be down > > We contacted support yesterday. It seems a fire close to the provider has caused damage to the network. > > Wolfgang |
From: <wol...@ex...> - 2014-01-03 10:25:56
|
> exist-db.org appears to be down We contacted support yesterday. It seems a fire close to the provider has caused damage to the network. Wolfgang |
From: Jens Ø. P. <oe...@gm...> - 2014-01-02 19:39:58
|
exist-db.org appears to be down Jens |
From: Adam R. <ad...@ex...> - 2013-12-14 14:09:42
|
I meant to add that the EXPath SQL Module is not linked from their modules page for some reason, but you can find it here: http://expath.org/spec/sql On 14 December 2013 14:07, Adam Retter <ad...@ex...> wrote: > Hi Francis, > > Great to meet you the other evening, and welcome to the project. > > I have a couple of ideas for small projects that might be a good > starting point for you, they would also give you some exposure to the > XQuery engine in eXist. > > I would start by forking our repo to your own GitHub and getting > GitFlow installed locally, the details of that are here - > https://github.com/exist-db/exist#readme. You should create a GitFlow > feature for the feature you are adding. > > You need to choose an IDE, eXist provides project files to support > IntelliJ, Eclipse and NetBeans out of the box, but you may use > anything you are comfortable with. > > In terms of small projects, there are a few EXPath XQuery modules > (http://expath.org/spec/sql) that it would be nice to have fully > implemented in eXist. At present we implement just the HTTP Client > module and have a partial implementation of the Zip module. We also > implement the Packaging Module, but that is not an XQuery module. > > I think it would be interesting to implement one of the SQL, File, > Binary Data or Zip modules. These are quite nice little projects as > XQuery modules in eXist are pluggable, and so you can pretty much code > this as its own little project within the eXist code base. You should > pick up some Java, JUnit and a little bit of Ant doing this. Not to > mention some XQuery. These modules are usually just wrappers around > common Java libraries. > > If any of those interest you, in terms of what may be easiest, we > already have a partial Zip module, it just needs finishing so that it > meets the EXPath spec I think. Also eXist has it's own SQL module, > this could be copied and pasted and refactored to create one that > meets the EXPath spec. > > When you have eXist, the modules are in > $EXIST_HOME/extensions/modules. Of course I would recommend having a > look at a few of the example apps that come with eXist, and perhaps > trying to store a few XML documents into eXist and query them with > XQuery before you start hacking. This may help you get started with > XQuery - http://en.wikibooks.org/wiki/XQuery > > > p.s. You may also be interested to know that Dmitriy's background is > in Accounting ;-) > > On 13 December 2013 19:04, Frank Mills <fra...@gm...> wrote: >> Posted to Exist-commits by mistake! Sorry. Please read below. >> >> >> ---------- Forwarded message ---------- >> From: Frank Mills <fra...@gm...> >> Date: 13 December 2013 18:59 >> Subject: Newbie to Exist keen to get involved >> To: Exi...@li... >> >> >> Hi, >> >> I attended an LJC event on open source projects the night before last where >> Adam (I believe, not very good with names) was describing Exist. I don't >> know, he had a crooked grin and a mad glint in his eye and I was strangely >> attracted to what he was talking about, so why not get involved?! >> >> A bit about myself, I'm an accountant in my day job but I've completed an >> MSc in Comp. Sci. a number of years back, mainly Java based (Java 2) but my >> dissertation was based around comparing the Relational & OO paradigms, or >> XML to SQL effectively. The Exist project, from what Adam described, seemed >> very close to this area. I see a lot of potential to (1) bring my knowledge >> and experience of Java up to speed; (2) brush up on what I know of XML and >> learn XQuery and XPath (3) a chance to see how a project runs practically >> and meeting some good people. >> >> Could someone help out maybe getting me introduced to the project, >> understand it and starting off on something small? >> >> Look forward to hearing back. >> >> Thanks, >> >> Francis Mills >> >> >> >> ------------------------------------------------------------------------------ >> Rapidly troubleshoot problems before they affect your business. Most IT >> organizations don't have a clear picture of how application performance >> affects their revenue. With AppDynamics, you get 100% visibility into your >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics >> Pro! >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk >> _______________________________________________ >> Exist-development mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-development >> > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Adam R. <ad...@ex...> - 2013-12-14 14:08:01
|
Hi Francis, Great to meet you the other evening, and welcome to the project. I have a couple of ideas for small projects that might be a good starting point for you, they would also give you some exposure to the XQuery engine in eXist. I would start by forking our repo to your own GitHub and getting GitFlow installed locally, the details of that are here - https://github.com/exist-db/exist#readme. You should create a GitFlow feature for the feature you are adding. You need to choose an IDE, eXist provides project files to support IntelliJ, Eclipse and NetBeans out of the box, but you may use anything you are comfortable with. In terms of small projects, there are a few EXPath XQuery modules (http://expath.org/spec/sql) that it would be nice to have fully implemented in eXist. At present we implement just the HTTP Client module and have a partial implementation of the Zip module. We also implement the Packaging Module, but that is not an XQuery module. I think it would be interesting to implement one of the SQL, File, Binary Data or Zip modules. These are quite nice little projects as XQuery modules in eXist are pluggable, and so you can pretty much code this as its own little project within the eXist code base. You should pick up some Java, JUnit and a little bit of Ant doing this. Not to mention some XQuery. These modules are usually just wrappers around common Java libraries. If any of those interest you, in terms of what may be easiest, we already have a partial Zip module, it just needs finishing so that it meets the EXPath spec I think. Also eXist has it's own SQL module, this could be copied and pasted and refactored to create one that meets the EXPath spec. When you have eXist, the modules are in $EXIST_HOME/extensions/modules. Of course I would recommend having a look at a few of the example apps that come with eXist, and perhaps trying to store a few XML documents into eXist and query them with XQuery before you start hacking. This may help you get started with XQuery - http://en.wikibooks.org/wiki/XQuery p.s. You may also be interested to know that Dmitriy's background is in Accounting ;-) On 13 December 2013 19:04, Frank Mills <fra...@gm...> wrote: > Posted to Exist-commits by mistake! Sorry. Please read below. > > > ---------- Forwarded message ---------- > From: Frank Mills <fra...@gm...> > Date: 13 December 2013 18:59 > Subject: Newbie to Exist keen to get involved > To: Exi...@li... > > > Hi, > > I attended an LJC event on open source projects the night before last where > Adam (I believe, not very good with names) was describing Exist. I don't > know, he had a crooked grin and a mad glint in his eye and I was strangely > attracted to what he was talking about, so why not get involved?! > > A bit about myself, I'm an accountant in my day job but I've completed an > MSc in Comp. Sci. a number of years back, mainly Java based (Java 2) but my > dissertation was based around comparing the Relational & OO paradigms, or > XML to SQL effectively. The Exist project, from what Adam described, seemed > very close to this area. I see a lot of potential to (1) bring my knowledge > and experience of Java up to speed; (2) brush up on what I know of XML and > learn XQuery and XPath (3) a chance to see how a project runs practically > and meeting some good people. > > Could someone help out maybe getting me introduced to the project, > understand it and starting off on something small? > > Look forward to hearing back. > > Thanks, > > Francis Mills > > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Dmitriy S. <sha...@gm...> - 2013-12-13 19:51:28
|
Welcome! There are two type of developers: one that develop something base on eXist & one that develop eXist itself. What type you are? Here some links: http://exist-db.org/exist/apps/doc/documentation.xml http://exist-db.org/exist/apps/doc/development-starter.xml http://exist-db.org/exist/apps/doc/devguide_manifesto.xml http://exist-db.org/exist/apps/doc/building.xml On Fri, Dec 13, 2013 at 11:04 PM, Frank Mills <fra...@gm...>wrote: > > I attended an LJC event on open source projects the night before last > where Adam (I believe, not very good with names) was describing Exist. I > don't know, he had a crooked grin and a mad glint in his eye and I was > strangely attracted to what he was talking about, so why not get involved?! > > A bit about myself, I'm an accountant in my day job but I've completed an > MSc in Comp. Sci. a number of years back, mainly Java based (Java 2) but my > dissertation was based around comparing the Relational & OO paradigms, or > XML to SQL effectively. The Exist project, from what Adam described, > seemed very close to this area. I see a lot of potential to (1) bring my > knowledge and experience of Java up to speed; (2) brush up on what I know > of XML and learn XQuery and XPath (3) a chance to see how a project runs > practically and meeting some good people. > > Could someone help out maybe getting me introduced to the project, > understand it and starting off on something small? > > Look forward to hearing back. > -- Dmitriy Shabanov |
From: Frank M. <fra...@gm...> - 2013-12-13 19:04:42
|
Posted to Exist-commits by mistake! Sorry. Please read below. ---------- Forwarded message ---------- From: Frank Mills <fra...@gm...> Date: 13 December 2013 18:59 Subject: Newbie to Exist keen to get involved To: Exi...@li... Hi, I attended an LJC event on open source projects the night before last where Adam (I believe, not very good with names) was describing Exist. I don't know, he had a crooked grin and a mad glint in his eye and I was strangely attracted to what he was talking about, so why not get involved?! A bit about myself, I'm an accountant in my day job but I've completed an MSc in Comp. Sci. a number of years back, mainly Java based (Java 2) but my dissertation was based around comparing the Relational & OO paradigms, or XML to SQL effectively. The Exist project, from what Adam described, seemed very close to this area. I see a lot of potential to (1) bring my knowledge and experience of Java up to speed; (2) brush up on what I know of XML and learn XQuery and XPath (3) a chance to see how a project runs practically and meeting some good people. Could someone help out maybe getting me introduced to the project, understand it and starting off on something small? Look forward to hearing back. Thanks, Francis Mills |
From: Jens Ø. P. <oe...@gm...> - 2013-12-05 13:17:35
|
Hi Ulrike, This is not the case in 2.1. # xquery version "3.0"; let $input := <test> <a n="1">1</a> <a n="2">2</a> <a n="3">3</a> </test> return $input/a[@n eq '2']/following-sibling::a # gives the correct result. I doubt that there are changes from 2.0 to 2.1 in this area. Would you run this on 2.0 and check? Cheers, Jens On 21 Nov 2013, at 11:57, Ulrike Henny <uh...@us...> wrote: > > [bugs:#833] no results with following-sibling in XPath > > Status: open > Created: Thu Nov 21, 2013 10:57 AM UTC by Ulrike Henny > Last Updated: Thu Nov 21, 2013 10:57 AM UTC > Owner: nobody > > With exist 2.0, rev. 18252 a query using the XPath-expression following-sibling::ELEMENT-NAME does not return any results where they are expected. preceding-sibling::ELEMENT-NAME, in contrast, does return the expected results. > > This was the example tested in eXide: > > XML: > > > > > > XQuery: > doc("/db/apps/rac/data/vis/3_concept-tree.xml")//concept[@label="Venetia et Histria"][@uid="1.2.24.2"]/following-sibling::concept > > yields no results. > > doc("/db/apps/rac/data/vis/3_concept-tree.xml")//concept[@label="Venetia et Histria"][@uid="1.2.24.2"]/preceding-sibling::concept > > 1 result: > as expected. > > Thanks in advance for any help! > Ulrike > > Sent from sourceforge.net because exi...@li... is subscribed to https://sourceforge.net/p/exist/bugs/ > > To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/exist/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. > > ------------------------------------------------------------------------------ > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base. > Download it for free now! > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk_______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Joe W. <jo...@gm...> - 2013-11-10 05:32:00
|
Hi all, I've just made some small improvements to the Indexes app - primarily to improve the loading speed of the landing page. (Thanks to Dannes' comment for prompting this.) As small as this change is, this is the first real divergence from the "old" admin web page version of the app, and paves the way for some future fixes and improvements. https://github.com/joewiz/indexes Joe On Fri, Sep 20, 2013 at 3:13 PM, Dannes Wessels <da...@ex...> wrote: > Hi Joe, > > thnx for creating the XAR file; I think having this as a separate XAR file > makes development much easier. > > I have two suggestions however: > > - to have some better overview we could consider the collapse-functionality > of bootstrap; not sure if this javascript is available yet). Link: > http://getbootstrap.com/2.3.2/javascript.html#collapse > > - i have a database with quite some indices; Loading of > /exist/apps/indexes/index.html alone took half a minute or so; second time a > bit less; What about loading the content of the page in two steps; first > load/render the html file, and when done load the tables via a javascript, > and have a 'please wait' message when loading? > > regards > > Dannes > > eXist-db Native XML Database > http://www.exist-db.org > > > > On 20 Sep 2013, at 18:55 , Joe Wicentowski <jo...@gm...> wrote: > > Hi all, > > As discussed earlier, I've created a .xar-based app that provides the > same functionality as the Browse Indexes panel in the old admin > webapp. It's available from: > > https://github.com/joewiz/indexes > > To create this app, I used the eXist-db app template in eXide 2.0.2, > copied the old indexes.xqm module from the admin webapp into the > modules collection, and made minimal modifications in order to make > the app work and incorporate basic bootstrap CSS styles for the tables > and forms. It took about an hour. > > I haven't yet updated the app to work with Wolfgang's new Lucene 4 > range indexes, but I think that's probably the next major addition > that's needed. > > Comments & pull requests welcome. I'm not sure if the core devs want > to use this same approach for the other panels from the old admin > webapp, or if you have other ideas in mind? Please let me know how > you think this could be most useful. > > Cheers, > Joe |
From: Dannes W. <da...@ex...> - 2013-09-20 19:14:03
|
Hi Joe, thnx for creating the XAR file; I think having this as a separate XAR file makes development much easier. I have two suggestions however: - to have some better overview we could consider the collapse-functionality of bootstrap; not sure if this javascript is available yet). Link: http://getbootstrap.com/2.3.2/javascript.html#collapse - i have a database with quite some indices; Loading of /exist/apps/indexes/index.html alone took half a minute or so; second time a bit less; What about loading the content of the page in two steps; first load/render the html file, and when done load the tables via a javascript, and have a 'please wait' message when loading? regards Dannes eXist-db Native XML Database http://www.exist-db.org On 20 Sep 2013, at 18:55 , Joe Wicentowski <jo...@gm...> wrote: > Hi all, > > As discussed earlier, I've created a .xar-based app that provides the > same functionality as the Browse Indexes panel in the old admin > webapp. It's available from: > > https://github.com/joewiz/indexes > > To create this app, I used the eXist-db app template in eXide 2.0.2, > copied the old indexes.xqm module from the admin webapp into the > modules collection, and made minimal modifications in order to make > the app work and incorporate basic bootstrap CSS styles for the tables > and forms. It took about an hour. > > I haven't yet updated the app to work with Wolfgang's new Lucene 4 > range indexes, but I think that's probably the next major addition > that's needed. > > Comments & pull requests welcome. I'm not sure if the core devs want > to use this same approach for the other panels from the old admin > webapp, or if you have other ideas in mind? Please let me know how > you think this could be most useful. > > Cheers, > Joe |
From: Joe W. <jo...@gm...> - 2013-09-20 16:55:47
|
Hi all, As discussed earlier, I've created a .xar-based app that provides the same functionality as the Browse Indexes panel in the old admin webapp. It's available from: https://github.com/joewiz/indexes To create this app, I used the eXist-db app template in eXide 2.0.2, copied the old indexes.xqm module from the admin webapp into the modules collection, and made minimal modifications in order to make the app work and incorporate basic bootstrap CSS styles for the tables and forms. It took about an hour. I haven't yet updated the app to work with Wolfgang's new Lucene 4 range indexes, but I think that's probably the next major addition that's needed. Comments & pull requests welcome. I'm not sure if the core devs want to use this same approach for the other panels from the old admin webapp, or if you have other ideas in mind? Please let me know how you think this could be most useful. Cheers, Joe On Tue, Sep 10, 2013 at 4:20 AM, Dannes Wessels <da...@ex...> wrote: > I remember talks that the DOJO stuff is a dead-end ; too many issues; > having such interface would be nice though; I have been thinking to make it > a separate XAR file; maybe that is more easy to do. > > D. > > > On Tue, Sep 10, 2013 at 6:36 AM, Joe Wicentowski <jo...@gm...> wrote: >> >> Thanks, Loren. Lots of dojo and javascript. On further thought I think >> Browse Indexes may not work well crammed into the little box that plugins >> must fit into. Unless I redesign the app quite a bit. Also, the ajaxy >> nature of the Dashboard plugins means you can't bookmark the URL to the >> plugin or for views within. >> >> >> ------------------------------------------------------------------------------ >> How ServiceNow helps IT people transform IT departments: >> 1. Consolidate legacy IT systems to a single system of record for IT >> 2. Standardize and globalize service processes across IT >> 3. Implement zero-touch automation to replace manual, redundant tasks >> >> http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk >> _______________________________________________ >> Exist-development mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-development >> > > > > -- > eXist-db Native XML Database - http://exist-db.org > Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |
From: Dannes W. <da...@ex...> - 2013-09-19 19:59:18
|
All, Tonight I moved out the 'replication extension' into a separate repository : https://github.com/eXist-db/messaging-replication from now on all development will be done from this repo ; pull-requests are welcome :-) regards Dannes |
From: Jens Ø. P. <oe...@gm...> - 2013-09-15 15:42:54
|
Were thinking of using Github for tickets for Tamboti and other apps, so +1 from me. Best, Jens On Sep 14, 2013, at 7:42 PM, Dmitriy Shabanov <sha...@gm...> wrote: > on github issues better integrated with git commits and by so with code > > +1 issues on github > > On Sat, Sep 14, 2013 at 3:38 PM, Dannes Wessels <di...@ex...> wrote: > we did not formally decide this, nor is this updated in our documentation.... > until then, it is sf.net IMO..... > > > On 14 Sep 2013, at 13:25 , Adam Retter <del...@us...> wrote: >> All new issues should be logged on GitHub not SF. https://github.com/eXist-db/exist >> > > > -- > Dmitriy Shabanov > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk_______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Dannes W. <di...@ex...> - 2013-09-15 08:00:02
|
Hi, On 14 Sep 2013, at 22:28 , Loren Cahlander <lor...@gm...> wrote: > We should ask each owner to resubmit under github. Can we lockout sourceforge do that no one submits a new issue through them? yes, it can be blocked.... we should not try to copy all tickets here; a clean up will be good :-) but..... we really need to think how we assure how ppl file tickets in the right location: where as in sfnet the whole project has one ticketing-archive, now each sub project has one ; the first tickets have been wrongly filed already.... D. |
From: Loren C. <lor...@gm...> - 2013-09-14 20:29:01
|
We should ask each owner to resubmit under github. Can we lockout sourceforge do that no one submits a new issue through them? Sent from my iPhone On Sep 14, 2013, at 4:14 PM, Dmitriy Shabanov <sha...@gm...> wrote: I think yeap ... review and migrate one by one ... or ask owner ... On Sat, Sep 14, 2013 at 11:36 PM, Joe Wicentowski <jo...@gm...> wrote: > Makes sense to me too, but do old filings need to be migrated to github? > > Sent from my iPhone > > On Saturday, September 14, 2013 at 1:42 PM, Dmitriy Shabanov wrote: > >> on github issues better integrated with git commits and by so with code >> >> +1 issues on github >> >> On Sat, Sep 14, 2013 at 3:38 PM, Dannes Wessels <di...@ex...> wrote: >> we did not formally decide this, nor is this updated in our documentation.... >> until then, it is sf.net IMO..... >> >> >> On 14 Sep 2013, at 13:25 , Adam Retter <del...@us...> wrote: >>> All new issues should be logged on GitHub not SF. https://github.com/eXist-db/exist >>> -- Dmitriy Shabanov ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk _______________________________________________ Exist-development mailing list Exi...@li... https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Dmitriy S. <sha...@gm...> - 2013-09-14 20:14:15
|
I think yeap ... review and migrate one by one ... or ask owner ... On Sat, Sep 14, 2013 at 11:36 PM, Joe Wicentowski <jo...@gm...> wrote: > Makes sense to me too, but do old filings need to be migrated to github? > > Sent from my iPhone > > On Saturday, September 14, 2013 at 1:42 PM, Dmitriy Shabanov wrote: > > on github issues better integrated with git commits and by so with code > > +1 issues on github > > On Sat, Sep 14, 2013 at 3:38 PM, Dannes Wessels <di...@ex...>wrote: > > we did not formally decide this, nor is this updated in our > documentation.... > until then, it is sf.net IMO..... > > > On 14 Sep 2013, at 13:25 , Adam Retter <del...@us...> wrote: > > All new issues should be logged on GitHub not SF. > https://github.com/eXist-db/exist > > -- Dmitriy Shabanov |
From: Joe W. <jo...@gm...> - 2013-09-14 19:37:00
|
Makes sense to me too, but do old filings need to be migrated to github? Sent from my iPhone On Saturday, September 14, 2013 at 1:42 PM, Dmitriy Shabanov wrote: > on github issues better integrated with git commits and by so with code > > +1 issues on github > > On Sat, Sep 14, 2013 at 3:38 PM, Dannes Wessels <di...@ex... (mailto:di...@ex...)> wrote: > > we did not formally decide this, nor is this updated in our documentation.... > > until then, it is sf.net (http://sf.net) IMO..... > > > > > > On 14 Sep 2013, at 13:25 , Adam Retter <del...@us... (mailto:del...@us...)> wrote: > > > > > > All new issues should be logged on GitHub not SF. https://github.com/eXist-db/exist > > > > > > > > > > > > > > > > > -- > Dmitriy Shabanov > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > |
From: Dmitriy S. <sha...@gm...> - 2013-09-14 17:43:05
|
on github issues better integrated with git commits and by so with code +1 issues on github On Sat, Sep 14, 2013 at 3:38 PM, Dannes Wessels <di...@ex...> wrote: > we did not formally decide this, nor is this updated in our > documentation.... > until then, it is sf.net IMO..... > > > On 14 Sep 2013, at 13:25 , Adam Retter <del...@us...> wrote: > > All new issues should be logged on GitHub not SF. > https://github.com/eXist-db/exist > > -- Dmitriy Shabanov |
From: Dannes W. <di...@ex...> - 2013-09-14 11:38:47
|
we did not formally decide this, nor is this updated in our documentation.... until then, it is sf.net IMO..... On 14 Sep 2013, at 13:25 , Adam Retter <del...@us...> wrote: > All new issues should be logged on GitHub not SF. https://github.com/eXist-db/exist > |
From: Dannes W. <da...@ex...> - 2013-09-10 08:52:34
|
I remember talks that the DOJO stuff is a dead-end ; too many issues; having such interface would be nice though; I have been thinking to make it a separate XAR file; maybe that is more easy to do. D. On Tue, Sep 10, 2013 at 6:36 AM, Joe Wicentowski <jo...@gm...> wrote: > Thanks, Loren. Lots of dojo and javascript. On further thought I think > Browse Indexes may not work well crammed into the little box that plugins > must fit into. Unless I redesign the app quite a bit. Also, the ajaxy > nature of the Dashboard plugins means you can't bookmark the URL to the > plugin or for views within. > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |
From: Joe W. <jo...@gm...> - 2013-09-10 04:36:16
|
Thanks, Loren. Lots of dojo and javascript. On further thought I think Browse Indexes may not work well crammed into the little box that plugins must fit into. Unless I redesign the app quite a bit. Also, the ajaxy nature of the Dashboard plugins means you can't bookmark the URL to the plugin or for views within. |
From: Loren C. <lor...@gm...> - 2013-09-10 04:06:25
|
Hey Joe, Take a look at https://github.com/lcahlander/dashboard/tree/master/plugins/scheduler You also have to add an entry in https://github.com/lcahlander/dashboard/blob/master/defaults.xml Loren On Sep 9, 2013, at 11:58 PM, Joe Wicentowski <jo...@gm...> wrote: > Hi all, > > I'd like to offer to move the Browse Indexes section of the old admin > webapp into the new Dashboard, since accessing the old admin URL space > is difficult in my development environment. I don't know the dojo > framework or javascript used by the other Dashboard plugins; is there > a template I could work from? Alternatively, I could create an app > package for the Browse Indexes pane - this would be pretty > straightforward for me. > > Comments, suggestions welcome. > > Joe > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Joe W. <jo...@gm...> - 2013-09-10 03:58:53
|
Hi all, I'd like to offer to move the Browse Indexes section of the old admin webapp into the new Dashboard, since accessing the old admin URL space is difficult in my development environment. I don't know the dojo framework or javascript used by the other Dashboard plugins; is there a template I could work from? Alternatively, I could create an app package for the Browse Indexes pane - this would be pretty straightforward for me. Comments, suggestions welcome. Joe |
From: Joern T. <joe...@gm...> - 2013-08-14 07:32:47
|
Hi Loren, we'll have a look as soon as our schedule allows. Thanks for the sample and the report. Much appreciated. Joern On Tue, Aug 13, 2013 at 7:05 PM, Loren Cahlander <lor...@gm...>wrote: > Here is a simple upload.html for testing the template. > > <div xmlns="http://www.w3.org/1999/xhtml" xmlns:ev=" > http://www.w3.org/2001/xml-events" xmlns:xf="http://www.w3.org/2002/xforms > " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" data-template= > "templates:surround" data-template-with="templates/page.html"data-template-at > ="content" data-template-options="noscript=yes"> > <xf:model> > <xf:instance xmlns=""> > <data> > <file filename="" mediatype="" size=""/> > </data> > </xf:instance> > <xf:bind nodeset="/data/file" type="xs:anyURI"/> > <xf:submission id="load" resource="{$restxq}upload" method="put"replace > ="none" ref="//file"> > <xf:message ev:event="xforms-submit-done" level="ephemeral">file > uploaded.</xf:message> > <xf:message ev:event="xforms-submit-error" level="ephemeral">An > error occurred.</xf:message> > </xf:submission> > </xf:model> > <div class="row-fluid"> > <div id="content" class="span12"> > <div class="page-header"> > <h1 data-template="config:app-title">Generated page</h1> > </div> > <div class="alert alert-success">adad</div> > <xf:upload ref="/data/file" accept="application/zip,.xsd"> > <xf:filename ref="@filename"/> > <xf:mediatype ref="@mediatype"/> > <xf:size ref="@size"/> > <xf:send ev:event="xforms-value-changed" submission="load" > /> > </xf:upload> > <br/> > <xf:output ref="/data/file/@filename"> > <xf:label>File: </xf:label> > </xf:output> > <br/> > <xf:output ref="/data/file/@mediatype"> > <xf:label>Media: </xf:label> > </xf:output> > <br/> > <xf:output ref="/data/file/@size"> > <xf:label>Size: </xf:label> > </xf:output> > <br/> > <xf:output ref="/data/file"> > <xf:label>Content: </xf:label> > </xf:output> > </div> > </div> > </div> > > On Aug 13, 2013, at 12:53 PM, Loren Cahlander <lor...@gm...> > wrote: > > If you go to http://greatlinkup.com:8080/exist/apps/schema/tsgen.html you > will see the navbar is messed up. > > <munged.png> > > If I comment out the xf:upload, I get: > > <noupload.png> > > I have been looking through the CSS files and cannot find the problem. > > > > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______________________________________________ > Betterform-users mailing list > Bet...@li... > https://lists.sourceforge.net/lists/listinfo/betterform-users > > |