Pending reviews for User:Freephile

Pages reviewed by 5 or more people
Pages reviewed by 3 or more people
Pages reviewed by 0 - 2 people
PreviousNext

Freephile has 323 pending reviews

Importing contacts/sugar modulesMark reviewed View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Last seen Current
Line 1: Line 1:
== SugarCRM Modules ==
== SugarCRM Modules ==
<source lang="php">
<syntaxhighlight lang="php">
$get_available_modules_params = array (
$get_available_modules_params = array (
   'session' => $session_id,
   'session' => $session_id,
Line 88: Line 88:
   ),
   ),
)
)
</source>
</syntaxhighlight>


[[Category:SugarCRM]]
[[Category:SugarCRM]]
Fixing locales View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Tar View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
MOTD View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Extract audio View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Fonts View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
CentralAuthMark reviewed View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Last seen Current
Line 1: Line 1:
<source lang="php">
<syntaxhighlight lang="php">
wfLoadExtension( "CentralAuth" );
wfLoadExtension( "CentralAuth" );
///////////////////////////////////
///////////////////////////////////
Line 96: Line 96:


$wgConf->extractAllGlobals( $wgDBname );
$wgConf->extractAllGlobals( $wgDBname );
</source>
</syntaxhighlight>
Wiki report/development View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Importing contacts/ContactsMark reviewed View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Last seen Current
Line 3: Line 3:
definition of the SOAP profile for Contacts
definition of the SOAP profile for Contacts


<source lang="php">
<syntaxhighlight lang="php">
array (
array (
   'module_name' => 'Contacts',
   'module_name' => 'Contacts',
Line 616: Line 616:
   'error' => '',
   'error' => '',
)
)
</source>
</syntaxhighlight>


[[Category:SugarCRM]]
[[Category:SugarCRM]]
PhpDocumentorMark reviewed View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Last seen Current
Line 13: Line 13:
The system can be run via command-line interface, or through a browser interface.  The browser interface makes it easy to do one-offs, while the command-line interface makes it easy to do repeatable, automated documentation generation (like nightly API updates).
The system can be run via command-line interface, or through a browser interface.  The browser interface makes it easy to do one-offs, while the command-line interface makes it easy to do repeatable, automated documentation generation (like nightly API updates).


<source lang="bash">
<syntaxhighlight lang="bash">
phpdoc --target /var/www/docs/mediawiki --output HTML:Smarty:HandS --directory /home/user/work/project/vendorsrc/mediawiki/current/
phpdoc --target /var/www/docs/mediawiki --output HTML:Smarty:HandS --directory /home/user/work/project/vendorsrc/mediawiki/current/
</source>
</syntaxhighlight>


== See Also ==
== See Also ==
A2enmod View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
NO PUBKEY solvedMark reviewed View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Last seen Current
Line 5: Line 5:
I am comfortable with the command-line and it's the quickest solution.  Assuming you add the [https://launchpad.net/~gwibber-team Gwibber microblogging client] (where the key id is 5afadbd4aa1c92b0), this is the proper command:
I am comfortable with the command-line and it's the quickest solution.  Assuming you add the [https://launchpad.net/~gwibber-team Gwibber microblogging client] (where the key id is 5afadbd4aa1c92b0), this is the proper command:


<source lang="bash">
<syntaxhighlight lang="bash">
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5afadbd4aa1c92b0
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5afadbd4aa1c92b0
</source>
</syntaxhighlight>


"sudo" means that you will be prompted to enter you're system account password to execute the command as the super-user.
"sudo" means that you will be prompted to enter you're system account password to execute the command as the super-user.
IP address View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Coop View 8 changes on page (view page history)
  • 6 December 2018 Admin made an edit with summary:
  • 7 December 2018 Admin made an edit with summary:
  • 22 January 2019 Admin made an edit with summary: fix typo
  • 13 February 2019 Admin made an edit with summary: add links to ByLaws resources
  • 13 February 2019 Admin made an edit with summary: North America
  • 13 February 2019 Admin made an edit with summary:
  • 6 March 2019 Admin made an edit with summary:
  • 4 April 2019 Admin made an edit with summary:
Elasticsearch View 17 changes on page (view page history)
  • 14 December 2018 Admin made an edit with summary:
  • 13 May 2020 Admin made an edit with summary: fix 'w' urls
  • 14 May 2020 Admin made an edit with summary: convert to new template
  • 14 May 2020 Admin made an edit with summary:
  • 14 May 2020 Admin made an edit with summary:
  • 14 May 2020 Admin made an edit with summary:
  • 17 May 2020 Admin made an edit with summary: Link fixes and enhancements
  • 17 May 2020 Admin made an edit with summary: Use long-form url because MW can't handle decoding both
  • 18 May 2020 Admin made an edit with summary: add notes
  • 5 September 2020 Admin made an edit with summary: update version table
  • 5 September 2020 Admin made an edit with summary: Upgrading: notes on upgrading
  • 5 March 2024 Admin made an edit with summary: Video: replace badly encoded character
  • 17 December 2024 Admin made an edit with summary: link to Kibana article
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
  • 27 May Admin made an edit with summary: updating
  • 28 May Admin made an edit with summary:
  • 13 August Admin made an edit with summary: Out of memory
Template:Person View 4 changes on page (view page history)
  • 17 December 2018 Admin made an edit with summary:
  • 18 June 2020 Admin made an edit with summary: hide the property
  • 4 September Admin made an edit with summary:
  • 4 September Admin made an edit with summary: move property assignments to use #set
People View 8 changes on page (view page history)
  • 17 December 2018 Admin made an edit with summary:
  • 21 May 2020 Admin made an edit with summary:
  • 21 May 2020 Admin made an edit with summary: Add intro section with one-step link to form
  • 21 May 2020 Admin made an edit with summary:
  • 21 May 2020 Admin made an edit with summary: fix forminput definition
  • 21 May 2020 Admin made an edit with summary:
  • 21 May 2020 Admin made an edit with summary: move lede back into start
  • 22 May 2020 Admin made an edit with summary:
Privacy View 2 changes on page (view page history)
  • 17 December 2018 Admin made an edit with summary: adds ref to webtap
  • 17 December 2018 Admin made an edit with summary: more about exfiltration by session replay scripts
JavaScript View 2 changes on page (view page history)
  • 19 December 2018 Admin made an edit with summary: Info on ECMAScript 6
  • 15:40 Admin made an edit with summary: Add Section
Software sectionMark reviewed View 2 changes on page (view page history)
  • 26 December 2018 Admin made an edit with summary: remove duplicate
  • 24 April 2024 Admin made an edit with summary: this page is obsolete; don't transclude content which leads searches here.
Last seen Current
(One intermediate revision by the same user not shown)
Line 11: Line 11:
==Apache==
==Apache==
See [[Apache]]
See [[Apache]]
{{:MySQL}}
 
==PHP==
==PHP==
Getting PHP5 installed can be daunting.  It still is not packaged for Debian stable.  If you want a deb, add Dotdeb.org to your sources list.  http://www.dotdeb.org/
Getting PHP5 installed can be daunting.  It still is not packaged for Debian stable.  If you want a deb, add Dotdeb.org to your sources list.  http://www.dotdeb.org/
Line 53: Line 53:


=Database=
=Database=
{{:MySQL}}
[[MySQL]]