done. thank you.
On Sep 2, 10:30 am, Ivica Kralj <ivicakr...@gmail.com> wrote: > Hi Massimo, > > Here is the link -http://code.google.com/p/web2py-appointment-manager/. > > As my contribution was so small, 3-4 lines of code , I don't feel > comfortable to list other people work as my own :). > > If anybody else is interested to contribute, I'll give you required > permissions on project's page. In the meantime, I'll take care of this baby > :) > > Cheers > I > > On 2 September 2011 04:36, Massimo Di Pierro > <massimo.dipie...@gmail.com>wrote: > > > > > > > > > can you host it on google code and I will simply link it? Make sure > > you list yourself as author. > > > On Sep 1, 4:17 pm, Ivica Kralj <ivicakr...@gmail.com> wrote: > > > Not sure if somebody already addopted this app, but enclosed you will > > find > > > new version for appointment_manager app ( > >http://web2py.com/appliances/default/show/71) which addresses few bugs. > > > Latest available version on website (updated 7 hours ago) still have > > these > > > bugs. > > > > Works with latest version Version 1.98.2. > > > > web2py.app.appointments_manager.w2p > > > Bug 1# - Menu.py issue with xml() > > > Bug 2# - Multiday events displayed properly (mycal.html) > > > > Cheers > > > I > > > > On 9 August 2011 14:53, Massimo Di Pierro <massimo.dipie...@gmail.com > > >wrote: > > > > > There are many old applications inhttp://web2py.com/appliancessome > > > > are current, come are old, some are crap. > > > > > I encourage users to adopt an app: > > > > - pick one > > > > - download it and try it > > > > - determine if it is crap and if it is let me know, I will delete it! > > > > (*) > > > > - try improve it (good exercise) (**) > > > > - add your name as author, post it on github or bitbucket or google > > > > code and send me a link. > > > > - I will replace the app with your link > > > > > (*) an app is crap if > > > > - does nothing useful > > > > - uses identity.py > > > > - perhaps if it uses t2.py or plugin_t2.py (but not necessarily, kpax > > > > is not too bad) > > > > > (**) how to improve it? > > > > cp from welcome layout.html, static/* appadmin.py and appadmin.html > > > > replace whatever auth method with Auth > > > > > fix it if does not work. > > > > > replace syntax like > > > > > rows = db(...).select() > > > > if not rows: recirect(...) > > > > row=rows[0] > > > > > with > > > > > row = db(...).select().first() or redirect(...) > > > > > replace > > > > > form.accepts(request.vars,session) > > > > > with > > > > > form.accept(request,session) > > > > > replace > > > > > URL(r=request,c='controller',f='function',...) > > > > > with > > > > > URL('controller','function',...) > > > > > This is a good exercise. > > > > > Massimo > > > > web2py.app.appointments_manager (1).w2p > > > 278KViewDownload