Hi,
I added some AJAX functions for the table zoom search
page(tbl_zoom_select.php) which updates the field type,collations,operators
and values on field selection. I pushed my work on
https://github.com/ammaryasir/phpmyadmin and patch (3489549) on
sourceforge.
Ammar Yasir
Hi all,
I am one of the newest members of the phpMyAdmin community. I am trying to
understand phpMyAdmin's code base to help you enlarge it. However I could
not find so much resource to do it except code's itself. If there is any
resource which can be blog posts or wiki pages to make understanding
phpMyAdmin's source code easier, I would like to hear them.
Onur Avsar
+905375020343
http://www.avsaro.com/
Hi,
I wrote a concept/proposal [0] to replace html frames, using a Page
class where all pages derive from.
The base Page class executes everything that is nececessary to load a
page (loading configuration, user authentication, parameter checking,
...) and finally loading a page.
The derived classes override several specific sections.
I put it on the wiki [0].
What do you think?
BTW : This is still a concept. It still needs some finetuning. Comments
are welcome.
BTW2 : I created a roadmap page for phpMyAdmin 4, basically copying the
section of the team meeting report.
[0] http://wiki.phpmyadmin.net/pma/Remove_frames
[1] http://wiki.phpmyadmin.net/pma/phpMyAdmin_4
--
Kind regards,
Dieter Adriaenssens
See <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/903/>
------------------------------------------
Started by an SCM change
Building in workspace <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/>
Checkout:workspace / <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/> - hudson.remoting.LocalChannel@45a79117
Using strategy: Default
Last Built Revision: Revision 4bd12233afc28bc60b40c09d7afbec6461ea9a68 (origin/master)
Checkout:workspace / <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/> - hudson.remoting.LocalChannel@45a79117
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/phpmyadmin/phpmyadmin.git
ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
ERROR: (Underlying report) : Error performing command: git fetch -t git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/*
Command "git fetch -t git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: fatal: I don't handle protocol ' git'
ERROR: Could not fetch from any repository
FATAL: Could not fetch from any repository
hudson.plugins.git.GitException: Could not fetch from any repository
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:950)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:908)
at hudson.FilePath.act(FilePath.java:788)
at hudson.FilePath.act(FilePath.java:770)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:908)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1195)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:576)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:465)
at hudson.model.Run.run(Run.java:1409)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)
Hi all
I've just pushed some improvements to support and contribute pages on
our website, hope you like it.
The page with information for developers still requires some work,
possibly removing less important stuff.
--
Michal Čihař | http://cihar.com | http://phpmyadmin.cz
Hi all
as I feel that scripts directory has become sort of mess of developer
and end user scripts, I would like to move all things which are
interesting for end users to examples dir. I've already done this with
signon and openid example scripts, the only remaining piece now are SQL
scripts for creating phpMyAdmin configuration storage. Any objections
against moving SQL scripts there as well?
PS: I'm doing all this in QA_3_5 branch.
--
Michal Čihař | http://cihar.com | http://blog.cihar.com