Giter Site home page Giter Site logo

j2mvc's People

Watchers

James Cloos avatar

j2mvc's Issues

NewsForms: override setFields oste na dexete fields xoris initial data

Otan ena field ine required kai diksoume tin forma gia proti fora (pou
simeni oti den exoume post data) tote to field tha ine invalid kai tha
diksi error message.

Theloume ena tropo na ftiaxnoume fields xoris initial value oste na
katalavenoune oti akoma den exoume data gia validation. 

Episis theloume enan tropo na perni i forma ena Bean kai na settari ta data
se kathe field. (dld na ksekinisi xoris data kai otan mas erthi to post na
tis dosoume to bean me ta data kai na ta settari oste ta fields na kanoun
to validation tous)

Original issue reported on code.google.com by [email protected] on 7 Aug 2008 at 11:10

QuerySet : Build INSERT sql statements

Opos gia ta select etsi kai gia ta insert.

Functions needed :

* insert(String table, LinkedHashMap lhm) : perni ena collection k xtizi to
insert gia to sigkekrimeno table.
{{{
bean.put("id", "1202");
bean.put("label", "A label");
bean.put("date", "12/02/2008");
qs.insert(bean);
}}}
* set(String col, String value) : Zevgari column kai value. 
Xrisimopiite os eksis 
{{{
qs.set("id", "1202");
qs.set("label", "A label");
qs.set("date", "12/02/2008");
qs.insert('aTable');
}}}

Original issue reported on code.google.com by [email protected] on 24 Jul 2008 at 3:47

Variable names.

Code is full of variables names that don't make sense.

i.e.: 
ArrayList<Hmap> beans = cat.getCategories();

i.e.2:
public void setBean(Bean bean) {
       this.bean= bean;
}




Original issue reported on code.google.com by [email protected] on 18 Aug 2008 at 1:39

fix cache limitation for ehcache

cache mustn't keep the relations between db tables and queries because
those objects might be removed from cache if it reaches its limits

Original issue reported on code.google.com by [email protected] on 24 Jun 2009 at 3:42

Session.java : Delete session variables

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 21 Aug 2008 at 3:33

Settings.java : Read settings from file

Settings prepi na diavazoume apo file. To class Settings parameni os exi me
tin diafora oti i arxikes rithmisis diavazonte apo file alla me check kathe
fora sto file gia allages. To check prepi na ginete grigora (read modified
date?) k oxi na parsarete kathe fora. 


Original issue reported on code.google.com by [email protected] on 24 Jul 2008 at 8:38

Jmvc : cannot parse template when input contains $

String.replaceAll spai otan to replacement text exi mesa to simvolo $. I 
Jmvc.loadview xrisimopii 
replaceAll opote spai otan tis pername date me $ mesa.


What steps will reproduce the problem?
1. In sites controller open a form
2. Enter a string with $ anywhere in the string
3. Submit: java.lang.IllegalArgumentException: Illegal group reference



Original issue reported on code.google.com by [email protected] on 31 Jul 2008 at 12:14

Load view : Append debug data

Append debug data se kathe selida analoga me kapio flag ( ston controller?) 

Data: 
REQUEST URI : to url tou request
POST DATA : Print oti iparxi sto $.input.post
EXECUTION TIME : Posos xronos perase apo tin ora pou dextikame request
mexri na stiloume piso response.
QUERIES RAN : Ti queries treksame gia na rendaroume tin selida.
???? : Oti allo xrisimo skeftite

URI k POST DATA ta pernoume efkola. Execution time mpori na dini o Adapter
sto Jmvc kai na ipologizoume xrono sto Jmvc.loadView(). Queries pou
etreksan gia na emfanisti i selida to be investigated. 


Original issue reported on code.google.com by [email protected] on 24 Jul 2008 at 9:09

HTTPServletResponse needs to be abstacted

instead of:  
$.response.addHeader("Cache-Control","no-chache, no-store, 
must-revalidate, max-age=0, proxy-revalidate, no-transform, pre-check=0, 
post-check=0, private");

we should be able to write:
$.response.noCache();

Original issue reported on code.google.com by [email protected] on 21 Aug 2008 at 12:43

Input.java : Javadoc missing

Input(HttpServletRequest req, ServletContext cont)
getRequest()
String segment(int index)
boolean isPost()
boolean isGet()

Original issue reported on code.google.com by [email protected] on 21 Aug 2008 at 10:29

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.