Re: [web2py] Re: Link-pass data to new view via session not on URL

2010-10-23 Thread Branko Vukelic
On Sun, Oct 24, 2010 at 2:17 AM, cjrh caleb.hatti...@gmail.com wrote: On Oct 24, 1:56 am, cjrh caleb.hatti...@gmail.com wrote: My tests below doesn't seem to permanently update the session object inside setnum(), even though request.args does contain the number sent by ajax. Ok, I figured

[web2py] Administration control panel and production sites

2010-10-23 Thread Branko Vukelic
I've skimmed through the book, and I'm reading the part about deployment, so I have a couple of questions. 1. Can multiple sites be served on their own domains using Rocket? 2. How can one take advantage of super-easy app management in the administration section? Thanks in advance. Regards, --

Re: [web2py] Re: Link-pass data to new view via session not on URL

2010-10-24 Thread Branko Vukelic
On Sun, Oct 24, 2010 at 4:16 PM, cjrh caleb.hatti...@gmail.com wrote: I want to know if there is a way to get data to go from a page to a controller function via an HTTP link, rather than using a form, and without showing that data on the URL. AFAIK, you only get to use two HTTP methods

Re: [web2py] Re: Link-pass data to new view via session not on URL

2010-10-24 Thread Branko Vukelic
On Sun, Oct 24, 2010 at 4:43 PM, cjrh caleb.hatti...@gmail.com wrote: The datum in my case is a room rate that a client must pay. Recalculation is somewhat complicated, and I had hoped to avoid a recalculation and just pass the already-calculated value to the confirmation page.  I cannot let

Re: [web2py] Re: How to use steaky

2010-10-24 Thread Branko Vukelic
On Sun, Oct 24, 2010 at 5:16 PM, dbb asefa.deb...@gmail.com wrote: OK, Massimo, how can I use rocket, is there documentation? Debebe Massimo pointed this thread out to me: http://groups.google.com/group/web2py/browse_thread/thread/f0ac5c1d34480565 It's a good start. -- Branko Vukelić

Re: [web2py] Re: Link-pass data to new view via session not on URL

2010-10-24 Thread Branko Vukelic
On Sun, Oct 24, 2010 at 8:41 PM, cjrh caleb.hatti...@gmail.com wrote: On Oct 24, 5:03 pm, Branko Vukelic bg.bra...@gmail.com wrote: * Calculated values are shown, and a form with hidden fields and a submit button labeled 'Confirm' is shown The hidden fields still show in the page source

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-25 Thread Branko Vukelic
I've missed this part of the convo when I was replying to Thadeus off-list. Anyway, since I've already done something, and the current plugins site doesn't seem to have it's own logo either, I'll attach the thing I've done, so you can take a look. On Mon, Oct 25, 2010 at 1:58 PM, mdipierro

Re: [web2py] Unable to open web2py using ip address

2010-10-25 Thread Branko Vukelic
Have you tried serving off 0.0.0.0 instead of 127.0.0.1? 127.0.0.1 is only visible locally. On Mon, Oct 25, 2010 at 3:32 PM, Ramjee Ganti gant...@gmail.com wrote: Hi, The problem is Works: http://127.0.0.1:8000//welcome/default/index Does not Work on both mobile and Dev machine: 

Re: [web2py] Re: web2py wizard (alpha) is here

2010-10-25 Thread Branko Vukelic
I've seen the wizard video http://vimeo.com/16048970 It's an awesome feature, much like RoR's scaffold, but with an UI. Nice. What I'd really like to see, though, is a handy toolbar in the Edit section that we could use to generate bits and pieces on the fly. Like do just one table, or just

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-25 Thread Branko Vukelic
On Mon, Oct 25, 2010 at 4:43 PM, Bruno Rocha rochacbr...@gmail.com wrote: Branko, Did you proposed a logo for web2py main site too ? You did an excelent work with this one, if we have a second round to submit and vote for logos, you would send your ideas. Well, no I haven't proposed a logo for

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-25 Thread Branko Vukelic
On Mon, Oct 25, 2010 at 5:33 PM, mdipierro mdipie...@cs.depaul.edu wrote: No because I did not write anything yet. Anyway, my idea to have something that works very much like the layouts page: it exposes a list plugins via a json service and admin/ wizard has access to that. All we have to

Re: [web2py] Re: web2py wizard (alpha) is here

2010-10-25 Thread Branko Vukelic
On Mon, Oct 25, 2010 at 5:35 PM, mdipierro mdipie...@cs.depaul.edu wrote: The layout selector should include simpler cases as you suggest. Creating controller on the fly is a more complex issues because it assumes the wizard understands user's code and it does not. I've had something more

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-25 Thread Branko Vukelic
Consider adding code-reivew and rating features, so the community can mark stuff as safe to include in a project or not safe. On Mon, Oct 25, 2010 at 6:53 PM, Thadeus Burgess thade...@thadeusb.com wrote: It should be easy enough to add a service for a listing of plugins. Would come up with a

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-25 Thread Branko Vukelic
On Mon, Oct 25, 2010 at 11:17 PM, Bruno Rocha rochacbr...@gmail.com wrote: Branko, I dont know if people are thinking about a Second round on logo votation http://www.blouweb.com/logovote/default/index?order=id , but even without tha votation, I think it is a good idea for you to propose a new

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-26 Thread Branko Vukelic
On Tue, Oct 26, 2010 at 8:31 AM, Bruno Rocha rochacbr...@gmail.com wrote: A ship on the beach is a lighthouse to the sea. I'm feeling stupid... I don't understand that sentence. :P -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/

Re: [web2py] Unable to open web2py using ip address

2010-10-26 Thread Branko Vukelic
the webapplication from my mobile browser. Thanks, rAm i Think, i Wait, i Fast -- Siddhartha http://sodidi.ramjeeganti.com On Mon, Oct 25, 2010 at 8:05 PM, Branko Vukelic bg.bra...@gmail.com wrote: Have you tried serving off 0.0.0.0 instead of 127.0.0.1? 127.0.0.1 is only visible locally. On Mon

Re: [web2py] hey I like this idea

2010-10-26 Thread Branko Vukelic
On Tue, Oct 26, 2010 at 6:24 AM, mdipierro mdipie...@cs.depaul.edu wrote: http://miksovsky.blogs.com/flowstate/2010/10/squeeze-wide-page-content-into-narrow-windows-let-the-content-overlap-the-left-navigation-pane.html One more method of dealing with left nav missed: * Make left navigation

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-26 Thread Branko Vukelic
modern and cutting-edge). Also, I don't quite get the meaning of the ship -- how does it relate to the web2py brand identity? Anthony On Oct 26, 6:49 am, Branko Vukelic bg.bra...@gmail.com wrote: On Tue, Oct 26, 2010 at 2:00 AM, mdipierro mdipie...@cs.depaul.edu wrote: I have no strong

Re: [web2py] Re: Request for a logo - PluginCentral

2010-10-26 Thread Branko Vukelic
., rather than modern and cutting-edge). Also, I don't quite get the meaning of the ship -- how does it relate to the web2py brand identity? Anthony On Oct 26, 6:49 am, Branko Vukelic bg.bra...@gmail.com wrote: On Tue, Oct 26, 2010 at 2:00 AM, mdipierro mdipie...@cs.depaul.edu wrote

Re: [web2py] web2py arguments syntax

2010-10-28 Thread Branko Vukelic
On Wed, Oct 27, 2010 at 5:43 PM, VP vtp2...@gmail.com wrote: def insertdog(name, owner, age):    # request.args should be automatically assigned to these arguments I also prefer this over manual extraction from the request object. But I do hate the decorator syntax. I think controllers are no

Re: [web2py] Re: web2py arguments syntax

2010-10-28 Thread Branko Vukelic
On Thu, Oct 28, 2010 at 3:20 PM, mdipierro mdipie...@cs.depaul.edu wrote: Out of the box you can do: @service.run def insertdog(name,owner,age):    # other things and in routes: routes_in=[   ('/app/default/insertdog/$name/$age/$owner',    

Re: [web2py] Re: web2py arguments syntax

2010-10-28 Thread Branko Vukelic
On Thu, Oct 28, 2010 at 7:53 PM, VP vtp2...@gmail.com wrote: The other way is more natural because controller's arguments correspond exactly to functions' arguments in Python.  It's conceptually better.  Now, controller functions have no, in fact cannot have, arguments.  This I think is

Re: [web2py] jQuery Tools

2010-10-28 Thread Branko Vukelic
On Thu, Oct 28, 2010 at 9:31 PM, Richard Vézina ml.richard.vez...@gmail.com wrote: Nice lib! Thanks Richard Damn right! Awesome stuff. -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/ Check out my portfolio:

Re: [web2py] Re: jQuery Tools

2010-10-28 Thread Branko Vukelic
On Thu, Oct 28, 2010 at 11:59 PM, RipRyness ripryn...@gmail.com wrote: PS I must have hit reply to author on my previous try at responding to this post. It was ok the first time, though. :) -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog:

Re: [web2py] Re: web2py 1.88.1 is OUT

2010-10-29 Thread Branko Vukelic
On Sat, Oct 30, 2010 at 12:05 AM, mdipierro mdipie...@cs.depaul.edu wrote: Fixed. 1.88.2 but please check it Woah! Two releases in a few hours! :D -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/ Check out my portfolio:

[web2py] Ordering of versions in versioning dashboard

2010-10-31 Thread Branko Vukelic
I think the order should be reverse (showing latest at the top). You rarely need to revert to revisions older than just a few commits back, so it makes more sense to have those at the top, and not the oldest. -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog:

[web2py] response.files and JS at bottom of page

2010-10-31 Thread Branko Vukelic
How does web2py render the JavaScript assets? Does it always render them in head or this can be customized? Specifically, I like the JS assets to be rendered just before the closing /body tag. -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog:

Re: [web2py] I may have missed some posts....

2010-11-01 Thread Branko Vukelic
On Mon, Nov 1, 2010 at 6:57 PM, mdipierro mdipie...@cs.depaul.edu wrote: If there is any open that I missed please ping me. Ping! http://groups.google.com/group/web2py/browse_thread/thread/af6bbc7f92ed5ce2# -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog:

Re: [web2py] new admin layout

2010-11-01 Thread Branko Vukelic
Maybe it's just me, and I'm definitely speaking for myself, but the new orange is difficult to read. I'd prefer a darker shade or a darker color. On Mon, Nov 1, 2010 at 7:16 PM, Albert Abril albert.ab...@gmail.com wrote: Just say that in    changeset:   1108:9d9d4de746af there's no ...   img

Re: [web2py] Re: new admin layout

2010-11-01 Thread Branko Vukelic
On Mon, Nov 1, 2010 at 7:34 PM, Jose jjac...@gmail.com wrote: I like it better than the last. I made this change because it was hard to distinguish the orange button: -- .button {background-color: #DD; padding: 2px 5px 2px 5px; line- height: 25px;   -moz-border-radius: 3px;    

Re: [web2py] Re: new admin layout

2010-11-01 Thread Branko Vukelic
Ok, I'll deal with this pronto. On Mon, Nov 1, 2010 at 8:41 PM, mdipierro mdipie...@cs.depaul.edu wrote: It would also be nice to have INPUT and TEXTAREA with rounded corner and buttons (submit and file upload) look like the class button. On Nov 1, 2:11 pm, Branko Vukelic bg.bra...@gmail.com

Re: [web2py] Re: new admin layout

2010-11-01 Thread Branko Vukelic
Is this snippet: {{if a==request.application:}} used to differentiate between admin and non-admin app? Or maybe between binary and source apps? On Mon, Nov 1, 2010 at 8:45 PM, Branko Vukelic bg.bra...@gmail.com wrote: Ok, I'll deal with this pronto. On Mon, Nov 1, 2010 at 8:41 PM, mdipierro

Re: [web2py] Re: new admin layout

2010-11-01 Thread Branko Vukelic
Oh, damn. My fingers faster than brain. Ok, I get it. On Mon, Nov 1, 2010 at 9:16 PM, Branko Vukelic bg.bra...@gmail.com wrote: Is this snippet: {{if a==request.application:}} used to differentiate between admin and non-admin app? Or maybe between binary and source apps? On Mon, Nov 1

Re: [web2py] Re: new admin layout

2010-11-01 Thread Branko Vukelic
On Mon, Nov 1, 2010 at 8:41 PM, mdipierro mdipie...@cs.depaul.edu wrote: It would also be nice to have INPUT and TEXTAREA with rounded corner and buttons (submit and file upload) look like the class button. Actually, most form controls on Ubuntu ARE rounded by default. :P Anyway, I've

Re: [web2py] Re: new admin layout

2010-11-01 Thread Branko Vukelic
On Mon, Nov 1, 2010 at 10:10 PM, Branko Vukelic bg.bra...@gmail.com wrote: how to style the browser button. Does anyone have an idea? Failing I meant the 'Browse' button. -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/ Check

Re: [web2py] Re: new admin layout

2010-11-01 Thread Branko Vukelic
that some other time, though. Too tired now. On Mon, Nov 1, 2010 at 10:11 PM, Branko Vukelic bg.bra...@gmail.com wrote: On Mon, Nov 1, 2010 at 10:10 PM, Branko Vukelic bg.bra...@gmail.com wrote: how to style the browser button. Does anyone have an idea? Failing I meant the 'Browse' button

Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-01 Thread Branko Vukelic
I hate the way time is selected in that widget. A drop-down would've been much better. But damn. I'm looking at all the crazy implementation of time-picker, where a couple of text boxes or drop-downs would suffice for most people. It's crazy how over-engineered some solutions are:

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 8:41 AM, David Marko dma...@tiscali.cz wrote: I have the same opinion. Its too confusing, too many color backgrounds, quite heavy ... Yes, I agree to this as well (despite the fact that I proposed it myself). I'll keep working on this, so I'm sure we'll reach a solution

Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 9:52 AM, Tom Atkins minkto...@gmail.com wrote: +1 for this one: http://trentrichardson.com/examples/timepicker/ +1 -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/ Check out my portfolio:

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 2:51 PM, mdipierro mdipie...@cs.depaul.edu wrote: Let's make a distinction between adding functionality (a more distant goal) and reworking the css. So far (compared with the original version) we just reworked the css. Ok. Things we should like: * background and

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 4:16 PM, Richard Vézina ml.richard.vez...@gmail.com wrote: I think minimalistic color schema is the way to go, like google = elementary color. The current goal is to implement this new more app-like interface for the admin. Mostly just cosmetic stuff that doesn't affect

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 6:49 PM, mdipierro mdipie...@cs.depaul.edu wrote: I'd rather have one layout for admin than a choice. I think we need this as simple as spossible. I agree. This is not a question of preference, but utility. If bold text fails to emphasize an important bit of information,

Re: [web2py] keep it simple (a lesson from expedia)

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 3:40 PM, mdipierro mdipie...@cs.depaul.edu wrote: http://www.silicon.com/management/sales-and-marketing/2010/11/01/expedia-on-how-one-extra-data-field-can-cost-12m-39746554/ Otherwise, it's bad practice to ask for more data than the USER thinks you need. ;) -- Branko

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
the orange/brown one I just think the folder icon must be a closed folder if static, or better if can toggle open/cloded, and fonts could be a little smaller. 2010/11/2 Branko Vukelic bg.bra...@gmail.com What do you people think about this color scheme? Trying out colors that match the main

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 9:02 PM, Bruno Rocha rochacbr...@gmail.com wrote: I just mean that the folder icon should be a closed folder, if this will be unique for opened and closed folders. Ah, those do not correspond to file folders. It's the folder icon that is used for major application layers,

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
...@thadeusb.com wrote: Smaller icons, or bigger text. -- Thadeus On Tue, Nov 2, 2010 at 3:07 PM, Branko Vukelic bg.bra...@gmail.com wrote: On Tue, Nov 2, 2010 at 9:02 PM, Bruno Rocha rochacbr...@gmail.com wrote: I just mean that the folder icon should be a closed folder

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
on some browsers. Also please make the icons smaller and do not use fonts that exceed 16px, except for perhaps the logo. Big fonts push everything down and things are less likely to fit in a page. On Nov 2, 2:55 pm, Branko Vukelic bg.bra...@gmail.com wrote: Sizes of things are something I'm

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 10:10 PM, Branko Vukelic bg.bra...@gmail.com wrote: Fonts are 13px. I'm really against making icons any smaller because these are really nice to click on. But if you guys insist, I will make them smaller. -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com

Re: [web2py] ymacs editor

2010-11-02 Thread Branko Vukelic
Yeah, I've seen it the other day. Looking great. On Tue, Nov 2, 2010 at 10:08 PM, Michele Comitini michele.comit...@gmail.com wrote: Bruno Rochas pointed this out: http://www.ymacs.org/demo/ cool! mic -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog:

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 10:31 PM, mdipierro mdipie...@cs.depaul.edu wrote: I am ok with this but not too may icons I guess iconds for folder, edit, delete are ok. If we have more icons we may need tooltips to explain them. As far as I can see, those are the only icons we need at this time.

Re: [web2py] Re: ymacs editor

2010-11-02 Thread Branko Vukelic
Is Amy in trunk? How do you switch to it? On Tue, Nov 2, 2010 at 10:35 PM, mdipierro mdipie...@cs.depaul.edu wrote: I am all for replacing the current editor with this. At least provide it as an option along with editarea and Amy, both supported now. Massimo On Nov 2, 4:08 pm, Michele

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 10:51 PM, Anthony abasta...@gmail.com wrote: I'm not sure I like the filenames inside buttons, especially such dark buttons. It ends up looking very stark and heavy. It's not too bad with just the 3 files in this mockup, but may be a bit much when viewing a full page

Re: [web2py] Re: new admin layout

2010-11-02 Thread Branko Vukelic
this is quite right, but feels a little better to me. Anthony -- Forwarded message -- From: Branko Vukelic bg.bra...@gmail.com Date: Nov 2, 3:29 pm Subject: new admin layout To: web2py-users What do you people think about this color scheme? Trying out colors that match

Re: [web2py] A simple Whoosh integration approach (for searching)

2010-11-03 Thread Branko Vukelic
On Wed, Nov 3, 2010 at 9:48 AM, Bernardo estem...@gmail.com wrote: The problem comes when, reading whoosh documentation, we find out that when indexing a document, whoosh lock the index (it is just locked to write, you can read in while indexing). So, how to solve this imposibility of

Re: [web2py] new welcome app in trunk but minor problem...

2010-11-03 Thread Branko Vukelic
On Wed, Nov 3, 2010 at 6:00 AM, mdipierro mdipie...@cs.depaul.edu wrote: We have two solutions: 1) change all layouts w2p files to look for superfish in static/ or in static/js 2) move all the current static files in static/ and our of static/css, static/js, static/images/. Probably 1) is a

Re: [web2py] Re: new welcome app in trunk but minor problem...

2010-11-03 Thread Branko Vukelic
I've randomly read this topic in between CSS and short cigarette breaks, and noted this part: About the tests. They are not heavy in the bandwidth sense. They just clutter the design page and new users get lost. There is aleady too much stuff in the design page. I am even considering hiding

Re: [web2py] validators order

2010-11-03 Thread Branko Vukelic
2010/11/3 Kenneth Lundström kenneth.t.lundst...@gmail.com: IS_IN_DB takes out the need for IS_NOT_EMPTY as the value has to be in the database it can´t be empty. IS_THAT_TRUE? Because, I know for sure there's a use-case for IS_EMPTY_OR(IS_IN_DB()) I've used the above pattern a lot in a

Re: [web2py] validators order

2010-11-03 Thread Branko Vukelic
On Wed, Nov 3, 2010 at 9:10 PM, Branko Vukelic bg.bra...@gmail.com wrote: 2010/11/3 Kenneth Lundström kenneth.t.lundst...@gmail.com: IS_IN_DB takes out the need for IS_NOT_EMPTY as the value has to be in the database it can´t be empty. IS_THAT_TRUE? Because, I know for sure there's a use-case

Re: [web2py] Re: new admin layout

2010-11-04 Thread Branko Vukelic
On Thu, Nov 4, 2010 at 11:33 AM, Martin.Mulone mulone.mar...@gmail.com wrote: Thanks branko look very good. Some little things -less rounded in title headers? Maybe? -the orange in button edit still killing my eyes? Maybe? -submit button has no margins Submit button is an inline

Re: [web2py] Re: new admin layout

2010-11-04 Thread Branko Vukelic
There are always new cool ideas, and I'm sure all of us have more than just a few of those. And I would LOVE to try all of them and see what works. But then again, we could do it until we all die and never finish. Why? Because there is no such thing as finished in graphic design. Someone says

Re: [web2py] Re: new admin layout

2010-11-04 Thread Branko Vukelic
On Thu, Nov 4, 2010 at 7:22 PM, mdipierro mdipie...@cs.depaul.edu wrote: Point taken. If you feel you have the time to work a better html, I fully support that. Great. :) -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/ Check

Re: [web2py] Re: new admin layout

2010-11-04 Thread Branko Vukelic
On Thu, Nov 4, 2010 at 8:00 PM, Anthony abasta...@gmail.com wrote: Branko, Again, thanks for all your efforts improving the Admin interface. Your points are well taken, and I don't think anyone expects that all of this feedback will be incorporated immediately (or even ever). We've already

Re: [web2py] Re: new admin layout

2010-11-05 Thread Branko Vukelic
On Fri, Nov 5, 2010 at 11:40 AM, selecta gr...@delarue-berlin.de wrote: also it should be css = cursor: pointer; when i did not see my mouse trurn to a hand i thought i could not click it These issues will hopefully be resolved in a consistent manner (not by patch one thing at a time, but

Re: [web2py] Re: new admin layout

2010-11-05 Thread Branko Vukelic
.) and orange for links and edit buttons. On Nov 5, 11:38 am, Branko Vukelic bg.bra...@gmail.com wrote: On Fri, Nov 5, 2010 at 11:40 AM, selecta gr...@delarue-berlin.de wrote: also it should be css = cursor: pointer; when i did not see my mouse trurn to a hand i thought i could not click

[web2py] cSans CSS framework

2010-11-05 Thread Branko Vukelic
Haven't used it yet, but examples look promissing: http://code.google.com/p/csans/ -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078

Re: [web2py] Help with picture default

2010-11-06 Thread Branko Vukelic
On Sat, Nov 6, 2010 at 7:32 AM, CesarBustios cesarbust...@gmail.com wrote: Hi, please in my database i have an 'upload' type Field and i want to make some picture ('pic.jpg') the default picture when the form load, how can i do that??? For something like an avatar, where user gets assigned a

Re: [web2py] Re: Interesting developments...

2010-11-06 Thread Branko Vukelic
On Sat, Nov 6, 2010 at 9:18 PM, Luther Goh Lu Feng elf...@yahoo.com wrote: On Nov 7, 3:31 am, Anthony abasta...@gmail.com wrote: http://groups.google.com/group/pylons-discuss/browse_thread/thread/97... http://groups.google.com/group/turbogears/browse_frm/thread/47779d858... And web2py

Re: [web2py] Re: Interesting developments...

2010-11-06 Thread Branko Vukelic
On Sat, Nov 6, 2010 at 10:41 PM, Anthony abasta...@gmail.com wrote: (well, perhaps web2py is implied in the ...) I gather most people are not aware web2py exists. It's too different: * Uses upper-case method names * Has it's app manager and built-in editor (two actually, and couting) * Migrates

Re: [web2py] Re: Interesting developments...

2010-11-06 Thread Branko Vukelic
  Django. Hyde supports all the Django template tags  filters and even has a few of its own. The built-in web server + auto-generator provide instant refresh and unlimited flexibility- ( http://ringce.com/hyde ) On Sat, Nov 6, 2010 at 10:55 PM, Branko Vukelic bg.bra...@gmail.com wrote: On Sat

Re: [web2py] Re: Step 6 of new app confusion

2010-11-06 Thread Branko Vukelic
Ooh, so much pressure! :D On Sat, Nov 6, 2010 at 11:39 PM, mdipierro mdipie...@cs.depaul.edu wrote: This should be fixed in trunk. release as soon as we have the latest admin design. On Nov 6, 3:53 pm, mikech mp.ch...@gmail.com wrote: I see on a subsequent walkthru of the wizard that some

Re: [web2py] Re: RFC

2010-11-06 Thread Branko Vukelic
On Sun, Nov 7, 2010 at 12:00 AM, Mariano Reingart reing...@gmail.com wrote: Indeed, for wizard I would prefer more explicit dropdown fields, that would be more intuitive to begginers. I +1 this. It's not easy to guess what you can write in those fields for sure. -- Branko Vukelić

[web2py] Multiple helper tags concatenated

2010-11-06 Thread Branko Vukelic
Is there a shorter way of doing: return XML(str(TAG1(foo)) + str(TAG2(bar))) ? -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078

Re: [web2py] Re: Interesting developments...

2010-11-06 Thread Branko Vukelic
On Sun, Nov 7, 2010 at 12:01 AM, Richard richar...@gmail.com wrote: * Has a weird lead developer that implements just about any great idea he picks up in the list :) hahaha You can't imagine how unfuny that can sound to some projects. :D I think they might cry if they saw the line. --

Re: [web2py] Re: Multiple helper tags concatenated

2010-11-06 Thread Branko Vukelic
On Sun, Nov 7, 2010 at 12:56 AM, mdipierro mdipie...@cs.depaul.edu wrote: return TAG[''](TAG1(foo),TAG2(bar)) TAG[''] makes a virtual tag (no tag/tag, only content). Thanks! -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/

Re: [web2py] Re: Web2py Application Exhibition ( Version 2.0 )

2010-11-07 Thread Branko Vukelic
On Fri, Nov 5, 2010 at 11:50 AM, NetAdmin mr.netad...@gmail.com wrote: Ramjee, Yes the app must be opensource. ( Like Web2py ) Frankly, I think including closed-source (binary even) apps would be better PR. You CAN use web2py to build them, so why not show them off? Not everyone is hot on

Re: [web2py] Re: RFC

2010-11-07 Thread Branko Vukelic
On Sun, Nov 7, 2010 at 3:10 PM, mr.freeze nat...@freezable.com wrote: I totally agree Kevin. From the Zen of Python: There should be one-- and preferably only one --obvious way to do it. Zen of Python is best for quoting. I don't know any Python developer that hasn't broken at least one of the

Re: [web2py] Re: cSans CSS framework

2010-11-07 Thread Branko Vukelic
like nearly universal compatibility will be easier than even FF compatibility. Ha, it looks like cSans is making CSS fun again! On Nov 5, 4:07 pm, Branko Vukelic bg.bra...@gmail.com wrote: Haven't used it yet, but examples look promissing: http://code.google.com/p/csans/ -- Branko Vukelić

Re: [web2py] Create an Image from webpage

2010-11-07 Thread Branko Vukelic
On Sun, Nov 7, 2010 at 10:20 PM, Andrew Evans randra...@gmail.com wrote: Hello! I was wondering if anyone could recommend a method for creating an image from a web site using web2py. For example say someone enters a url in a form the script executes and grabs an image/screen shot of the web

Re: [web2py] Re: Interesting developments...

2010-11-07 Thread Branko Vukelic
On Sun, Nov 7, 2010 at 5:20 PM, mdipierro mdipie...@cs.depaul.edu wrote: thought you may enjoy this discussion... http://www.reddit.com/r/Python/comments/e22ol/pyramid_is_a_small_fast_downtoearth_python_web/c14omr0 Discussion about the MV framework was really interesting, though. And Massimo

Re: [web2py] Re: RFC: Why web2py rocks

2010-11-07 Thread Branko Vukelic
with multiple data bases (at the same time as well) Plugin system is a feature that rocks in web2py! 2010/11/7 Branko Vukelic bg.bra...@gmail.com Here's a little something to promote web2py. Since I'm not a very experienced web2py user, I'd like to ask the list for comments. What would

Re: [web2py] new admin in trunk

2010-11-08 Thread Branko Vukelic
Edit area has its own styles which I couldn't touch even though I wanted to... I'll check out trunk tonite and see if I get the same thing. What browser are you using? On Mon, Nov 8, 2010 at 5:15 PM, Martín Mulone mulone.mar...@gmail.com wrote: Many Thanks branko, it's beautifull!!. The edit

Re: [web2py] Re: new admin in trunk

2010-11-08 Thread Branko Vukelic
I'll see about the image. The trunk seems empty, though, so I guess Massimo is working on it right now. On Mon, Nov 8, 2010 at 6:32 PM, Anthony abasta...@gmail.com wrote: Excellent. Are you soliciting feedback, or just announcing? Assuming the latter, I'll limit comments to bugs: - There are

Re: [web2py] Re: new admin in trunk

2010-11-08 Thread Branko Vukelic
Btw, for those that haven't seen it yet, there is search functionality in design view under each heading. I don't know if you can actually try it right now, but when you get a chance, I'd like some usability feedback on that. -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check

Re: [web2py] Re: new admin in trunk

2010-11-08 Thread Branko Vukelic
examples and admin. I created those submfolder and moved stuff in there. For some misterious reason hg add stopped being recursive and did not add some files. I add them one by one and hope I did not miss anything. Please check again. massimo On Nov 8, 12:12 pm, Branko Vukelic bg.bra

Re: [web2py] Re: Interesting developments...

2010-11-08 Thread Branko Vukelic
On Mon, Nov 8, 2010 at 5:10 PM, Andrew Thompson andre...@aktzero.com wrote: * Paradigm shifts in technology, Web3, or newer WSGIs, or some other basic component making a quantum leap that just works differently. One word: web3py :) -- Branko Vukelić bg.bra...@gmail.com

Re: [web2py] Re: new admin in trunk

2010-11-08 Thread Branko Vukelic
Also, help icon missing. On Mon, Nov 8, 2010 at 9:12 PM, cjrh caleb.hatti...@gmail.com wrote: Just checked now using Opera 10.61: the code editor doesn't load properly.  It seems all squashed over to the right, or something like that. On Nov 8, 6:11 pm, mdipierro mdipie...@cs.depaul.edu

Re: [web2py] Re: new admin in trunk

2010-11-08 Thread Branko Vukelic
On Mon, Nov 8, 2010 at 9:12 PM, cjrh caleb.hatti...@gmail.com wrote: Just checked now using Opera 10.61: the code editor doesn't load properly.  It seems all squashed over to the right, or something like that. Ooh, bad... I'll see what this is about. -- Branko Vukelić bg.bra...@gmail.com

Re: [web2py] Re: new admin in trunk

2010-11-08 Thread Branko Vukelic
A few unclosed span tags. Massimo, here's the patch. On Mon, Nov 8, 2010 at 9:32 PM, Branko Vukelic bg.bra...@gmail.com wrote: On Mon, Nov 8, 2010 at 9:12 PM, cjrh caleb.hatti...@gmail.com wrote: Just checked now using Opera 10.61: the code editor doesn't load properly.  It seems all

Re: [web2py] Re: RFC: Why web2py rocks

2010-11-08 Thread Branko Vukelic
On Mon, Nov 8, 2010 at 10:46 PM, Anthony abasta...@gmail.com wrote: Yes, Maybe not as web2py should be Maybe not as paranoid as web2py or just Maybe not as much as web2py. A few other typos: - Should be 31 validators (i.e., plural) - named after the HTML elements they represent (i.e., add

Re: [web2py] Re: RFC: Why web2py rocks

2010-11-08 Thread Branko Vukelic
for. For vertical scrolling. For this type of thing, I think it's the best format. Massimo On Nov 8, 2:43 pm, Branko Vukelic bg.bra...@gmail.com wrote: Here's the update. I did not include everything you suggested here because I fear nobody would enjoy reading a promotional novel. Tried to keep it short

Re: [web2py] Re: RFC: Why web2py rocks

2010-11-08 Thread Branko Vukelic
On Mon, Nov 8, 2010 at 10:19 PM, Stefaan Himpe stefaan.hi...@gmail.com wrote: (Btw I like the gray background - it occurred to me that perhaps a similar background might also look good in the admin app, which now looks a bit white to my eyes.) Massimo is partial to white, so I kept it.

Re: [web2py] Re: RFC: Why web2py rocks

2010-11-08 Thread Branko Vukelic
Oh rats. Attached the wrong version w/p RPC fixed. :P On Mon, Nov 8, 2010 at 11:42 PM, Branko Vukelic bg.bra...@gmail.com wrote: Here's the corrected version. Let me know if you spot anything else. -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http

Re: [web2py] Re: new admin in trunk

2010-11-08 Thread Branko Vukelic
:39 pm, Branko Vukelic bg.bra...@gmail.com wrote: A few unclosed span tags. Massimo, here's the patch. On Mon, Nov 8, 2010 at 9:32 PM, Branko Vukelic bg.bra...@gmail.com wrote: On Mon, Nov 8, 2010 at 9:12 PM, cjrh caleb.hatti...@gmail.com wrote: Just checked now using Opera 10.61

Re: [web2py] Re: web2py wizard (alpha) is here

2010-11-08 Thread Branko Vukelic
On Mon, Nov 8, 2010 at 10:33 PM, newnomad uti...@gmail.com wrote: there is a ROR framework in the works specifically aimed at mobile application developing. I don’t know. It’s not like their last app framework went anywhere. -- John Gruber LOL! -- Branko Vukelić bg.bra...@gmail.com

Re: [web2py] html editor app/plugin/code for the appadmin

2010-11-08 Thread Branko Vukelic
This is the editor (one of them) used in web2py: http://www.cdolivet.com/index.php?page=editArea On Tue, Nov 9, 2010 at 12:44 AM, Eduardo meketr...@gmail.com wrote: The web2py admin app comes with a nice code editor for use in the browser. I wonder if anyone knows of an HTML app/code I could

Re: [web2py] Re: new admin in trunk

2010-11-08 Thread Branko Vukelic
On Tue, Nov 9, 2010 at 8:05 AM, mdipierro mdipie...@cs.depaul.edu wrote: - 'logout' in french ('deconnexion') is too long for the button area (top right buttons in the design view). this is a major problem. Now that all buttons have a fixed size, this is going to break on multiple languages,

Re: [web2py] Re: RFC: Why web2py rocks

2010-11-09 Thread Branko Vukelic
On Tue, Nov 9, 2010 at 3:04 PM, Branko Vukelic bg.bra...@gmail.com wrote: On Tue, Nov 9, 2010 at 1:44 PM, Bruno Rocha rochacbr...@gmail.com wrote: I just need to find out how to edit .svg in a Mac. I'll try InkScape for Mac/X11 It's an Inkscape SVG, so Inkscape would be your best bet. Just so

Re: [web2py] Re: RFC: Why web2py rocks

2010-11-09 Thread Branko Vukelic
On Tue, Nov 9, 2010 at 1:44 PM, Bruno Rocha rochacbr...@gmail.com wrote: I just need to find out how to edit .svg in a Mac. I'll try InkScape for Mac/X11 It's an Inkscape SVG, so Inkscape would be your best bet. Just so you know, line wrapping is manual (that's how I did it, that is). --

Re: [web2py] Re: Windows binary distribution

2010-11-09 Thread Branko Vukelic
On Tue, Nov 9, 2010 at 4:12 PM, Bruno Rocha rochacbr...@gmail.com wrote: I Just included PySerial and another modules to access peripherals on host machine. I just take web2py, include my app folder and the modules/binaries I needed, I dont think it broke any license. or I am wrong? You can't

Re: [web2py] Re: help us test new admin on windows....

2010-11-10 Thread Branko Vukelic
On Wed, Nov 10, 2010 at 6:51 PM, Anthony abasta...@gmail.com wrote: now that we're indenting the file names within subfolders, maybe we can simply get rid of the path altogether (this will especially help when there are several nested subfolders). I absolutely agree. In fact, I would have done

  1   2   3   4   >