Commit Graph

894 Commits

Author SHA1 Message Date
mdipierro ac24ce446e minor changes to welcome3 2015-03-10 13:47:53 -05:00
mdipierro 46e0dcebf2 welcome3 2015-03-10 13:42:58 -05:00
mdipierro b00a16ffa3 added some more consulting companies 2015-03-06 11:32:49 -06:00
mdipierro bbb47ba075 Merge pull request #830 from BuhtigithuB/master
Fix click popagation to both new and actual tab when CTRL+Click
2015-03-05 16:26:36 -06:00
BuhtigithuB 1554987e62 Fix click popagation to both new and actual tab when CTRL+Click
This solved the issue #829
2015-03-03 10:16:25 -05:00
mdipierro 9ee8fe25fe Merge pull request #821 from leonelcamara/Fix_issue_#819
Fixed issue 819
2015-02-25 11:45:06 -06:00
mdipierro 7bd1d4b57f Merge pull request #816 from ilvalle/fix-editor
fix issue 799, removed new lines from response header
2015-02-25 11:44:12 -06:00
Leonel Câmara 8f07005965 Fixed issue 819
The problem was that it was only checking for button to use html instead of val, what you need is to only use val if it it's an input and use html for everything else.
2015-02-25 13:26:29 +00:00
ilvalle f3e5b0dce1 fix issue 799, removed new lines from response header 2015-02-24 19:45:35 +01:00
ilvalle 08dd716312 codemirror 4.13 2015-02-21 15:42:31 +01:00
www-data 74d942f09b Fixed bug #801 2015-02-18 19:23:07 +01:00
www-data 46a52bed8b Added the 2 missing files. This is probably consequences of codemirror
update.
2015-02-18 18:38:33 +01:00
mdipierro 65bfd4094e Merge pull request #795 from ilvalle/codemirror-4.12
removed unsed codemirror files
2015-02-15 16:42:57 -06:00
mdipierro 8139b65152 updated list of supporting companies 2015-02-15 16:16:15 -06:00
mdipierro c59504067b fixed some text 2015-02-15 15:29:40 -06:00
mdipierro 6af4c283cc no more reference to googlecode 2015-02-15 15:24:30 -06:00
ilvalle 85f05109de removed unsed codemirror files 2015-02-14 17:07:58 +01:00
mdipierro 2aa8eaccb0 Merge pull request #788 from ilvalle/admin-fix-inspect
Fix appadmin code inspection for db hooks
2015-02-09 16:56:30 -06:00
mdipierro 47b3e46510 Merge pull request #781 from Pivert/update/codemirror_4.12
Update/codemirror 4.12
2015-02-09 16:56:09 -06:00
mdipierro c02d9fe665 Merge pull request #780 from Pivert/issue/2046
Fixed issue/2046:
2015-02-09 16:55:03 -06:00
mdipierro 0d9f61eeab Merge pull request #775 from leonelcamara/fix_enableElement
Fix enable element
2015-02-09 16:52:57 -06:00
ilvalle e939d084fe Fix appadmin code inspection for db hooks 2015-02-09 19:38:23 +01:00
Francois Delpierre 11722b9c82 Updated codemirror to v4.12.
Did a lot of cleanup to limit the size of the plugin.
I kept the emmet plugin.
2015-02-07 18:41:17 +01:00
Francois Delpierre fd0cde4263 Fixed issue/2046:
Double scrollback in web editor because does not properly calculate display height
2015-02-07 17:22:48 +01:00
Leonel Câmara 5eb2d7b9ee minor (removed extra space) 2015-02-05 09:34:37 +00:00
Leonel Câmara 53a774827e made w2p:enable-with follow the same style as w2p_disable_with
Fixed a bug in enableElement where val was being used for button elements instead of html.
2015-02-05 09:32:11 +00:00
niphlod 1b34216072 fixes #769
- fixed response.include_files() to behave correctly with 
  response.static_version_urls
- added response.static_version_urls to admin
- refactored admin URL() usage passing always and correctly 'static'
  as the controller
2015-02-04 22:18:42 +01:00
mdipierro 5da5d510a0 fixed some problems with new dal and SQLHTML 2015-01-27 00:16:45 -06:00
mdipierro 5bc5d0496e R-2.9.12 2015-01-17 00:07:10 -06:00
enricapbes 3d4de72b9c Update ca.py 2015-01-06 21:30:25 +01:00
enricapbes 8c1ca50205 Update ca.py 2015-01-06 21:29:57 +01:00
enricapbes eb8cc3fc76 Update ca.py 2015-01-06 21:22:43 +01:00
enricapbes f396094daf Update ca.py 2015-01-06 10:47:11 +01:00
enricapbes 16c0e1a4b8 Update ca.py 2015-01-06 10:39:47 +01:00
enricapbes 1815864a67 Catalan translation
Added translation to catalan language
2015-01-06 10:38:53 +01:00
ilvalle d7bc489e71 fix issue 2011: capital letters in it.py 2014-12-28 17:19:17 +01:00
Mariano Reingart 0024307e6c Fix debugger interaction due new DAL
Originally, __all__ was used to filter DAL and Field globals, but now the new module doesn't explicity set that attribute, so this filter was removed.
Note that using __dict__ as a replacement is not an option, as the new dal module exports a lot of common names like connection, base, etc.
2014-12-15 15:45:27 -03:00
mdipierro 4839df37e8 more tests, thanks Paolo 2014-12-09 20:59:26 -06:00
mdipierro aaa17250d9 Merge pull request #549 from lminko/master
added Burmese (Myanmar) localization to admin and welcome apps.
2014-12-09 20:54:58 -06:00
La Min Ko dff6bfb5b9 added Burmese (Myanmar) localization to admin and welcome apps. 2014-11-30 10:47:33 +06:30
mdipierro a22d5a4685 Merge pull request #539 from ilvalle/master
table callbacks panel in admin editor
2014-11-16 23:14:11 -06:00
niphlod a6b50dcdcd streamline behaviour of component (trapped) forms with multiple submit buttons
this is because jquery can't know what button was pressed when the 
submit event is triggered. We circumvent it adding an hidden field before
triggering the submission

BTW: don't know why the commit seems huge. I just changed a bit the trap_form
function to handle the corner case and streamlined what disableElement, 
enableElement, disableFormElements, enableFormElements do, 
along with formInputClickSelector
2014-11-08 23:04:58 +01:00
ilvalle 63d8785918 hooks panel in admin editor 2014-10-30 18:07:00 +01:00
Leonel Câmara 9d4b2e66c4 Fix for issue 1996
This bug was caused by appadmin creating unnecessary files in the cache folder.
2014-10-17 19:12:00 +01:00
mdipierro 8804a9ed77 Merge pull request #524 from niphlod/js/speed
Waiting for a sane "prefixing", a much more efficient way to find errors
2014-10-16 16:12:05 -05:00
mdipierro f988f381f2 Merge pull request #522 from ilvalle/issue_1993
fix issue 1993: git push in the admin console throw an error
2014-10-16 16:09:10 -05:00
mdipierro 1f3030c75a Merge pull request #520 from niphlod/js/main_hook
refactor main_hook to a function
2014-10-16 16:07:47 -05:00
niphlod b43ef65eb1 while we wait for a sane "prefixing", use a much more efficient way to find errors
This comes from an unfortunate choice of naming conventions and the fact that 
manage errors gets called even on the full document on page load.
I had a table full of .error-"classed" elements and it took nearly 30 seconds for that
snippet to hide and fade them in. We should definitevely prefix every css class with
something that won't clash with everything else.
2014-10-16 21:08:55 +02:00
ilvalle 45a689a812 fix issue 1993: git push in the admin console throw an error 2014-10-16 15:07:52 +02:00
niphlod 15fe54bdca refactor main_hook to a function 2014-10-14 23:42:41 +02:00