Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin_dbui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2pext
plugin_dbui
Commits
614b5409
Commit
614b5409
authored
13 years ago
by
Renaud Le Gac
Browse files
Options
Downloads
Patches
Plain Diff
Fix a typo in appbase.js and add the HEAD identifyer in changelog and
clean print statement.
parent
48a2c7e9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
controllers/reports.py
+0
-1
0 additions, 1 deletion
controllers/reports.py
static/plugin_dbui/CHANGELOG
+3
-0
3 additions, 0 deletions
static/plugin_dbui/CHANGELOG
static/plugin_dbui/src/appbase.js
+1
-1
1 addition, 1 deletion
static/plugin_dbui/src/appbase.js
with
4 additions
and
2 deletions
controllers/reports.py
+
0
−
1
View file @
614b5409
...
@@ -43,7 +43,6 @@ def report_2():
...
@@ -43,7 +43,6 @@ def report_2():
"""
"""
print
request
.
post_vars
s
=
""
s
=
""
for
k
in
request
.
post_vars
:
for
k
in
request
.
post_vars
:
s
+=
"
<br>%s: %s
"
%
(
k
,
request
.
post_vars
[
k
])
s
+=
"
<br>%s: %s
"
%
(
k
,
request
.
post_vars
[
k
])
...
...
This diff is collapsed.
Click to expand it.
static/plugin_dbui/CHANGELOG
+
3
−
0
View file @
614b5409
--------------------------------- CHANGE LOG ----------------------------------
--------------------------------- CHANGE LOG ----------------------------------
HEAD
- script to build the and tag a new version of plugin_dbui
4.3.0 (Dec 11)
4.3.0 (Dec 11)
- Major change which is not backward compatible
- Major change which is not backward compatible
- Add mechanism to transport database validators on the client side.
- Add mechanism to transport database validators on the client side.
...
...
This diff is collapsed.
Click to expand it.
static/plugin_dbui/src/appbase.js
+
1
−
1
View file @
614b5409
...
@@ -22,7 +22,7 @@ Ext.namespace('App');
...
@@ -22,7 +22,7 @@ Ext.namespace('App');
/**
/**
* @param {String} App.version version of the library
* @param {String} App.version version of the library
*/
*/
App
.
version
=
'
0.4.3
'
App
.
version
=
'
0.4.3
'
;
/**
/**
* Helper function mimicking the encode_field function running on the server
* Helper function mimicking the encode_field function running on the server
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment